Name β‡…
Pattern
Description
Regex101
Actions
0BSiDiAN
Bluray Release Group
(?<=^|[\s.-])0BSiDiAN\b - -
126811
Release Group WEB-DL
(?<=^|[\s.-])126811\b Matches the release group 126811 only if it is: - Preceded by the start of the string (^), a whitespace character (\s), a period (.), or a hyphen (-). - Followed by a word boundary (\b), ensuring it ends cleanly without being part of a longer word. -
3D
Banned Edition
(?<=\b[12]\d{3}\b).*\b((Bluray|BD)?3D|((H(alf)?|F(ull)?).?)?(O(ver)?.?U(nder)?|S(ide)?[\W_]?B(y)?.?S(ide)?))\b Matches 3D stereoscopic format tags in two branches. 1. 3D tag - matches 3D optionally prefixed with Bluray or BD. 2. Stereoscopic packing format - matches Over-Under and Side-by-Side tags with an optional size prefix. - The prefix group (H(alf)?|F(ull)?) recognises Half/H and Full/F as size indicators. The entire prefix is optional, so bare formats like SBS or OU match without one. Each optional suffix (alf, ull, ver, nder, ide, y) allows both short and long forms to match from a single pattern, e.g. O(ver)?.?U(nder)? matches OU, Over.Under, and mixed forms like Over.U or O.Under. - Word boundaries \b at the start and end of the pattern prevent matches against substrings within larger words. For example, HOURS contains OU but has no word boundary between O and the preceding H or between U and the following R, so it does not match. Similarly HOUSE contains HOU but the trailing SE prevents a word boundary after U. - Separators between components use .? (any single optional character) except between S(ide) and B(y) in the Side-by-Side pattern, which uses [\W_]? (non-word character or underscore). This is because .? would allow an alphabetic character in that position, causing false matches where a letter between S and B forms an unintended word. For example, SOBS would match as S[O]B[]S with .? consuming the O. Using [\W_]? restricts that position to only non-alphanumeric separators like dots, hyphens, spaces and underscores. - Note that because the prefix is fully optional, double separators like H..OU or Half..SBS will still match. The prefixed path fails because .? only allows one separator character, but the engine falls back to matching bare OU or SBS at the end of the string where valid word boundaries exist. - A year lookbehind (?<=\b[12]\d{3}\b) ensures the pattern only matches after a four-digit year in the filename. This is needed because 3D appears in actual movie titles (e.g. "Step Up 3D", "Jaws 3D", "Amityville 3D") and should not be matched as a format tag when it comes before the year. The lookbehind applies to the entire pattern rather than just the 3D branch to keep the regex simpler. In practice this has no effect on stereoscopic tags like SBS or OU since they do not appear in movie titles. i0Ngyx/2
3L
Release Group Remux
(?<=^|[\s.-])3L\b - -
4K4U
Banned Release Group
(?<=^|[\s.-])4K4U\b Banned for Low Quality -
4KDVS
Bluray Release Group
(?<=^|[\s.-])4KDVS\b - -
5.1 Surround
Audio Channel
\D5\.1\D - -
576p
Resolution
\b(576p)\b - -
7.1 Surround
Audio Channel
\D7\.1\D - -
9volt
Anime Release Group
(?<=^|[\s.-])9volt\b - -
AAC
Audio
\bAAC(\b|\d) - -
ABM
Release Group WEB-DL
(?<=^|[\s.-])ABM\b - -
AC
Anime Release Group
(?<=^|[\s.-])AC\b - -
ADE
Bluray Release Group
(?<=^|[\s.-])ADE\b - -
AI Movie Upscale
Banned Enhancement
(?<=\b[12]\d{3}\b).*(\b(AI)\b) Matches AI Upscales -
AI TV Upscale
Banned Enhancement
(?<=\bS\d+\b).*(\b(AI)\b) Matches AI Upscales -
AJP69
Release Group WEB-DL
(?<=^|[\s.-])AJP69\b - -
alfaHD
Dual Audio Release Group
(?<=^|[\s.-])alfaHD\b Matches alfaHD when preceded by whitespace, a hyphen or dot -
Almighty
Anime Release Group
(?<=^|[\s.-])Almighty\b - -
Amazon Prime
Streaming Service WEB-DL
\bAMZN\b|\bAMAZON[ ._-]WEB[ ._-]?(DL|RIP)?\b Matches Amazon Prime Video source tags in both abbreviated (AMZN) and full (AMAZON WEB-DL / AMAZON WEBRIP) forms. Separators between words can be a space, dot, underscore, or hyphen, and the separator between WEB and DL/RIP is optional entirely. Word boundaries are enforced on both patterns to prevent partial matches. Examples: - AMZN - AMAZON WEB-DL - AMAZON.WEB.DL - AMAZON_WEBDL - AMAZON-WEBRIP - AMAZON.WEB_RIP K6HrsR/4
American Sign Language
Enhancements
\b(ASL)\b - -
ANE
Anime Release Group
(?<=^|[\s.-])ANE\b - -
AOC
Banned Release Group
(?<=^|[\s.-])AOC\b Banned for Excessive Audio Streams -
AOmundson
Anime Release Group
(?<=^|[\s.-])AOmundson\b - -
APEX
Release Group WEB-DL
(?<=^|[\s.-])APEX\b - -
Apple TV+
Streaming Service WEB-DL
\b(ATVP|ATV|APTV|Apple TV\+)\s*\b Apple TV+ is an American subscription OTT streaming service owned and operated by Apple Inc. Launched on November 1, 2019, it offers a selection of original production film and television series called Apple Originals. -
ARCADE
Release Group WEB-DL
(?<=^|[\s.-])ARCADE\b - -
Arid
Anime Release Group
(?<=^|[\s.-])Arid\b - -
AROMA
Banned Release Group
(?<=^|[\s.-])AROMA\b Banned for Retagging -
Asakura
Anime Release Group
(?<=^|[\s.-])Asakura\b - -
ASD87
Bluray Release Group
(?<=^|[\s.-])ASD87\b - -
ATELiER
Bluray Release Group
(?<=^|[\s.-])ATELiER\b Matches "ATELiER" when preceded by whitespace, a hyphen or dot -
Atmos
Audio Enhancement
\bATMOS|DDPA(\b|\d) - -
Atmos (Missing)
Audio Enhancement
\bATMOS(\b|\d) - -
Audio Description
Enhancements
\b(Audio[ ._-]Description)\b - -
AV1
Codec
\bAV1\b AV1, or AOMedia Video 1, is a video coding format that compresses video files and streams while maintaining high quality. -
AVC
Codec Encoder
[xh][ ._-]?264|\bAVC(\b|\d) An open source encoder that produces AVC videos. -
AViATOR
Bluray Release Group
(?<=^|[\s.-])AViATOR\b - -
b0mbardiers
Bluray Release Group
(?<=^|[\s.-])b0mbardiers\b - -
BakedFEL
Bluray Release Group
(?<=^|[\s.-])BakedFEL\b Matches "BakedFEL" when preceded by whitespace, a hyphen or dot -
Basic HDR Formats
Colour Grade Enhancement HDR
\bHDR(\b|\d)|\b(DV|Dovi|Dolby[ .]?Vision|HLG|PQ(10)?)\b Matches Dolby Vision OR HDR10. Needed to better match UHD Blurays -
BAT1
Bluray Release Group
(?<=^|[\s.-])BAT1\b - -
BBC iPlayer
Streaming Service WEB-DL
\b(iP)\b BBC iPlayer is a video on demand service from the BBC. The service is available over-the-top on a wide range of devices, including mobile phones and tablets, personal computers and smart televisions. iPlayer services delivered to UK-based viewers are free from commercial advertising. -
beAst
Bluray Release Group
(?<=^|[\s.-])beAst\b - -
BeiTai
Bluray Release Group
(?<=^|[\s.-])BeiTai\b - -
Better Theatricals
Edition
^\b(terminator.?2|alien[^s].*?1979|star.wars.*?(4k|19)(77)|.*?\bempire.strikes.back|.*?\breturn.of.the.jedi|apocalypse.now|the.exorcist.*?1973|donnie.darko|amadeus|payback.*?1999|payback.straight.up.*?2006|almost.famous)\b Matches movies where the Theatrical cut is considered the better version. Subjectively chosen, based on Dictionarry's personal preferences and major opinion. Needed to override the default special edition preference. Matches: - Terminator 2: Judgement Day (1991) - Alien (1979) - Star Wars OT (1977-1983) - Apocalypse Now (1979) - The Exorcist (1973) - Donnie Darko (2001) - Amadeus (1984) - Payback (1999) - Almost Famous (2000) -
BeyondHD
Banned Release Group
(?<=^|[\s.-])BeyondHD\b Banned Due to only doing Full Discs -
BHDStudio
Bluray Release Group
(?<=^|[\s.-])BHDStudio\b - -
BiTOR
Banned Release Group
(?<=^|[\s.-])BiTOR\b Banned for Fake DV/HDR Layer -
BiZKiT
Release Group Remux
(?<=^|[\s.-])BiZKiT\b - -