Advertisement
Guest User

Config Daemon IRC

a guest
Aug 23rd, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.61 KB | None | 0 0
  1. #------ private information
  2. variables: secrets.yml
  3.  
  4. schedules:
  5.   - tasks: [moviesIMDB, moviesTRAKT]
  6.     interval:
  7.       minutes: 5
  8.  
  9. irc:
  10.   irc_tl:
  11.     tracker_file: 'TorrentLeech.tracker'
  12.     nickname: '{? irc.nick1 ?}'
  13.     nickserv_password: '{? irc.nickserv_password ?}'
  14.     port: 7011
  15.     rsskey: '{? irc.rsskey ?}'
  16.     channels: ["#tlannounces"]
  17.     task_re:
  18.       tvA:
  19.         - regexp: '(TV :: Episodes HD)|(TV :: Episodes)'
  20.           field: irc_category
  21.  
  22.       movieList:
  23.         - regexp: '(Movies :: Bluray)'
  24.           field: irc_category
  25.       movieA:
  26.         - regexp: '(Movies :: Bluray)'
  27.           field: irc_category
  28.       movieB:
  29.         - regexp: '(Movies :: Bluray)'
  30.           field: irc_category
  31.  
  32.       movieC:
  33.         - regexp: '(Movies :: BDRip)'
  34.           field: irc_category
  35.       movieD:
  36.         - regexp: '(Movies :: BDRip)'
  37.           field: irc_category
  38.  
  39.       movieE:
  40.         - regexp: '(Movies :: WEBRip)'
  41.           field: irc_category
  42.       movieF:
  43.         - regexp: '(Movies :: WEBRip)'
  44.           field: irc_category
  45.  
  46.       movieG:
  47.         - regexp: '(Movies :: HDRip)'
  48.           field: irc_category
  49.  
  50. templates:
  51.   movies:
  52.     max_reruns: 0
  53.     rtorrent:
  54.       uri: '{? whatbox.uri ?}'
  55.       username: '{? whatbox.usr ?}'
  56.       password: '{? whatbox.pwd ?}'
  57.       path: ~/files/MOVIES/
  58.       custom1: MOVIES
  59.     imdb_lookup: yes
  60.     imdb:
  61.       min_score: 6.0
  62.       min_votes: 100
  63.       min_year: 2017
  64.       # reject_genres:
  65.         # - documentary
  66.       # accept_languages:
  67.         # - english
  68.  
  69.   tv:
  70.     rtorrent:
  71.       uri: '{? whatbox.uri ?}'
  72.       username: '{? whatbox.usr ?}'
  73.       password: '{? whatbox.pwd ?}'
  74.       path: ~/files/TV/
  75.       custom1: TV
  76.     metainfo_series: yes
  77.     trakt_lookup:
  78.       account: '{? trakt.usr ?}'
  79.     thetvdb_lookup: yes
  80.  
  81.   pbnotify:
  82.     notify:
  83.       entries:
  84.         message: "TLEECH 1 {{task}}- {{title}}"
  85.         via:
  86.           - pushbullet:
  87.               api_key: '{? pb.api ?}'
  88.  
  89.  
  90. tasks:
  91.   tvA:
  92.     seen: local
  93.     manual: yes
  94.     template:
  95.      - tv
  96.       - pbnotify
  97.     configure_series:
  98.       from:
  99.         trakt_list:
  100.           account: '{? trakt.usr ?}'
  101.           list: '{? trakt.tv ?}'
  102.           type: shows
  103.       settings:
  104.         identified_by: ep
  105.         qualities:
  106.           - hdtv 1080p h264
  107.           - hdtv 720p h264
  108.           - hdtv <720p h264
  109.           - webdl 1080p h264
  110.           - webdl 720p h264
  111.           - webrip 1080p h264
  112.           - webrip 720p h264
  113.  
  114.   movieA:
  115.     seen: local
  116.     manual: yes
  117.     template:
  118.      - movies
  119.       - pbnotify
  120.     quality: bluray 1080p h264
  121.     content_size:
  122.       max: 10000
  123.       min: 200
  124.  
  125.   movieB:
  126.     seen: local
  127.     manual: yes
  128.     template:
  129.      - movies
  130.       - pbnotify
  131.     quality: bluray 720p h264
  132.     content_size:
  133.       max: 10000
  134.       min: 200
  135.  
  136.   movieC:
  137.     seen: local
  138.     manual: yes
  139.     template:
  140.      - movies
  141.       - pbnotify
  142.     quality: bluray 720p h264
  143.     content_size:
  144.       max: 10000
  145.       min: 200
  146.  
  147.   movieD:
  148.     seen: local
  149.     manual: yes
  150.     template:
  151.      - movies
  152.       - pbnotify
  153.     quality: bluray <720p h264
  154.     content_size:
  155.       max: 10000
  156.       min: 200
  157.  
  158.   movieE:
  159.     seen: local
  160.     manual: yes
  161.     template:
  162.      - movies
  163.       - pbnotify
  164.     quality: webdl 1080p h264
  165.     content_size:
  166.       max: 6000
  167.       min: 200
  168.  
  169.   movieF:
  170.     seen: local
  171.     manual: yes
  172.     template:
  173.      - movies
  174.       - pbnotify
  175.     quality: webdl 720p h264
  176.     content_size:
  177.       max: 6000
  178.       min: 200
  179.  
  180.   movieG:
  181.     seen: local
  182.     manual: yes
  183.     template:
  184.      - movies
  185.       - pbnotify
  186.     quality: hdrip h264
  187.     content_size:
  188.       max: 6000
  189.       min: 200
  190.  
  191.   movieList:
  192.     seen: local
  193.     manual: yes
  194.     template:
  195.      - pbnotify
  196.     rtorrent:
  197.       uri: '{? whatbox.uri ?}'
  198.       username: '{? whatbox.usr ?}'
  199.       password: '{? whatbox.pwd ?}'
  200.       path: ~/files/MOVIES/
  201.       custom1: MOVIES
  202.     quality: bluray 1080p h264 !dts
  203.     content_size:
  204.       max: 10000
  205.       min: 200
  206.     imdb_lookup: yes
  207.     list_match:
  208.       from:
  209.         - movie_list: imdbtrakt
  210.  
  211.  
  212.  
  213. # Movie List Populate From IMDB & TRAKT
  214.  
  215.   moviesIMDB:
  216.    # interval: 30 minutes
  217.     imdb_watchlist:
  218.       user_id: ur43298071
  219.       list: watchlist
  220.     accept_all: yes
  221.     seen: local
  222.     list_add:
  223.       - movie_list: imdbtrakt
  224.  
  225.   moviesTRAKT:
  226.    # interval: 30 minutes
  227.     trakt_list:
  228.       account: '{? trakt.usr ?}'
  229.       list: '{? trakt.movies ?}'
  230.       type: movies
  231.     accept_all: yes
  232.     seen: local
  233.     list_add:
  234.       - movie_list: imdbtrakt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement