Advertisement
Guest User

nCore + Finders.it.cx + transmission

a guest
Oct 9th, 2016
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.06 KB | None | 0 0
  1. templates:
  2.   torrentrpc:
  3.     transmission:
  4.       host: #a másik gépen lévő torrent kliens
  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: #a másik gépen lévő torrent kliens
  18.       port: 9091
  19.       username: #**********
  20.       password: #**********
  21.       finished_for: 6 hours
  22.   ncore:
  23.     headers:
  24.       Cookie: "nick=*************;pass=*************" # Az nCore RSS wiki alapján
  25.  
  26. tasks:
  27.   ncore-hu:
  28.     rss: 'http://finderss.it.cx/?&cat=Sorozat%20(HUN%20HD),' # Az nCore RSS wiki alapján
  29.     template: [torrentrpc, ncore]
  30.     series:
  31.       settings:
  32.         default:
  33.           quality: 720p
  34.           identified_by: ep
  35.       default:
  36.        - 'Második esély'
  37.         - 'X-Faktor'
  38.         - 'Gotham'
  39.     set:
  40.       path: '/sorozatok/{{series_name}}/'
  41.  
  42. schedules:
  43.   - tasks: '*'
  44.     interval:
  45.       minutes: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement