Posts: 27
Joined: Jul 2011
Reputation:
0
I am stuggling with the song rating feature. When I want to give a rating I have to browse to the playing song, open the info panel and then give it a rating. Is there a way to give a rating from eg the now playing screen?
Posts: 4,061
Joined: Oct 2007
Reputation:
90
zag
Team-Kodi Member
Posts: 4,061
Yes thats the way.
I've long called for an easier way to rate a song (with the remote number keypad), it would be a nice feature.
Posts: 26,215
Joined: Oct 2003
Reputation:
187
You can rate directly while stuff is playing if that's what you want.
Posts: 27
Joined: Jul 2011
Reputation:
0
I edited the keyboard.xml to in/de-crease songratings with up/down keys from the visualisation screen:
<Visualisation>
<keyboard>
<f>FastForward</f>
<r>Rewind</r>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
<return>ActivateWindow(MusicOSD)</return>
<enter>ActivateWindow(MusicOSD)</enter>
<m>ActivateWindow(MusicOSD)</m>
<up>IncreaseRating</up>
<down>DecreaseRating</down>
Unfortunately my favourite skin Aeon MQ3 doesn't show song ratings from the visualisationscreen as confluence does. So I have to guess...