X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1fb70938981945b487d3245a4c124ef6beecbb95..05fbe649e151404629861b079932f4b1c938be0c:/flexget/config.yml diff --git a/flexget/config.yml b/flexget/config.yml index 985a54a..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: @@ -38,6 +37,7 @@ tasks: - the cleveland show - two and a half men 720p: + - breaking bad - dexter - doctor who - eureka @@ -45,6 +45,7 @@ tasks: - house - my little pony - red dwarf + - the walking dead - weeds transmission: @@ -58,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 @@ -68,4 +71,18 @@ tasks: to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/" 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 + seen: local + + find: + path: /mnt/Skaro/Torrents.flex + recursive: yes + regexp: '.*\.mkv$' + + move: + to: "/mnt/Skaro/Movies" + filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv" + # vim: sts=2 ts=2 sw=2 et