Advertisement
Guest User

config.yml

a guest
Nov 26th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.74 KB | None | 0 0
  1. schedules:
  2.   - tasks: tvshows
  3.     interval:
  4.       minutes: 15
  5.  
  6. templates:
  7.   tv:
  8.     deluge:
  9.       host: localhost
  10.       port: 58846
  11.       username: USERNAME HIDDEN
  12.       password: PASSWORD HIDDEN
  13.       path: /media/all/data/torrents/
  14.       movedone: "/media/all/series/{{series_name}}/Season {{series_season}}/"
  15.     configure_series:
  16.       settings:
  17.         timeframe: 5 hours
  18.         target: 720p-1080p webdl
  19.         quality: 720p-1080p
  20.         propers: yes
  21.       from:
  22.         trakt_list:
  23.           username: USERNAME HIDDEN
  24.           account: USERNAME HIDDEN
  25.           password: PASSWORD HIDDEN
  26.           list: Shows
  27.           type: shows
  28.     regexp:
  29.       from: title
  30.       reject:
  31.        - msd
  32.         - afg
  33.         - line
  34.     content_size:
  35.       min: 100
  36.       max: 4000
  37.       strict: no
  38.     content_filter:
  39.       require:
  40.        - '*.mkv'
  41.         - '*.mp4'
  42.       reject:
  43.        - 'password.txt'
  44.         - '*.avi'
  45.         - '*.wmv'
  46.         - '*.rar'
  47.         - '*.zip'
  48.     domain_delay:
  49.       showrss.info: 1 seconds
  50.     inputs:
  51.       - rss:
  52.           url: https://zooqle.com/rss/tv/m32zhhcqs.rss # Zooqle
  53.           all_entries: no
  54.       - rss:
  55.           url: http://extratorrent.cc/rss.xml?type=popular&cid=8 # ExtraTorrent
  56.           all_entries: no
  57.       - rss:
  58.           url: http://showrss.info/user/58405.rss?magnets=true&namespaces=true&name=null&quality=hd&re=yes # ShowRSS
  59.           all_entries: no
  60.       - rss:
  61.           url: https://thepiratebay.org/rss/top100/208 # ThePirateBay Top 100 HD Shows
  62.           all_entries: no
  63.       - rss:
  64.           url: https://rarbg.to/rss.php # RARBG
  65.           all_entries: no
  66.  
  67. tasks:
  68.   tvshows:
  69.     template: tv
  70.  
  71. web_server:
  72.   bind: 192.168.1.105
  73.   port: 6060
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement