Right click option

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: Right click option

Re: Right click option

by chrisjj » Sun Oct 04, 2009 5:03 am

merc68 wrote:Be so very nice to be able to right click on a folder and play and entire cd with having to go into it
MM 1256 does this fine here, in both MM My Computer ("Play now") and Windows Explorer ("Play in Mediamonkey").

Re: Right click option

by Arsole » Wed Sep 30, 2009 7:10 pm

Hi,

I have been on with this problem for almost three quarters of my life! Well it seems that long.

After many moons of tweaking this, deleting that, Sandbox-Portable-ing the other and editing the registry, I finally figured it out.
In MediaMonkey, go to; Tools | Options | General,
un-check "Re-associate File Types on startup (recommended)",
Problem solved.

If an association problem occurs, check the box restart and uncheck. :)

Hope this is useful.

cya

John

Love the Monkey - Human check :D

Re: Macarena Code

by Macarena » Sun May 03, 2009 11:03 am

Hmm, I don't/didn't have chance to try it on Vista. Good that you managed so well :)

I do not understand that thing with "they were side by side in regedit". Could you please export those particular registers or make a screenshot, please? That subset in the menu is a very nice solution, I think. M
NumYummy wrote: I'm running Vista Home Premium and using this code didn't work automatically for me. Copying that and running it as a .reg file did create the keys, but it didn't put the commands into the command keys, so I had to do that manually. At that point, it worked. As far as the grouping of commands, I was able to achieve that by simply renaming the keys so that they were side by side in regedit (i.e. "MediaMonkey (enqueue)" "MediaMonkey (play next)" "MediaMonkey (play now)"). Now, it works like a charm, except for the problem in Note3 above. I still don't know how to make it recurse the subdirectories! Thanks for the head start, Macarena. Hope this helps everyone!

Re: Macarena Code

by NumYummy » Sat May 02, 2009 12:13 pm

Macarena wrote:
Dreadlau wrote:Please could you create a reg to "play next" a folder.
That would be very kind.
You are welcome!

This seems to be working for me, but again the usual disclaimer bla-bla:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open with MediaMonkey]

[HKEY_CLASSES_ROOT\Directory\shell\Open with MediaMonkey\command]
@=""C:\\Program Files\\MediaMonkey\\MediaMonkey.exe" "%1""

[HKEY_CLASSES_ROOT\Directory\shell\PlayNext in MediaMonkey]
@="Play &next in MediaMonkey"

[HKEY_CLASSES_ROOT\Directory\shell\PlayNext in MediaMonkey\Command]
@=""C:\\Program Files\\MediaMonkey\\MediaMonkey.exe" /NEXT "%1""

[HKEY_CLASSES_ROOT\Directory\shell\Enqueue in MediaMonkey]
@="Play &last in MediaMonkey"

[HKEY_CLASSES_ROOT\Directory\shell\Enqueue in MediaMonkey\Command]
@=""C:\\Program Files\\MediaMonkey\\MediaMonkey.exe" /ADD "%1""
Note1: if you already used the previous entry from above then you exclude the first two registry entries from this script, otherwise you can have doubled "play" option.

Note2: that there can be a collision with other reg entries, and cleaning the right-click menu is only by removing the entry from registries manually. Good luck!

Note3: If this does not work for subdirectories, then I guess MM does not read them, MM just ignore them while they are not files. I do not think this is fixable using registry.

BTW: I tried to so make it look nice in the menu, like groupping, but Im not able to do it, maybe sb else... Have a nice weekend!
I'm running Vista Home Premium and using this code didn't work automatically for me. Copying that and running it as a .reg file did create the keys, but it didn't put the commands into the command keys, so I had to do that manually. At that point, it worked. As far as the grouping of commands, I was able to achieve that by simply renaming the keys so that they were side by side in regedit (i.e. "MediaMonkey (enqueue)" "MediaMonkey (play next)" "MediaMonkey (play now)"). Now, it works like a charm, except for the problem in Note3 above. I still don't know how to make it recurse the subdirectories! Thanks for the head start, Macarena. Hope this helps everyone!

P.s. I have foobar as my default mp3 player and so I just created similar keys in the foobar2000.MP3 key to achieve the same effect on individual files.

Re: Right click option

by Macarena » Tue Jan 27, 2009 5:20 pm

Dave Stewart wrote:Excellent! Are there any options to add this to a submenu?
I don't know how to do it. I think you should post your query to the developers. They included the feature above into the official MM releases. M

Re: Right click option

by DaveStewart » Tue Jan 27, 2009 11:13 am

Excellent! Are there any options to add this to a submenu?

by spacekris » Fri Apr 18, 2008 5:37 am

WTF!

this is SO easy, thanks, after all these years drag&dropping ;).

@mm3 dev team: :evil: make this please a manual option in the configs!

by Dreadlau » Fri Feb 15, 2008 11:24 am

Wow. Well done. That works fantastic!

Thanks a lot. I think it will help a lot of users.





:D Have a nice weekend too.

by Macarena » Fri Feb 15, 2008 11:15 am

Dreadlau wrote:Mmm doesn't work with me.

It only ads one element(Mediamonkey.exe) to the context menu.

When I click on it, iI get an error. :-?
Sorry for the inconvenience. You were just tooooo quick. I realised my mistake - and the code above was corrected. If you want to get rid of "MediaMonkey.exe" entry you have to locate

Code: Select all

[HKEY_CLASSES_ROOT\Directory\shell\
and delete that entry with other keys in that branch.

by Dreadlau » Fri Feb 15, 2008 11:05 am

Mmm doesn't work with me.

It only ads one element(Mediamonkey.exe) to the context menu.

When I click on it, iI get an error. :-?

by Macarena » Fri Feb 15, 2008 10:45 am

Dreadlau wrote:Please could you create a reg to "play next" a folder.
That would be very kind.
You are welcome!

This seems to be working for me, but again the usual disclaimer bla-bla:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open with MediaMonkey]

[HKEY_CLASSES_ROOT\Directory\shell\Open with MediaMonkey\command]
@=""C:\\Program Files\\MediaMonkey\\MediaMonkey.exe" "%1""

[HKEY_CLASSES_ROOT\Directory\shell\PlayNext in MediaMonkey]
@="Play &next in MediaMonkey"

[HKEY_CLASSES_ROOT\Directory\shell\PlayNext in MediaMonkey\Command]
@=""C:\\Program Files\\MediaMonkey\\MediaMonkey.exe" /NEXT "%1""

[HKEY_CLASSES_ROOT\Directory\shell\Enqueue in MediaMonkey]
@="Play &last in MediaMonkey"

[HKEY_CLASSES_ROOT\Directory\shell\Enqueue in MediaMonkey\Command]
@=""C:\\Program Files\\MediaMonkey\\MediaMonkey.exe" /ADD "%1""
Note1: if you already used the previous entry from above then you exclude the first two registry entries from this script, otherwise you can have doubled "play" option.

Note2: that there can be a collision with other reg entries, and cleaning the right-click menu is only by removing the entry from registries manually. Good luck!

Note3: If this does not work for subdirectories, then I guess MM does not read them, MM just ignore them while they are not files. I do not think this is fixable using registry.

BTW: I tried to so make it look nice in the menu, like groupping, but Im not able to do it, maybe sb else... Have a nice weekend!

by Dreadlau » Fri Feb 15, 2008 9:52 am

Thanks Macarena. Works well. :D

Please could you create a reg to "play next" a folder.
That would be very kind.

Also do you know how to make this work for folders containing sub-folders?

Thanks in advance

by Macarena » Fri Feb 15, 2008 8:48 am

I see. The folder right-click menu (http://www.mediamonkey.com/forum/viewto ... highlight=).

A temporary workaround: Execute a file .reg with this contain:

Code: Select all

code removed, see below and copy entries you are interested in
I do no take any responsibility for misuse of and chaos made by the above code. I'm using WinXP Prof SP2 and I wrote the keys by hand using regedit.exe and tried it on my own risk. Good luck!

by Macarena » Fri Feb 15, 2008 8:32 am

Dreadlau wrote:Yes. I find it strange that it's possible to do it with files but not with folders.

So if you want to play all the songs in a folder you have to open it and select all tracks. That's not convinient.
What are you talking about? Is this connected with a certain OS or with MM? Where are folders in MM?

by Dreadlau » Fri Feb 15, 2008 5:58 am

Yes. I find it strange that it's possible to do it with files but not with folders.

So if you want to play all the songs in a folder you have to open it and select all tracks. That's not convinient.

Top