@meeotch wrote:
Here's a simple test config, which I'd hope would keep updating the series episodes in the case where an x265 source becomes available after an h264.
templates: all: headers: User-Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36" Referer: "http://torrentproject.se/" Accept-Encoding: "deflate, gzip" # verify_ssl_certificates: no tasks: the_mick: rss: url: https://www.limetorrents.cc/searchrss/the%20mick series: - the mick: begin: "S02E01" timeframe: 48 hours target: 1080p webdl+ 10bit+ quality: 720p+ upgrade: yes template: all
I've removed the "deluge" section that actually downloads the torrent, since it contains private info. This series has just one episode in season 02 so far. flexget successfully grabbed a 1080p x264 entry - it's the first REJECTED one in the output below (already downloaded). But it subsequently REJECTED a 1080p x265 10bit entry that's clearly better quality, saying that it's worse quality.
My gut says that the problem must be that flexget isn't parsing the quality info from this particular entry, though I'm not sure. It looks properly labeled to me - the only weird thing is the parentheses. Is there a way to work further debug and hopefully work around this sort of thing?
2017-09-30 23:18 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2017-09-30 23:18 VERBOSE details the_mick Produced 50 entries. 2017-09-30 23:18 VERBOSE parser_internal the_mick Title `The Mick S01 WEB-DLRip` looks like series `the mick` but cannot find a(n) `ep` style identifier. 2017-09-30 23:18 VERBOSE parser_internal the_mick Title `The Mick Ronson Memorial Concert 2 CD 2001` looks like series `the mick` but cannot find a(n) `ep` style identifier. 2017-09-30 23:18 VERBOSE task the_mick REJECTED: `The Mick S02E01 1080p WEB x264-TBS[rarbg]` by seen plugin because entry with title `The Mick S02E01 1080p WEB x264-TBS[rarbg]` is already marked seen in the task the_mick at 2017-09-30 00:10 <snip> 2017-09-30 23:18 VERBOSE task the_mick REJECTED: `The Mick (2017) S02E01 (1080p WEBRip x265 HEVC 10bit AAC 5 1 Langbard) [UTR]` by series plugin because worse quality than already downloaded. <snip>
Posts: 6
Participants: 2