From 10f82044662d7967df2cc9e577bcd5fe223df3c4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 9 May 2022 00:03:48 +0100 Subject: [PATCH] flexget: filter logs from imdb rule rejection Very chatty, hides all other relevant information. --- flexget/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flexget/config.yml b/flexget/config.yml index da6d58d..dea0fe9 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -204,6 +204,9 @@ templates: # {{{1 min_score: 7.5 min_votes: 30000 + log_filter: + - message: "because of rule(s)" + plugin: imdb movies-1080p: # {{{2 quality: 1080p bluray+ h264+ -- 2.48.1