Direct rating via remote
#1
I have this kind of remote on my CoreELEC-based KODI installation:

Image

In music OSD I would like to bind the number keys to their equivalent rating values but I can't find an equivalent action in the keymap editor add-on. Can you help me out?

In case no action exists, would it be possible to add one in core?

This topic has been discussed in the past HERE but there's no solution for me. Arrow left/right is bound to skip, Arrow up/down is bound to next/previous which is just fine.
Reply
#2
I think all there is are actions for rating up and rating down.  But it is possible to use a script and instead bind your key to runscript.  See this as a possible method:

https://github.com/scott967/script.music.userrating

scott s.
.
Reply
#3
Not ideal but you can map a button to open the set rating dialog while playing a song using -

code:
SetRating

The problem with trying to do it using the number pad is they're used for seeking so the only solution I can think of would be to allow a value when setting a rating.

eg

code:
SetRating,1
SetRating,2
...
Reply

Logout Mark Read Team Forum Stats Members Help
Direct rating via remote0