Skip to content

Action: rate

Razzeee edited this page Mar 21, 2015 · 2 revisions

Overview

Adds the ability to trigger a manual rating.

Supported methods:

To rate the currently selected item:

RunScript(script.trakt,action=rate)

To rate a specific item:

RunScript(script.trakt,action=rate,media_type=<show|season|episode|movie>,dbid=#)

Information

Rating the currently selected item only works in the various video library views, so either Movies, or TV Shows.

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.

Original Pull Request

https://github.com/rectifyer/script.trakt/pull/107