Advertisement
Guest User

nCore + Finders.it.cx + transmission

a guest
Oct 9th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.75 KB | None | 0 0
  1. templates:
  2.   torrentrpc:
  3.     transmission:
  4.       host: #nas
  5.       port: 9091
  6.       username: #**********
  7.       password: #**********
  8.       ratio: 3
  9.       main_file_only: yes
  10.       include_subs: yes
  11.       addpaused: No
  12.       skip_files:
  13.        - '*.nfo'
  14.         - '*.sfv'
  15.         - '*.txt'
  16.     clean_transmission:
  17.       host: #nas
  18.       port: 9091
  19.       username: #**********
  20.       password: #**********
  21.       finished_for: 6 hours
  22.   ncore:
  23.     headers:
  24.       Cookie: "nick=*************;pass=*************"
  25.   pushover:
  26.     pushover:
  27.       userkey:
  28.         - pushoverUserKey #****************
  29.       apikey: #****************
  30.       device: '*'
  31.       title: Downloading {{series_name}}
  32.       message: Episode {{series_id}}
  33.       sound: incoming
  34.  
  35. tasks:
  36.   ncore-hu:
  37.     rss: 'http://finderss.it.cx/?&cat=Sorozat%20(HUN%20HD),'
  38.     template: [torrentrpc, ncore, pushover]
  39.     series:
  40.       settings:
  41.         default:
  42.           quality: 720p
  43.           identified_by: ep
  44.       default:
  45.        - 'Második esély'
  46.         - 'X-Faktor'
  47.         - 'Gotham'
  48.         - 'A Grace klinika'
  49.         - 'Gyilkos elmék'
  50.         - 'Gyilkos elmék - Túl minden határon'
  51.     set:
  52.       path: '/asszony/sorozatok/{{series_name}}/'
  53.   ncore-en:
  54.     rss: 'http://finderss.it.cx/?&cat=Sorozat%20(ENG%20HD),'
  55.     template: [torrentrpc, ncore, pushover]
  56.     series:
  57.       settings:
  58.         default:
  59.           quality: 720p
  60.           identified_by: ep
  61.       default:
  62.        - 'Arrow'
  63.         - 'Star Wars Rebels'
  64.         - 'Marvels Agents of S.H.I.E.L.D.'
  65.         - 'Westworld'
  66.         - 'The Flash'
  67.         - 'Aftermath'
  68.     set:
  69.       path: '/admin/series/{{series_name}}/'    
  70.  
  71. schedules:
  72.   - tasks: '*'
  73.     interval:
  74.       minutes: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement