X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/09cb9cbc7908f20728c567f7223ed4ecacb11fff..1b8863f6a02696a5d7bd5a3b3c003a9118b13975:/flexget/config.yml diff --git a/flexget/config.yml b/flexget/config.yml index e47c5f6..f6ccfe1 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -108,8 +108,7 @@ templates: # {{{1 - the cleveland show - the walking dead - two and a half men - - the wire: - quality: 720p+ + - the wire: { quality: 720p+ } movies: # {{{2 @@ -204,11 +203,14 @@ tasks: # {{{1 set: destination: '/mnt/Skaro/Series' - move: - to: "/mnt/Skaro/Series/{{tvdb_series_name}}/{% if tvdb_season == 0 %}Specials{% else %}Season {{tvdb_season}}{% endif %}/" + folder: "{{tvdb_series_name}}/{% if tvdb_season == 0 %}Specials{% else %}Season {{tvdb_season}}{% endif %}" filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{tvdb_ep_name|replace('/','-')}} ({{tvdb_ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]" + move: + to: "/mnt/Skaro/Series/{{folder}}" + filename: "{{filename}}" clean_source: 100 # removes dir if < [N] MB + exec: echo "<<<{{folder}}/{{filename}}>>>" email: from: flexget@tardis to: ramsi@localhost @@ -239,11 +241,13 @@ tasks: # {{{1 set: destination: '/mnt/Skaro/Movies' + filename: "{{imdb_name}} ({{imdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]" move: to: "/mnt/Skaro/Movies" - filename: "{{imdb_name}} ({{imdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]" + filename: "{{filename}}" clean_source: 100 # removes dir if < [N] MB + exec: echo "<<<{{filename}}>>>" email: from: flexget@tardis to: ramsi@localhost @@ -281,7 +285,7 @@ tasks: # {{{1 schedules: # {{{1 - - tasks: ['dl-*', 'move-*'] + - tasks: ['dl-*'] schedule: hour: '*' minute: '00'