From 2cd1f876ee9e756a1f98cdbc67a3fbe6021c8454 Mon Sep 17 00:00:00 2001 From: evilhero Date: Sun, 8 Dec 2019 14:00:52 -0500 Subject: [PATCH] FIX: fix for post-processing files that are TPB's but matches to non-TPB's series within watchlist --- mylar/PostProcessor.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index 43cc4e9c..a0b29ac9 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -644,6 +644,10 @@ class PostProcessor(object): temploc = None datematch = "False" + if temploc is None and all([cs['WatchValues']['Type'] != 'TPB', cs['WatchValues']['Type'] != 'One-Shot']): + logger.info('this should have an issue number to match to this particular series: %s' % cs['ComicID']) + continue + if temploc is not None and (any(['annual' in temploc.lower(), 'special' in temploc.lower()]) and mylar.CONFIG.ANNUALS_ON is True): biannchk = re.sub('-', '', temploc.lower()).strip() if 'biannual' in biannchk: