@luizoti wrote:
Hello,
I have a feed that releases episodes of anime in 10bit, basically the epsodios are released in 8bit and a few hours later in 10bit.I created a task with 'manipulate', exclusively to be able to catch these eps when they are released and the goal is that they replace the previous ones in lower quality.
But by no means can I make the flexget recognize in 10bit codec (for the purpose of making it identify that the file is in better quality).
I imagine that for flexget to identify the best quality would have to identify the codec at this time:
- process_propers --> 2019-05-06 19:32 DEBUG flexget.components.series.series ANIMES2 propers - downloaded qualities: {<Quality(resolution=1080p,source=unknown,codec=unknown,audio=unknown)>: 0} 2019-05-06 19:32 VERBOSE task ANIMES2 REJECTED: `Pastel Memories - S01E01 - 1080p 10bit` by series plugin because entity has already been downloaded 2019-05-06 19:32 VERBOSE task ANIMES2 REJECTED: `Pastel Memories - S01E01 - 720p 10bit` by series plugin because entity has already been downloaded 2019-05-06 19:32 DEBUG flexget.components.series.series ANIMES2 start with entities: [u'One Punch Man (2019) - S01E02 - 1080p 10bit', u'One Punch Man (2019) - S01E02 - 720p 10bit'] 2019-05-06 19:32 DEBUG flexget.components.series.series ANIMES2 current entities: [u'One Punch Man (2019) - S01E02 - 1080p 10bit', u'One Punch Man (2019) - S01E02 - 720p 10bit']
config:
ANIMES2: priority: 1 metainfo_series: yes manipulate: - title: # [Erai-raws] Shingeki no Kyojin Season 3 - 12 [1080p][AVC-YUV444P10][Multiple Subtitle].mkv # [Erai-raws] Shingeki no Kyojin Season 3 - 12 END [1080p][AVC-YUV444P10][Multiple Subtitle].mkv extract: '(?:\[.+?\]) (.+?) (?:Season) (\d+) - (\d+)(?:.*) \[((?:1080|720|480)p)\]\[AVC-YUV444P(10)\]' - title: replace: regexp: '(.*) (\d+) (\d*\w*) (\d+) (\d+)' format: '\1 - S0\2E\3 - \4 \5bit' - title: # [Erai-raws] Pastel Memories - 02 [1080p AVC-YUV444P10].mkv extract: '\[(?:.+)?\] (.+?) - (\d+)(?:.*) \[((?:1080|720|480)p)\ (?:AVC-YUV444P)(10)\]' - title: replace: regexp: '(.*) (\d+) (\d*\w*) (.*)' format: '\1 - S01E\2 - \3 \4bit' regexp: reject: - 'Lupin' - 'Movie' - 'Special' template: - ANIMES - push1
Posts: 1
Participants: 1