Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.37 KB | None | 0 0
  1. templates:
  2.   tvshows:
  3.     exists_series:
  4.      - /mnt/md0/Downloads/Torrent/Complete/
  5.     regexp:
  6.       reject:
  7.        - FASTSUB
  8.         - VOSTFR
  9.         - Subtitulado
  10.         - FRENCH
  11.     content_filter:
  12.       reject:
  13.        - '*.rar'
  14.         - '*.zip'  
  15.     transmission:
  16.       host: 10.0.1.5
  17.       port: 8080
  18.       username: username
  19.       password: pasword
  20.       path: /mnt/md0/Downloads/Torrent/Incomplete/{{series_name|pathscrub}}/S{{"%02d"|format(series_season)}}  
  21.     inputs:
  22.       - rss: http://showrss.info/user/130856.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
  23.       - rss: https://zooqle.com/search?q=720p+category%3ATV&s=dt&v=t&sd=d&fmt=rss
  24.       - rss: https://www.limetorrents.cc/searchrss/720p/
  25.       - rss: https://kickass.cd/usearch/720p/?rss=1
  26.       - rss: https://extratorrent.cc/rss.xml?type=search&cid=8&search=720p
  27.       - rss: https://eztv.ag/ezrss.xml
  28. tasks:
  29.   get_tvshows:
  30.     priority: 2
  31.     template: tvshows
  32.     configure_series:
  33.       from:
  34.         trakt_list:
  35.           username: username
  36.           password: password
  37.           type: shows
  38.           list: flexget
  39.       settings:
  40.         quality: 720p
  41.  
  42.       cleanup:
  43.         priority: 6
  44.         clean_transmission:
  45.           host: 10.0.1.5
  46.           port: 8080
  47.           username: fetcher
  48.           password: password
  49.           finished_for: 7 days
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement