]> git.rmz.io Git - dotfiles.git/blob - flexget/config.yml
0151e274b544f6fda3c26ae3a34a67c6f2237293
[dotfiles.git] / flexget / config.yml
1 email:
2 from: flexget@tardis
3 to: ramsi@localhost
4
5 tasks:
6 ezrss:
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 series:
15 settings:
16 normal:
17 upgrade: yes
18
19 normal:
20 - american dad
21 - burn notice
22 - chuck
23 - family guy
24 - futurama
25 - how i met your mother
26 - the big bang theory
27 - the cleveland show
28 - two and a half men
29 720p:
30 - dexter
31 - doctor who
32 - eureka
33 - game of thrones
34 - house
35 - my little pony
36 - red dwarf
37 - weeds
38
39 transmission:
40 host: localhost
41 port: 9091
42 path: /home/ramsi/Torrents
43 removewhendone: yes
44 ratio: 0.0
45
46 move-episodes:
47 thetvdb_lookup: yes
48 metainfo_series: yes
49 accept_all: yes
50
51 find:
52 path: /home/ramsi/Torrents
53 recursive: yes
54 move:
55 to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/"
56 filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}}{{location|pathext}}"
57
58 # vim: sts=2 ts=2 sw=2 et