X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d9529cda1db35871df8346c1e8a52f05762249bd..c8337870fccacfbb30fd0a5521933d6b3534f624:/flexget/config.yml diff --git a/flexget/config.yml b/flexget/config.yml index 5373d38..314b962 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -19,7 +19,6 @@ tasks: exists_series: - "/mnt/Skaro/Series" - - "/home/ramsi/Torrents" series: settings: @@ -46,7 +45,7 @@ tasks: - house - my little pony - red dwarf - - walking dead + - the walking dead - weeds transmission: @@ -60,6 +59,8 @@ tasks: 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 @@ -73,14 +74,15 @@ tasks: move-movies: tmdb_lookup: yes accept_all: yes + seen: local find: - path: /mnt/Skaro/Movies.carsten + path: /mnt/Skaro/Torrents.flex recursive: yes regexp: '.*\.mkv$' move: - to: "/mnt/Skaro/Movies.flexed" + to: "/mnt/Skaro/Movies" filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv" # vim: sts=2 ts=2 sw=2 et