Skip to content

Action: addtowatchlist

Razzeee edited this page Jun 24, 2015 · 1 revision

Supported Methods:

There is only one way to use this:

RunScript(script.trakt,action=addtowatchlist)

Information:

This action, will ever only work on library items, consider it an extension of the sync features of the trakt script.

Best usage for this, would be to add the following to your keyboard.xml or use an context addon

<keymap>
  <MyVideoLibrary>
    <keyboard>
      <w>RunScript(script.trakt,action=addtowatchlist)</w>
    </keyboard>
  </MyVideoLibrary>
</keymap>

This will override Kodi's default action for W causing the library item to get send to your trakt watchlist.

This works on all levels of the video library, movie, show, seasons, and episodes.

When an item or items are successfully added to your watchlist, a notification will popup indicating this.

Clone this wiki locally