New free and best application for remote control MediaMonkey

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: New free and best application for remote control MediaMonkey

Re: New free and best application for remote control MediaMonkey

by nonob » Tue Apr 25, 2023 10:31 am

Hi,

It is a very old thread, but I'm always using EvenGhost and its MediaMonkey plugin, until I update MediaMonkey from version 4 to version 5: it doesn't work anymore, I created a new topic here if someone can help :)

Re: New free and best application for remote control MediaMo

by Pako » Mon Nov 28, 2011 3:10 am

The new version of the EventGhost plugin, compatible with MM 4.0, can be downloaded here.

Attention: This new version no longer needs for its work the file EventGhost.vbs !!!

Pako

Re: New free and best application for remote control MediaMo

by Pako » Thu Dec 02, 2010 11:12 am

It is quite easy (at least for basic control of MM).
On the computer, where MM is installed, add to configuration EG the plugin Network Event Receiver
and on the other computer the plugin Network Event Sender.
Using Network Event Sender plugin you can send commands for MM.

Pako

Re: New free and best application for remote control MediaMo

by AchmedTarquin » Mon Nov 08, 2010 4:33 am

Hi,

I don't know too much about computers. I wouldn't even know where to begin putting a script in or whatever.

My question though is this...

Can you use Event Ghost to control media monkey on one computer from another if they are both connected to the same wifi router? And if the answer is yes, then how do you set it up. I installed Event Ghost onto this computer (the one I want to use as the controller, not the player) and I've installed the Media monkey pluggin but have no idea from this point how to control Media Monkey on the other computer.

Thanks for any help!

Re: New free and best application for remote control MediaMonkey

by nohitter151 » Fri Feb 05, 2010 6:53 pm

BigBlack wrote:hey guys where i can find the eventghost.vbs? Thank you bye
It is installed by default when you install EventGhost. See the 1st post.

Re: New free and best application for remote control MediaMonkey

by BigBlack » Fri Feb 05, 2010 10:06 am

hey guys where i can find the eventghost.vbs? Thank you bye

Re: New free and best application for remote control MediaMonkey

by Melloware » Thu Oct 23, 2008 6:14 am

Pako,

This is a REALLY impressive plugin for EventGhost. I know how difficult it can be since I just wrote the EventPhone plugin for EventGhost myself and I just wanted to say I think your MM plugin is very impressive!

If anyone needs to control EventGhost from their iPhone or iPod touch I have written EventPhone if you want to check it out.

http://melloware.com/products/eventphone/

Keep up the great work Pako!

Re: New free and best application for remote control MediaMonkey

by Pako » Wed Oct 22, 2008 1:52 pm

MediaMonkey plugin (part of EventGhost) now has a new feature - Jukebox. It works so that you enter any number (for example, on your remote control) and MediaMonkey starts playing album with the same ID.
To work as described, it is necessary add another new plugin into configuration of EventGhost. This new plugin is called Multitap. Multitap has three modes of work:
1) enter of more than one-digit numbers
2) SMS mode - writing text as a mobile phone
3) Single Key mode - using one button, you can generate different events from your list
Multitap plugin is part of the installation package Eventghost (as well as a new version of the plugin MM).

Pako

by dreadlyone » Mon May 19, 2008 2:58 pm

You've done it again Pako. Another excellent update. It works perfectly. Thank you very much for making my ideas reality.

by Pako » Fri May 16, 2008 2:58 pm

New action "Get basic song info of next track" included in build 1402.
Is it done well ?
Pako

by dreadlyone » Sun May 11, 2008 11:25 pm

No, I don't normally use shuffle tracks.

by Pako » Sun May 11, 2008 12:28 pm

You are using option "Shuffle tracks" ?
If yes, it is (without direct support MM) impossible.
Pako

by dreadlyone » Thu May 08, 2008 2:13 am

Got another request for you...

Since setting up and using the new multiline osd, an idea came to mind...

I have a FF key mapped to get a song and now it looks a lot better using the multiline osd using the following code and it looks fantastic to me.

Code: Select all

Artist:  {eg.result.split(',')[1]}
Title:  {eg.result.split(',')[0]}
Album:  {eg.result.split(',')[3]}
Year:  {eg.result.split(',')[4]}
Rating: {int(eg.result.split(',')[2])/20} Star(s)
Would it be at all possible to be able to query MM for the track info for the "next" track in the playlist? I went through all the MM information retrieval options in EG but haven't seen it so I am guessing there would be some coding involved if it is even possible.

For me personally, the only info necessary for the next playlist track would be the same as above for current track, Artist, Title, Album, Year and rating.

If you're wondering, this idea comes from internet radio stations or even music stations on satellite where it displays the current playing track and always shows the upcoming track.

If this info could be combined with basic info in the same OSD multiline output, that would just be awesome.

Finally, I hope I am not being too forward in asking for more features. I realize you do this stuff in your free time and I would hate to think that any requests I make for your script would turn a hobby into a chore.

Thanks for your help and this amazing script.

by dreadlyone » Wed May 07, 2008 9:49 pm

Yes, very clear thanks for the informing us of the new update. I will be taking advantage of the new multiline osd immediately.

Lon

by Pako » Wed May 07, 2008 3:54 pm

Action ShowOSD has now (from build 1397) multiline feature.
You can use this feature for example this way:
1)Output from action Get basic song info:"Love Hurts,Nazareth,Ballads,Ballads Of The 70's,2003"
2)Script in ShowOSD:
{eg.result.split(',')[1]}
{eg.result.split(',')[0]}
{eg.result.split(',')[3]}
{eg.result.split(',')[2]}
{eg.result.split(',')[4]}
3)Output on screen:
Nazareth
Love Hurts
Ballads Of The 70's
Ballads
2003


It is clear ?
Pako

Top