X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/29e08f0bdb9d708c379228b2bea308107e6a5ab6..a85afbc63ae5b2bbf3b89924fd6bb3ea052fba1a:/flexget/config.yml?ds=inline diff --git a/flexget/config.yml b/flexget/config.yml index e3fd0a8..2eff460 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -69,6 +69,10 @@ tasks: recursive: yes regexp: '.*\.(avi|mkv|mp4|mpg|divx)$' + regexp: + reject: + - '[Ss]ample' + move: 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}}" @@ -85,6 +89,6 @@ tasks: move: to: "/mnt/Skaro/Movies" - filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv" + filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}" # vim: sts=2 ts=2 sw=2 et