Skip to content

Instantly share code, notes, and snippets.

@zilexa
Created July 15, 2016 19:27
Show Gist options
  • Save zilexa/e82211bbfe41de4274b44d0b48b14642 to your computer and use it in GitHub Desktop.
Save zilexa/e82211bbfe41de4274b44d0b48b14642 to your computer and use it in GitHub Desktop.
Let Transmission notify Kodi of a finished download so that it will scan that particular file to the library (it will not do a full library update)
/usr/bin/wget --header='Content-Type:application/json' --post-data='{"jsonrpc": "2.0", "method": "VideoLibrary.Scan", "id": "osmc", "params": {"directory":"'"$TR_TORRENT_DIR"'/"}}' "http://localhost:8080/jsonrpc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment