INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: [Feature Request] - Rating via Systray / Taskbar  (Read 510 times)

Couch

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 86
  • Music. Sweet Music.
[Feature Request] - Rating via Systray / Taskbar
« on: May 28, 2018, 01:38:04 pm »

I'd love to be able to rate the currently playing song by right-clicking the icon in the systray/taskbar.

I have a workaround for this where I've created playlists called *, **, ***, ****, ***** and send songs to those playlists.
Later when I'm more open to distraction, I select all songs in each list and rate accordingly.

BTW - 5 stars is plenty - thank you.
My rating system:
*         I've listened to it. Couldn't stand it. Don't wanna hear it again.
**       Indifferent. I'm not moved. I won't waste the effort to change it, but I'll likely never choose to play it.
***     Like it.
****   Really like it.
***** OMG THIS IS THE BEST SONG EVAR!
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2558
Re: [Feature Request] - Rating via Systray / Taskbar
« Reply #1 on: May 28, 2018, 04:19:51 pm »

You can do this using MC's global hotkeys (or AutoHotkey) in conjunction with the MC core command. if you need more help, ask.
Logged

Couch

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 86
  • Music. Sweet Music.
Re: [Feature Request] - Rating via Systray / Taskbar
« Reply #2 on: June 08, 2018, 09:27:42 am »

Thank you Bryan.

I have mixed results:

I've put the following in my Resource.xml file under C:\Program Files\J River\Media Center 24\Data\Default Resources

    <!-- Rate current song -->
    <Entry Key="Ctrl;Shift;Delete" Command="10023" Param="0" />
    <Entry Key="Ctrl;Shift;1" Command="10023" Param="1" />
    <Entry Key="Ctrl;Shift;2" Command="10023" Param="2" />
    <Entry Key="Ctrl;Shift;3" Command="10023" Param="3" />
    <Entry Key="Ctrl;Shift;4" Command="10023" Param="4" />
    <Entry Key="Ctrl;Shift;5" Command="10023" Param="5" />
    <Entry Key="Ctrl;Shift;NumPad0" Command="10023" Param="0" />
    <Entry Key="Ctrl;Shift;NumPad1" Command="10023" Param="1" />
    <Entry Key="Ctrl;Shift;NumPad2" Command="10023" Param="2" />
    <Entry Key="Ctrl;Shift;NumPad3" Command="10023" Param="3" />
    <Entry Key="Ctrl;Shift;NumPad4" Command="10023" Param="4" />
    <Entry Key="Ctrl;Shift;NumPad5" Command="10023" Param="5" />



I can use Ctrl;Shift:5 and Ctrl;Shift:Delete to set the rating of the current song to 5 and 0.
But ONLY when I've got MC as the active window.

None of the others work. And these Entry Keys are unique - to this file anyway.

Thanks for the help!
~D
Logged
Pages: [1]   Go Up