From: Samir Benmendil Date: Tue, 15 Aug 2017 21:03:21 +0000 (+0100) Subject: flexget: manipulate series if lookup failed X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/253845b1945b915c0db4332721481fd29db10efb flexget: manipulate series if lookup failed --- diff --git a/flexget/config.yml b/flexget/config.yml index 88e898d..a155a07 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -381,6 +381,14 @@ tasks: # {{{1 - '[Ss]ample' thetvdb_lookup: yes + if: + - "not has_field('tvdb_episode')": + manipulate: + - title: + extract: 'done/([^/]*)/[^/]*$' + from: location + thetvdb_lookup: yes + all_series: parse_only: yes accept_all: yes