email: from: flexget@tardis to: ramsi@localhost presets: tv: content_filter: reject: - '*.rar' - '*.r0*' exists_series: - "/mnt/Skaro/Series" series: settings: normal: timeframe: 12 hours target: 1080p webdl quality: 480p+ upgrade: yes normal: - american dad - breaking bad - burn notice - chuck - dexter - doctor who - eureka - family guy - futurama - game of thrones - house - how i met your mother - my little pony - qi - ray donovan - red dwarf - the big bang theory - the cleveland show - the walking dead - two and a half men - weeds transmission: host: localhost port: 9091 path: /mnt/Skaro/Torrents.flex removewhendone: yes ratio: 0.0 tasks: tv-shows: priority: 1 inputs: - rss: { url: 'https://www.ezrss.it/feed/', silent: yes } - rss: { url: 'http://rss.bt-chat.com/?group=3', silent: yes } - rss: { url: 'http://showrss.karmorra.info/feeds/all.rss', silent: yes } - rss: { url: 'http://kat.ph/tv/?rss=1', silent: yes } # - rss: { url: 'http://www.torlock.com/television/rss.xml', silent: yes } # - rss: { url: 'http://torrentz.eu/feed_verified?q=tv', silent: yes } # - rss: { url: 'http://rss.thepiratebay.org/208', silent: yes } preset: tv move-episodes: priority: 2 thetvdb_lookup: yes metainfo_series: yes accept_all: yes # only reject files that have been seen by this task seen: local find: path: /mnt/Skaro/Torrents.flex recursive: yes regexp: '.*\.(avi|mkv|mp4|mpg|divx)$' regexp: reject: - '[Ss]ample' move: to: "/mnt/Skaro/Series/{{tvdb_series_name}}/{% if tvdb_season == 0 %}Specials{% else %}Season {{tvdb_season}}{% endif %}/" filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{tvdb_ep_name|replace('/','-')}} ({{tvdb_ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}" move-movies: priority: 3 tmdb_lookup: yes accept_all: yes seen: local find: path: /mnt/Skaro/Torrents.flex recursive: yes regexp: '.*\.(mkv|avi|mp4)$' move: to: "/mnt/Skaro/Movies" filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}" # vim: sts=2 ts=2 sw=2 et