Skip to content

Instantly share code, notes, and snippets.

@slayerjay
Created October 29, 2013 16:43
Show Gist options
  • Save slayerjay/7218235 to your computer and use it in GitHub Desktop.
Save slayerjay/7218235 to your computer and use it in GitHub Desktop.
Flexget configuration file. TraktTv to IPTorrents to uTorrent.
tasks:
task_name:
#use http://www.iptorrents.com/getrss.php to get the RSS link, make sure to select download link option
rss: http://www.iptorrents.com/torrents/rss?download;l78;u=xxxx;tp=xxxxxxxx
set:
ut_path: D:\torrents\
import_series:
from:
trakt_list:
username: xxxxxx
password: xxxxxx
api_key: xxxxxxxxxxxxxx
series: watchlist
settings:
quality: 480p
download:
path: D:\torrents\
overwrite: yes
# Output series to uTorrent
exec: uTorrent /DIRECTORY "{{ut_path|pathscrub}}" "{{output}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment