1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

Make sure DD patterns are not over zealously stripped (e.g. "Odd Squad")

@see https://www.filebot.net/forums/viewtopic.php?f=10&t=5860
This commit is contained in:
Reinhard Pointner 2018-04-16 20:18:56 +07:00
parent 75a5cc55af
commit 7f09ea696c

View File

@ -14,7 +14,7 @@ pattern.video.repack: REPACK|PROPER|RERIP
pattern.subtitle.tags: forced|HI|SDH pattern.subtitle.tags: forced|HI|SDH
# additional release info patterns # additional release info patterns
pattern.video.format: DivX[345]?|Xvid|AVC|(x|h)[.]?(264|265)|HEVC|3ivx|PGS|MP[E]?G[45]?|(Multi.)?(FLAC|AAC|AC3|MP3|MP4|DTS|DD|TrueHD)(.?(HD|P|[+]))?(.?(Atmos|HRA|HD|MA|ES|X))?(.?[1-9][.]?[01])?|[1-9]ch|FLAC|AAC|AC3|MP3|MP4|TrueHD|Atmos|[M0]?(720|1080)[pi]|(?<=[-])(720|1080|2D|3D)|10.?bit|(24|30|60)FPS|Hi10[P]?|[a-z]{2,3}.(2[.]0|5[.]1)|(19|20)[0-9]+(.)S[0-9]+(?!(.)?E[0-9]+)|(?<=\\d+)v[0-4]|CD\\d+ pattern.video.format: DivX[345]?|Xvid|AVC|(x|h)[.]?(264|265)|HEVC|3ivx|PGS|MP[E]?G[45]?|(Multi.)?(FLAC|AAC|AC3|MP3|MP4|DTS|TrueHD|\\bDD\\b)(.?(HD|P|[+]))?(.?(Atmos|HRA|HD|MA|ES|X))?(.?[1-9][.]?[01])?|[1-9]ch|FLAC|AAC|AC3|MP3|MP4|TrueHD|Atmos|[M0]?(720|1080)[pi]|(?<=[-])(720|1080|2D|3D)|10.?bit|(24|30|60)FPS|Hi10[P]?|[a-z]{2,3}.(2[.]0|5[.]1)|(19|20)[0-9]+(.)S[0-9]+(?!(.)?E[0-9]+)|(?<=\\d+)v[0-4]|CD\\d+
# clutter file exclude pattern # clutter file exclude pattern
pattern.clutter.excludes: (?<=[!\\-\\(\\[])(Sample|Trailer)|(Sample|Trailer)(?=[\\-\\)\\]])|(?<=[.\\-])(s|t|Sample|Trailer)$|(NCED|NCOP|(OP|ED)\\p{Digit}\\p{Alpha})|(Extras|Trailers|Featurettes|Interviews|Scenes|Shorts)$|Behind.the.Scenes|Deleted.and.Extended.Scenes|Deleted.Scenes pattern.clutter.excludes: (?<=[!\\-\\(\\[])(Sample|Trailer)|(Sample|Trailer)(?=[\\-\\)\\]])|(?<=[.\\-])(s|t|Sample|Trailer)$|(NCED|NCOP|(OP|ED)\\p{Digit}\\p{Alpha})|(Extras|Trailers|Featurettes|Interviews|Scenes|Shorts)$|Behind.the.Scenes|Deleted.and.Extended.Scenes|Deleted.Scenes