Howto easily give songs ratings?
#1
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?
Reply
#2
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.
Reply
#3
You can rate directly while stuff is playing if that's what you want.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
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...
Reply

Logout Mark Read Team Forum Stats Members Help
Howto easily give songs ratings?0