INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: RedJ on July 13, 2012, 02:58:56 pm

Title: FEATURE REQ: Keyboard Shortcut Code for Rating Selected Track/File
Post by: RedJ on July 13, 2012, 02:58:56 pm
I see Resource.xml codes for keyboard shortcuts to rate the currently playing track.  I would like to be able to define custom shortcuts for rating the currently selected track(s)/file(s) without it having to be "Playing Now".  Can an enum code for added to a future build/version for that?
Title: Re: FEATURE REQ: Keyboard Shortcut Code for Rating Selected Track/File
Post by: rick.ca on July 13, 2012, 07:01:58 pm
I'm not sure how long you would have to wait for something like that. In the meantime, there is a workaround...

Create a 'Rating' Zone with an Output Mode of 'Null Output'.
Using something like AutoHotKey, write a simple script that for a given rating 'n':


Maybe there's a better way, but if step 2 were replaced with the necessary keystrokes to select Add (Play now) from the context menu (there is no mcc), Playing Now for the 'Rating' Zone would provide a list of the tracks rated during the current session. 8)
Title: Re: FEATURE REQ: Keyboard Shortcut Code for Rating Selected Track/File
Post by: RedJ on July 13, 2012, 08:43:34 pm
Thanks for the workaround.  I'll give it a try, though it seems a bit messier of a solution than should be necessary.  I hope the JRiver powers that be will consider putting this on the roadmap.  It seems like the plumbing for this feature should already be in place and possibly it just needs exposed to the interface.