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