Search found 22 matches

by mmote
Mon Mar 18, 2024 4:46 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5 [READ FIRST POST]

I'll look into it. There appears to also be a problem with the minimum version check in MediaMonkey itself, which I reported to the devs.
by mmote
Sun Dec 11, 2022 8:07 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5 [READ FIRST POST]

drakinite wrote: Sat Dec 10, 2022 7:57 pm Looks like the MMIP he provides is not in the correct format. I'll contact the developer and show him how to get it in the right format.
The package got messed up, my bad! It's fixed now :D
by mmote
Mon Nov 21, 2022 11:12 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5 [READ FIRST POST]

sonos wrote: Mon Nov 21, 2022 11:05 am I have downloaded the file MonkeyMote.mmip and added it to my applications. In the Addon Manager MonkeyMote is present. But I don't see any icon in the MM5 window.
There should be a new icon in the system tray (bottom right corner of the screen) when MM5 is running.
by mmote
Fri Sep 30, 2022 8:58 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5 [READ FIRST POST]

That depends on whether or not there'll be API support for that. I think there isn't at the moment?
by mmote
Tue Sep 27, 2022 9:58 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5

It should show up under Options \ Addons \ Manage Addons if it's properly installed. There should also be an icon in the system tray that you can click to bring up the plugin configuration dialog. It shows up but no icon - by the way I am running MM5 in portable mode - is there anything else that n...
by mmote
Tue Sep 27, 2022 9:46 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5

Thanks for the feedback! You are right, half-star ratings aren't implemented. That may have to wait until the app gets a much needed facelift, though.
by mmote
Tue Sep 27, 2022 8:23 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5

I have the paid version of Monkeymote and have used it with MM4 sucessfully - I installed this new Monkeymote plugin but it doesn't seem to work (not detecting) and I can't find any settings menu anywhere within MM5 - are there some instructions that you can provide? Not sure what I am missing... I...
by mmote
Fri Sep 23, 2022 5:18 am
Forum: Need Help with MMW5 Addons?
Topic: Remote Control for MediaMonkey 5 [READ FIRST POST]
Replies: 80
Views: 46971

Re: Remote Control for MediaMonkey 5

It took quite a while to sort out all the problems that the architectural changes in MM5 brought, but here's a first MonkeyMote build that you can play with: https://www.monkeymote.com/download/mediamonkey5 Note that the plugin requires the latest 5.0.4 MediaMonkey test build . Please send bug repor...
by mmote
Sat May 06, 2017 3:50 am
Forum: Need Help with Addons? (MMW4)
Topic: MonkeyMote (iOS music remote control)
Replies: 24
Views: 31751

Re: MonkeyMote (iOS music remote control)

Please go into the app settings and try changing the 'default track action' option.
by mmote
Wed May 13, 2015 7:33 pm
Forum: Bug Reports (MMW4)
Topic: Handle leak in mediamonkey64helper.exe
Replies: 7
Views: 3150

Re: Handle leak in mediamonkey64helper.exe

Ludek wrote:@mmote, can you confirm that setting bInheritHandles to FALSE resolved the issues with MonkeyMote plugin (as solved via ticket CUG-755-87891) ?
Yes, the problems appear to be gone.
by mmote
Wed Apr 01, 2015 6:08 am
Forum: Bug Reports (MMW4)
Topic: Handle leak in mediamonkey64helper.exe
Replies: 7
Views: 3150

Re: Handle leak in mediamonkey64helper.exe

The process is set to inherit handles from the main process, which appears to be causing all sorts of problems...

edit: The increasing handles appear to be a different issue
by mmote
Wed Dec 31, 2014 9:51 am
Forum: Need Help with Addons? (MMW4)
Topic: MonkeyMote (iOS music remote control)
Replies: 24
Views: 31751

Re: Monkey Mote is awesome

I am curious however to know if the developer can chime in to explain how the streaming is handled. Music is downsampled to rates the devices can actually play, which happens on the PC for obvious reasons. To avoid confusion for others reading this: The app currently does not support streaming from...
by mmote
Mon Jun 10, 2013 9:46 am
Forum: Need Help with Addons? (MMW4)
Topic: MonkeyMote (iOS music remote control)
Replies: 24
Views: 31751

Re: Monkey Mote is awesome

Thank you very much for the positive feedback, it is much appreciated :)
I'm actually working on a new app update right now, it'll still going to take one or two weeks until it will be available, though.
by mmote
Mon Apr 01, 2013 9:02 am
Forum: Bug Reports (MMW4)
Topic: COM automation interface bugs and suggestions
Replies: 3
Views: 1765

Re: COM automation interface bugs and suggestions

Another bug:
ISDBPlaylist::InsertTracks can not insert tracks at the beginning of a playlist (i.e. with index = 0), it will simply add them to the end of the list. Adding a track at index 1 works as expected.
by mmote
Sun Nov 11, 2012 4:51 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: ISDBApplicationEvents problems with Remote Apps
Replies: 9
Views: 6401

Re: ISDBApplicationEvents problems with Remote Apps

You're right, OnNowPlayingModified is only triggered in some cases. PlaylistInsertTracks causes the event to fire, whereas PlaylistAddTrack doesn't.
PlaylistClear, PlaylistDelete, PlaylistMoveTrack also do not trigger the event.