]> git.rmz.io Git - dotfiles.git/blob - flexget/config.yml
most movies won't have a german track
[dotfiles.git] / flexget / config.yml
1 email:
2 from: flexget@tardis
3 to: ramsi@localhost
4
5 tasks:
6 tv-shows:
7 inputs:
8 - rss: { url: 'https://www.ezrss.it/feed/', silent: yes }
9 # - rss: { url: 'http://www.torlock.com/television/rss.xml', silent: yes }
10 # - rss: { url: 'http://torrentz.eu/feed_verified?q=tv', silent: yes }
11 - rss: { url: 'http://rss.bt-chat.com/?group=3', silent: yes }
12 - rss: { url: 'http://showrss.karmorra.info/feeds/all.rss', silent: yes }
13 # - rss: { url: 'http://rss.thepiratebay.org/208', silent: yes }
14
15 content_filter:
16 reject:
17 - '*.rar'
18 - '*.r0*'
19
20 exists_series:
21 - "/mnt/Skaro/Series"
22 - "/home/ramsi/Torrents"
23
24 series:
25 settings:
26 normal:
27 upgrade: yes
28
29 normal:
30 - american dad
31 - burn notice
32 - chuck
33 - family guy
34 - futurama
35 - how i met your mother
36 - qi
37 - the big bang theory
38 - the cleveland show
39 - two and a half men
40 720p:
41 - breaking bad
42 - dexter
43 - doctor who
44 - eureka
45 - game of thrones
46 - house
47 - my little pony
48 - red dwarf
49 - walking dead
50 - weeds
51
52 transmission:
53 host: localhost
54 port: 9091
55 path: /mnt/Skaro/Torrents.flex
56 removewhendone: yes
57 ratio: 0.0
58
59 move-episodes:
60 thetvdb_lookup: yes
61 metainfo_series: yes
62 accept_all: yes
63
64 find:
65 path: /mnt/Skaro/Torrents.flex
66 recursive: yes
67 regexp: '.*\.(avi|mkv|mp4)$'
68
69 move:
70 to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/"
71 filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name|replace('/','-')}} ({{ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}"
72
73 move-movies:
74 tmdb_lookup: yes
75 accept_all: yes
76
77 find:
78 path: /mnt/Skaro/Movies.carsten
79 recursive: yes
80 regexp: '.*\.mkv$'
81
82 move:
83 to: "/mnt/Skaro/Movies.flexed"
84 filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv"
85
86 # vim: sts=2 ts=2 sw=2 et