Advertisement
tskmst

config.yml

Apr 13th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. web_server: yes
  2. web_server: 8080
  3. #==========
  4. templates:
  5. DELUGE:
  6. deluge:
  7. username: localclient
  8. password: CHANGE (http://dev.deluge-torrent.org/wiki/UserGuide/Authentication)
  9. main_file_only: no
  10. keep_subs: yes
  11. removeatratio: no
  12. maxupspeed: 100.0
  13. maxdownspeed: 12000.0
  14.  
  15. RSS-SERIES:
  16. inputs:
  17. - rss: CHANGE TO RSS FEED THAT WOULD GIVE YOU TV SHOWS AND CARTOONS
  18. - rss: CHANGE TO RSS FEED THAT WOULD GIVE YOU TV SHOWS AND CARTOONS
  19. - rss: CHANGE TO RSS FEED THAT WOULD GIVE YOU TV SHOWS AND CARTOONS
  20.  
  21. TRAKT-TELEVISION:
  22. configure_series:
  23. settings:
  24. quality: 720p
  25. propers: no
  26. from:
  27. inputs:
  28. - trakt_list:
  29. username: CHANGE TO YOUR TRAKT.TV USERNAME, MAKE SURE YOU HAVE THE BELOW LIST CREATED AND ITS PUBLIC
  30. list: television
  31. type: shows
  32. metainfo_series: yes
  33.  
  34. TRAKT-CARTOONS:
  35. configure_series:
  36. settings:
  37. quality: 720p
  38. propers: no
  39. from:
  40. inputs:
  41. - trakt_list:
  42. username: CHANGE TO YOUR TRAKT.TV USERNAME, MAKE SURE YOU HAVE THE BELOW LIST CREATED AND ITS PUBLIC
  43. list: cartoons
  44. type: shows
  45. metainfo_series: yes
  46.  
  47. TRAKT-DOCUMENTARIES:
  48. configure_series:
  49. settings:
  50. quality: 720p
  51. propers: no
  52. from:
  53. inputs:
  54. - trakt_list:
  55. username: CHANGE TO YOUR TRAKT.TV USERNAME, MAKE SURE YOU HAVE THE BELOW LIST CREATED AND ITS PUBLIC
  56. list: documentaries
  57. type: shows
  58. metainfo_series: yes
  59.  
  60. tasks:
  61.  
  62. TELEVISION:
  63. priority: 1
  64. template:
  65. - DELUGE
  66. - RSS-SERIES
  67. - TRAKT-TELEVISION
  68. set:
  69. path: /media/Mjolnir/Torrents/InComplete # CHANGE TO WHATEVER PATH YOU PREFER
  70. label: tv
  71.  
  72. CARTOONS:
  73. priority: 2
  74. template:
  75. - DELUGE
  76. - RSS-SERIES
  77. - TRAKT-CARTOONS
  78. set:
  79. path: /media/Mjolnir/Torrents/InComplete # CHANGE TO WHATEVER PATH YOU PREFER
  80. label: cartoon
  81.  
  82. DOCUMENTARY:
  83. priority: 3
  84. template:
  85. - DELUGE
  86. - RSS-SERIES
  87. - TRAKT-DOCUMENTARIES
  88. set:
  89. path: /media/Mjolnir/Torrents/InComplete # CHANGE TO WHATEVER PATH YOU PREFER
  90. label: documentary
  91.  
  92. TRAKT-MOVIE-WATCHLIST:
  93. priority: 4
  94. trakt_list:
  95. account: CHANGE TO YOUR TRAKT.TV USERNAME, MAKE SURE YOU HAVE THE BELOW LIST CREATED AND ITS PUBLIC
  96. list: movies
  97. accept_all: yes
  98. seen: local
  99. list_add:
  100. - movie_list: watchlist
  101.  
  102. IMDB-MOVIE-WATCHLIST:
  103. priority: 5
  104. imdb_watchlist:
  105. user_id: CHANGE TO YOUR IMDB USER_ID
  106. list: watchlist
  107. accept_all: yes
  108. seen: local
  109. list_add:
  110. - movie_list: imdb_watchlist
  111.  
  112. MOVIES:
  113. trakt_lookup: yes
  114. imdb_lookup: yes
  115. priority: 6
  116. discover:
  117. what:
  118. - movie_list: watchlist
  119. - movie_list: imdb_watchlist
  120. from:
  121. - iptorrents:
  122. rss_key: YOUR RSS KEY TO IPTORRENTS
  123. uid: YOUR UID KEY TO IPTORRENTS
  124. password: YOUR HASHED PASSWORD TO IPTORRENTS
  125. category:
  126. - 87
  127. - 72
  128. - 90
  129. - 48
  130. - 54
  131. - 62
  132. - 38
  133. - 68
  134. - 20
  135. - 7
  136. torrent_alive: 1
  137. quality: 720p
  138. list_match:
  139. from:
  140. - movie_list: watchlist
  141. - movie_list: imdb_watchlist
  142. deluge:
  143. username: localclient
  144. password: CHANGE (http://dev.deluge-torrent.org/wiki/UserGuide/Authentication)
  145. set:
  146. path: /media/Mjolnir/Torrents/InComplete # CHANGE TO WHATEVER PATH YOU PREFER
  147. label: movie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement