From: Samir Benmendil Date: Tue, 23 Oct 2012 02:27:18 +0000 (+0200) Subject: add flexget X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/74ebbf77e192cf318f8b98f747233395f01f245c add flexget --- diff --git a/Makefile b/Makefile index 91cc601..8f85fd5 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ install: cp -f vimrc ~/.vimrc + cp -f flexget/config.yml ~/.flexget/config.yml update: cp -f ~/.vimrc vimrc + cp -f ~/.flexget/config.yml flexget/config.yml diff --git a/flexget/config.yml b/flexget/config.yml new file mode 100644 index 0000000..d8b84ee --- /dev/null +++ b/flexget/config.yml @@ -0,0 +1,56 @@ +email: + from: tardis + to: ramsi@tardis + +tasks: + ezrss: + rss: + url: https://www.ezrss.it/feed/ +# url: http://rss.bt-chat.com/? +# url: http://showrss.karmorra.info/feeds/all.rss + ascii: yes + series: + settings: + normal: + upgrade: yes + + normal: + - american dad + - burn notice + - chuck + - family guy + - futurama + - how i met your mother + - the big bang theory + - the cleveland show + - two and a half men + 720p: + - dexter + - doctor who + - eureka + - game of thrones + - house + - my little pony + - red dwarf + - weeds + + transmission: + host: localhost + port: 9091 + path: /home/ramsi/Torrents + removewhendone: yes + ratio: 0.0 + + move-episodes: + thetvdb_lookup: yes + metainfo_series: yes + accept_all: yes + + find: + path: /home/ramsi/Torrents + recursive: yes + move: + to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/" + filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}}{{location|pathext}}" + +# vim: sts=2 ts=2 sw=2 et