X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/092285f8f9c2a0514ac60bc944af8aa79da1894e..01136c801b2c62eb5318aad76d828d06f5c7a4fc:/flexget/config.yml diff --git a/flexget/config.yml b/flexget/config.yml index 714739a..239f27c 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -19,7 +19,6 @@ tasks: exists_series: - "/mnt/Skaro/Series" - - "/home/ramsi/Torrents" series: settings: @@ -38,6 +37,7 @@ tasks: - the cleveland show - two and a half men 720p: + - breaking bad - dexter - doctor who - eureka @@ -45,12 +45,13 @@ tasks: - house - my little pony - red dwarf + - the walking dead - weeds transmission: host: localhost port: 9091 - path: /home/ramsi/Torrents + path: /mnt/Skaro/Torrents.flex removewhendone: yes ratio: 0.0 @@ -58,14 +59,30 @@ tasks: thetvdb_lookup: yes metainfo_series: yes accept_all: yes + # only reject files that have been seen by this task + seen: local find: - path: /home/ramsi/Torrents + path: /mnt/Skaro/Torrents.flex recursive: yes - regexp: '.*\.(avi|mkv|mp4)$' + regexp: '.*\.(avi|mkv|mp4|mpg|divx)$' move: - to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/" - filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}}{{location|pathext}}" + to: "/mnt/Skaro/Series/{{tvdb_series_name}}/Season {{tvdb_season}}/" + 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: + 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].mkv" # vim: sts=2 ts=2 sw=2 et