![]() |
How to rate (stars) a song while listing to it ? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Xperience More (https://forum.kodi.tv/forumdisplay.php?fid=128) +----- Thread: How to rate (stars) a song while listing to it ? (/showthread.php?tid=139625) |
How to rate (stars) a song while listing to it ? - Ribero - 2012-09-03 Hi, I love this Skin (Xperience More 1.3.1). Clearly the best I found on XBMC. Thank you for the amazing work ! I'm just missing something (or do not know how to easily do it) : I use to create smatplay list using number of stars of songs (1 to 5 stars). Then I use party mode to shuffle play all the library and plays all titles (and even those I do not listen very often). I was using arrow up/down shortcut in confluence to modify the rating (increase or reduce the number of stars) during the playback of the song. Thus my playlist is automagically updated with the new song I rated... Well, using arrow up or down does nothing in Xperience, is there something I'v missed in the settings ? Do the ratting use other keyboard shortcut ? If this feature is not present in the current release, any chance to have it implemented in a future release ? If not where should I start to do a mod for this (I never done any mod before! is it realistic to start learning with this feature or is it complex to implement). Thanks ! RE: How to rate (stars) a song while listing to it ? - nessus - 2012-09-04 I think is easily doable. I will check it out and let you know. Edit Ok. Its very simple. Open MusicVisualisation.xml and add the following code in line 337 and you done. It works just like Confluence. PHP Code: <control type="image"> Thanks for pointing this. It's very useful. I have to remember to include this in the next update. Cheers Nessus RE: How to rate (stars) a song while listing to it ? - Ribero - 2012-09-05 It works perfectly thanks a lot !!! |