Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.67 KB | None | 0 0
  1. templates:
  2.   tv:
  3.     series:
  4.       settings:
  5.         my shows:
  6.           target: 720p+ webdl
  7.           timeframe: 4 hours
  8.           quality: 720p+ !1080i !h265
  9.           set:
  10.             path: /mnt/Mercy/TV Shows/{{series_name}}/
  11.       my shows:
  12.        - the big bang theory
  13.         - family guy
  14.         - bobs burgers
  15.         - the blacklist
  16.         - new girl
  17.         - game of thrones
  18.         - silicon valley
  19.         - the simpsons
  20.         - arrow
  21.         - archer 2009
  22.         - gotham
  23.         - south park
  24.         - the flash 2014
  25.         - star wars rebels
  26.         - rick and morty
  27.         - vikings
  28.         - supergirl
  29.         - the last man on earth
  30.         - superstore
  31.         - It's Always Sunny in Philadelphia
  32.         - DC's Legends of tomorrow
  33.         - Lucifer
  34.         - Animals
  35.         - The Walking Dead
  36.         - Ray Donovan
  37.         - Son of Zorn
  38.         - westworld
  39.         - adam ruins everything
  40.         - sherlock
  41.         - powerless
  42.  
  43. tasks:
  44.   search series:
  45.       template: [tv]
  46.       discover:
  47.         what:
  48.           - next_series_episodes: yes
  49.         from:
  50.           - piratebay: yes
  51.           - rarbg:
  52.               use_tvdb: true
  53.               sorted_by: seeders
  54.         interval: 1 hour  # Search for expected episodes again every hour
  55.       deluge:
  56.         username: seth
  57.         password: pass
  58.  
  59.   seed_series_db:
  60.    # The find plugin will find all of your existing episodes
  61.     filesystem:
  62.       regexp: .*(avi|mkv|mp4)$
  63.       path: /mnt/Mercy/TV Shows/
  64.       recursive: yes
  65.     template: tv
  66.     # We use the manual plugin so that this task only runs when explicitly called
  67.     manual: yes
  68.  
  69. web_server: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement