Advertisement
tskmst

config.yml

Jun 25th, 2016
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. web_server:
  2. bind: 0.0.0.0
  3. port: 5050
  4. api: yes
  5. webui: yes
  6. #==========
  7. templates:
  8. DELUGE:
  9. deluge:
  10. username: localhost
  11. password: changeme # CHANGE TO HASHED DELUGE PASSWORD, FOUND IN AUTH (deluge)
  12. main_file_only: no
  13. keep_subs: yes
  14. removeatratio: no
  15. maxupspeed: 100.0
  16. maxdownspeed: 12000.0
  17.  
  18. RSS-SERIES:
  19. inputs:
  20. - rss: http://rssfeed # CHANGE TO THE RSS FEED YOU ARE TRACKING
  21. - rss: http://rssfeed1
  22. - rss: http://rssfeed2
  23.  
  24. TRAKT-TELEVISION:
  25. configure_series:
  26. settings:
  27. quality: 720p
  28. from:
  29. inputs:
  30. - trakt_list:
  31. username: changeme # YOU MUST BE SIGN UP ON TRAKT.TV TO HAVE A USERNAME
  32. list: changme # YOU MUST HAVE AN ACCOUNT ON TRAKT.TV TO HAVE A PUBLIC LIST THAT YOU ARE TRACKING
  33. type: shows
  34.  
  35. tasks:
  36. TELEVISION:
  37. priority: 1
  38. template:
  39. - DELUGE
  40. - RSS-SERIES
  41. - TRAKT-TELEVISION
  42. set:
  43. path: media/TorrentDrive/InComplete # CHANGE TO WHATEVER YOU PREFER
  44. label: tv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement