2017-04-19, 18:23
Hi here,
I am pretty new here at Kodi and I need you help I am trying to get the addon running but I succeeding. I was able to download the file and have it installed in Kodi but i don´t see/can´t find the interface to rate the movies.
I know that I have to setup/modify the the keyboard.xml file like described here.
But it does not work for me because I don´t know which file it is (there are 2) and also which line I need to modify and what needs to be the exact spelling.
Could someone please help me and make it running for me.
Thanks a lot in advance.
Jarvis gives us the opportunity to rate the media. User Rating addon enhances this possibility.
To show rate box. Use keymap and assing to it RunScript(script.user.rating). Addon also have option to show rate box when video will be marked as watched (when the playback is completed or manually marked in library view).
keyboard.xml example:
Code:
<keymap>
<MyVideoLibrary>
<keyboard>
<y>RunScript("script.user.rating")</y>
</keyboard>
</MyVideoLibrary>
</keymap>
I am pretty new here at Kodi and I need you help I am trying to get the addon running but I succeeding. I was able to download the file and have it installed in Kodi but i don´t see/can´t find the interface to rate the movies.
I know that I have to setup/modify the the keyboard.xml file like described here.
But it does not work for me because I don´t know which file it is (there are 2) and also which line I need to modify and what needs to be the exact spelling.
Could someone please help me and make it running for me.
Thanks a lot in advance.
Jarvis gives us the opportunity to rate the media. User Rating addon enhances this possibility.
To show rate box. Use keymap and assing to it RunScript(script.user.rating). Addon also have option to show rate box when video will be marked as watched (when the playback is completed or manually marked in library view).
keyboard.xml example:
Code:
<keymap>
<MyVideoLibrary>
<keyboard>
<y>RunScript("script.user.rating")</y>
</keyboard>
</MyVideoLibrary>
</keymap>