X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/092285f8f9c2a0514ac60bc944af8aa79da1894e..d9529cda1db35871df8346c1e8a52f05762249bd:/flexget/config.yml diff --git a/flexget/config.yml b/flexget/config.yml index 714739a..5373d38 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -38,6 +38,7 @@ tasks: - the cleveland show - two and a half men 720p: + - breaking bad - dexter - doctor who - eureka @@ -45,12 +46,13 @@ tasks: - house - my little pony - red dwarf + - walking dead - weeds transmission: host: localhost port: 9091 - path: /home/ramsi/Torrents + path: /mnt/Skaro/Torrents.flex removewhendone: yes ratio: 0.0 @@ -60,12 +62,25 @@ tasks: accept_all: yes find: - path: /home/ramsi/Torrents + path: /mnt/Skaro/Torrents.flex recursive: yes regexp: '.*\.(avi|mkv|mp4)$' move: to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/" - filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}}{{location|pathext}}" + filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name|replace('/','-')}} ({{ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}" + + move-movies: + tmdb_lookup: yes + accept_all: yes + + find: + path: /mnt/Skaro/Movies.carsten + recursive: yes + regexp: '.*\.mkv$' + + move: + to: "/mnt/Skaro/Movies.flexed" + filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv" # vim: sts=2 ts=2 sw=2 et