-
Notifications
You must be signed in to change notification settings - Fork 147
Action: rate
Justin edited this page May 17, 2013
·
2 revisions
Adds the ability to trigger a manual rating.
To rate the currently selected item:
RunScript(script.trakt,action=rate)
To rate a specific item:
RunScript(script.trakt,action=rate,media_type=<show|episode|movie>,dbid=#)
Rating the currently selected item only works in the various video library views, so either Movies, or TV Shows.
Manual rating only works with library items, it will not work with non-library items and there is no plans to add this support.
The best way to do this is to add a custom mapping RunScript(script.trakt,action=rate)
to your keyboard.xml. For example, in testing, I used the key V to trigger a manual rate.