Remote Control for MediaMonkey 5 [READ FIRST POST]
Moderators: jiri, drakinite, Addon Administrators
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...
Re: Remote Control for MediaMonkey 5
Are you using the latest MediaMonkey 5.0.4 beta, it is required.
Download MediaMonkey | License
Help: Knowledge Base | MediaMonkey for Windows 5 | MediaMonkey for Android
Lowlander (MediaMonkey user since 2003)
Help: Knowledge Base | MediaMonkey for Windows 5 | MediaMonkey for Android
Lowlander (MediaMonkey user since 2003)
Re: Remote Control for MediaMonkey 5
Yes - using 5.0.4.2665 and I just tested with MM4 and Monkeymote works with that version
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.telecore wrote: ↑Mon Sep 26, 2022 8:52 pm 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...
-
- Posts: 211
- Joined: Sat Mar 29, 2008 6:20 pm
Re: Remote Control for MediaMonkey 5






It's only been 17 months since the release of MM5 for my most missed feature (full remote with rating ability) to become available


At first go everything seems to work fine! Will test further.
As a note to any first time users: There is no plugin config dialogue in MM5 like the one described here, just enter MM5's IP (MM5>Options>Library>Media Sharing without :Port) to the app's dialogue.
Just one plea: please make it possible to rate in half stars / steps in the client app, it seems to only accept full stars.

Claude
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.
Re: Remote Control for MediaMonkey 5
It shows up but no icon - by the way I am running MM5 in portable mode - is there anything else that needs to be done for this case? Not sure why it's not working...
Re: Remote Control for MediaMonkey 5
You may have to run
Code: Select all
MediaMonkey.exe /elevate /regcomserver
Re: Remote Control for MediaMonkey 5
That was the problem - working now - thanks!
Re: Remote Control for MediaMonkey 5 [READ FIRST POST]
Is it in your plans to add a feature to MonkeyMote for selecting devices recognized by MM5 to play to?
For example, on my Windows PC in MM5, I can select to play to a Denon Heos speaker or some other device.
This would make MonkeyMote a good alternative to Apple's iTunes remote.
For example, on my Windows PC in MM5, I can select to play to a Denon Heos speaker or some other device.
This would make MonkeyMote a good alternative to Apple's iTunes remote.
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?
Re: Remote Control for MediaMonkey 5 [READ FIRST POST]
You are right it is missing, I added it as https://www.ventismedia.com/mantis/view.php?id=19417
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum postr
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum postr
Re: Remote Control for MediaMonkey 5 [READ FIRST POST]
Hi Guys,
When I pick one songs from a playlists it seems to select all songs from the playlist and add them to now playing, is this normal behaviour or can I change a setting I've missed? And also, can you queue songs from playlists? I just can't seem to find an option for that..
Thanks for the app I'm loving otherwise.
When I pick one songs from a playlists it seems to select all songs from the playlist and add them to now playing, is this normal behaviour or can I change a setting I've missed? And also, can you queue songs from playlists? I just can't seem to find an option for that..
Thanks for the app I'm loving otherwise.

Re: Remote Control for MediaMonkey 5 [READ FIRST POST]
Hi,
Yes it is default behavior.
You can change default behavior in MM at Tools -> Options -> Player and also you can set behavior per type under Tools -> Options -> Player -> Playback rules.
Please let us know what else you are missing.
Yes it is default behavior.
You can change default behavior in MM at Tools -> Options -> Player and also you can set behavior per type under Tools -> Options -> Player -> Playback rules.
Please let us know what else you are missing.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum postr
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum postr
Re: Remote Control for MediaMonkey 5 [READ FIRST POST]
The API is already there.Peke wrote: ↑Fri Sep 30, 2022 3:47 pmYou are right it is missing, I added it as https://www.ventismedia.com/mantis/view.php?id=19417
For the list of remote players: https://www.mediamonkey.com/docs/api/cl ... blePlayers
For getting the active player: https://www.mediamonkey.com/docs/api/cl ... tivePlayer
For setting the active player: https://www.mediamonkey.com/docs/api/cl ... PlayerUUID
For the code example see e.g. generateChoosePlayerSubmenu in actions.js (or inspect it in DevTools)
For calling JS code from external applications see the runJSCode example at https://www.mediamonkey.com/wiki/Contro ... plications