Search found 49 matches

by Degeim
Tue Aug 29, 2023 1:56 am
Forum: Need Help with MMW5 Addons?
Topic: MMREMOTE5 Not updating last Skipped
Replies: 3
Views: 2942

Re: MMREMOTE5 Not updating last Skipped

Hey!

The developer of MMRemote here. I was just made aware of this post. Thanks, Jess, for reporting it, and thanks Ludek for letting me know what was wrong! I have fixed this now, and it will be included in the next update.
by Degeim
Sun Apr 30, 2023 12:44 pm
Forum: Need Help with MMW5 Addons?
Topic: Another remote control alternative for MM5 (MMRemote5)
Replies: 8
Views: 3725

Re: Another remote control alternative for MM5 (MMRemote5)

Sorry, I didn't see this before now! Hopefully, this is fixed in the newest version of the app and server (v1.11, released just now). I have fixed some bugs that could cause problems like the one you describe. (As long as the remote works, the "Sleeping" status isn't dangerous, by the way....
by Degeim
Wed Dec 28, 2022 3:03 pm
Forum: Need Help with MMW5 Addons?
Topic: Another remote control alternative for MM5 (MMRemote5)
Replies: 8
Views: 3725

Re: Another remote control alternative for MM5 (MMRemote5)

Thank you! Very helpful to get some positive feedback here, so that I know that it actually works. I'm working on an update that hopefully makes it a bit more stable for some of the people who have reported repeated disconnects, and some general optimizations. EDIT: Oh, and I have investigated the e...
by Degeim
Mon Dec 19, 2022 4:47 pm
Forum: Need Help with MMW5 Addons?
Topic: Another remote control alternative for MM5 (MMRemote5)
Replies: 8
Views: 3725

Re: Requesting beta testers for MMRemote5

Thanks, sounds promising that it seems to work well so far. I kept as much as possible like it was before -- there was more than enough work in the back systems, so if I were to create new user interfaces as well, you'd probably be waiting another year or two. :P The artwork transfer is exactly like...
by Degeim
Sun Dec 18, 2022 8:13 am
Forum: Need Help with MMW5 Addons?
Topic: Another remote control alternative for MM5 (MMRemote5)
Replies: 8
Views: 3725

Another remote control alternative for MM5 (MMRemote5)

Hi there! [This was previously a post requesting beta testers. While there might still very well be bugs, MMRemote5 has now been officially released, so there's no need for side-loading unofficial testing apps anymore.] I've finally finished the first version of my MediaMonkey Remote for MM5. For al...
by Degeim
Thu Sep 09, 2021 2:50 am
Forum: MediaMonkey 5 developer forum
Topic: List of event types for app.listen?
Replies: 9
Views: 5453

Re: List of event types for app.listen?

The "change" event works; it seems to fire twice when a track is added to the list, but I can work my way around that. It's still a lot faster than the MM4 COM API! I had completely missed the event tab in the documentation. I'll make sure to remove the prefix and lower-case them. Thank yo...
by Degeim
Wed Sep 08, 2021 8:12 am
Forum: MediaMonkey 5 developer forum
Topic: List of event types for app.listen?
Replies: 9
Views: 5453

List of event types for app.listen?

I would like to listen to various events in order to track the playback state of MediaMonkey 5. Per now, I have found the relevant "playbackState", "shufflechange" and "repeatchange" events, but I need to detect changes in the current playback queue (player.getSongList(...
by Degeim
Sun Jan 25, 2015 2:00 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Toggling menuitems from a script
Replies: 0
Views: 2380

Toggling menuitems from a script

Is there any way of toggling menu items, such as View => Visualization, from a script? I would like to activate or deactivate the visualization window (and preferable make it full screen) automatically, but I can't figure out a way of doing it from the API. Any ideas?
by Degeim
Thu Aug 08, 2013 7:20 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Remove multiple tracks from "Now playing"
Replies: 2
Views: 2378

Re: Remove multiple tracks from "Now playing"

Alright, thanks. I think maybe the gap was reduced a tiny bit with that trick. ;)
by Degeim
Wed Aug 07, 2013 5:02 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Remove multiple tracks from "Now playing"
Replies: 2
Views: 2378

Remove multiple tracks from "Now playing"

Hi there! I want to remove multiple tracks from the "Now playing" playlist. I realize that I can simply do the following: foreach (var i in indexes.Reverse()) { list.Delete(i); } This will delete them one by one, and does work. However, the list is refreshed in MediaMonkey for every single...
by Degeim
Mon Dec 17, 2012 5:49 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: AccessViolationException in SongsDB API
Replies: 0
Views: 2073

AccessViolationException in SongsDB API

Hi there! I'm developing an application that among other things allows the users to browse their library using the SongsDB API. For some users the application (which is a C# application) immediately quits at some point. The point where it quits varies from computer to computer, but it happens for a ...
by Degeim
Wed Sep 05, 2012 6:11 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Catastrophic failure when using SDBSongList.Add
Replies: 2
Views: 2118

Re: Catastrophic failure when using SDBSongList.Add

Yes, I was. Apparently, I need to initialize the list like this:

Code: Select all

SDBSongList list = _controller.SDBA.NewSongList;
by Degeim
Wed Sep 05, 2012 4:29 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Catastrophic failure when using SDBSongList.Add
Replies: 2
Views: 2118

Catastrophic failure when using SDBSongList.Add

I am trying to create a SDBSongList with some tracks in it, but I keep getting the following error when I attempt to add a song: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) Here's how I do it: SDBSongList list = new SDBSongList(); //Folder with ID 3343 is a folder contai...
by Degeim
Mon Aug 27, 2012 9:40 am
Forum: Beta Testing, Bugs & Feature requests (mma)
Topic: Feedback on Android app for MediaMonkey
Replies: 25
Views: 21510

Re: Feedback on Android app for MediaMonkey

I guess you're the same NWDreamer who just contacted me on my own forum. I'm sorry I didn't notice your questions earlier -- I don't usually remember to check this thread very often. ;)
by Degeim
Thu Aug 09, 2012 2:51 pm
Forum: Beta Testing, Bugs & Feature requests (mma)
Topic: Feedback on Android app for MediaMonkey
Replies: 25
Views: 21510

Re: Feedback on Android app for MediaMonkey

BlueDragon: Could you please contact me on my e-mail? It's a bit inconvenient both for us and for the other forum goers if we run through all the solution steps here. It's erlend.dahl, then the gmail suffix (I won't write it fully here, since the spam bots are everywhere!). If you start by sending m...