2016-03-17, 15:17
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:
Add-on is available in my repository and will be soon in the official repository.
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>
Add-on is available in my repository and will be soon in the official repository.