mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 08:17:02 +00:00
refactor(everything): various improvements from seraphys' working branch (#62)
- create(profile): 720p Quality - create(format): 720p Quality tiers based on 720p GPPi data - create(format): Unwanted groups for WEBRip, remux and general - create(format): HDR formats for HLG, PQ - create(format): Streaming services (Hotstar, IQIYI, Kocowa, Now, Showtime, TVING, VIKI, VIU, WAVVE, WeTV) - create(format): Remux tiers - create(format): WEBDL tiers - create(format): Season Pack - create(format): VP9 codec - create(regex): Various release groups, notably Remux and WEBDL - tweak(format): Change from web-dl negation to bluray requirement inside group tiers - tweak(format): Manual group ranking tweaks for 2160p quality - tweak(format): Improved sorting. Tags / conditions are now alphabetical - tweak(format): Add source negations to full disc to stop it from matching remuxes and web stuff - tweak(format): Add streaming service rename conditions - tweak(format): Revised x265/h265 usage to negate unwanted stuff rather than uprank wanted stuff - remove(format): BeyondHD. Added to unwanted groups - remove(format): Scene. Scoring now treats scene encodes as unknown and defaults to indexer priority. Co-authored-by: Seraphys <156842860+xshatterx@users.noreply.github.com>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
name: 10bit-HDS
|
||||
pattern: (?<=^|[\s.-])10bit-HDS\b
|
||||
description: 'Matches the release group `10bit-HDS` 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. '
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
@@ -1,5 +1,5 @@
|
||||
name: 3D
|
||||
pattern: \b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b
|
||||
pattern: (?<=\b[12]\d{3}\b).*\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b
|
||||
description: 'Matches terms related to 3D video formats:
|
||||
|
||||
- `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`).
|
||||
@@ -9,12 +9,12 @@ description: 'Matches terms related to 3D video formats:
|
||||
- `half ou` or `half sbs` with space (` `), dot (`.`), or hyphen (`-`) as separators.'
|
||||
tags:
|
||||
- Enhancement
|
||||
- Unwanted
|
||||
- UnWanted
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Universal.Soldier.Day.of.Reckoning.2012.1080p.BluRay.3D.H-SBS.DTS.x264-BluRay3D
|
||||
lastRun: '2024-12-13T06:50:15.135830'
|
||||
lastRun: '2025-04-25T14:15:46.876957'
|
||||
matchSpan:
|
||||
end: 55
|
||||
start: 53
|
||||
@@ -26,7 +26,7 @@ tests:
|
||||
- expected: true
|
||||
id: 2
|
||||
input: Justin.And.The.Knights.Of.Valour.3D.2013.1080p.BluRay.Half-SBS.x264-BluRay3D
|
||||
lastRun: '2024-12-13T06:50:15.135830'
|
||||
lastRun: '2025-04-25T14:15:46.876957'
|
||||
matchSpan:
|
||||
end: 35
|
||||
start: 33
|
||||
@@ -35,3 +35,15 @@ tests:
|
||||
- 3D
|
||||
- null
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 3
|
||||
input: Step Up 3D 2010 1080p BluRay DTS-ES 6.1 x264-xander
|
||||
lastRun: '2025-04-25T14:15:46.876957'
|
||||
matchSpan:
|
||||
end: 10
|
||||
start: 8
|
||||
matchedContent: 3D
|
||||
matchedGroups:
|
||||
- 3D
|
||||
- null
|
||||
passes: false
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: ThD
|
||||
pattern: (?<=^|[\s.-])ThD\b
|
||||
name: 3L
|
||||
pattern: (?<=^|[\s.-])3L\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
@@ -10,4 +10,5 @@ description: 'Matches the release group `4K4U` only if it is:
|
||||
of a longer word. '
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: 4KDVS
|
||||
pattern: (?<=^|[\s.-])4KDVS\b
|
||||
description: 'Matches "4KDVS" when preceded by whitespace, a hyphen or dot'
|
||||
description: Matches "4KDVS" when preceded by whitespace, a hyphen or dot
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/9volt.yml
Normal file
7
regex_patterns/9volt.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: 9volt
|
||||
pattern: (?<=^|[\s.-])9volt\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])AAAUHD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])ABBIE\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/AC.yml
Normal file
7
regex_patterns/AC.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: AC
|
||||
pattern: (?<=^|[\s.-])AC\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])ADE\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])AJP69\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/ANE.yml
Normal file
7
regex_patterns/ANE.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: ANE
|
||||
pattern: (?<=^|[\s.-])ANE\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/AOmundson.yml
Normal file
7
regex_patterns/AOmundson.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: AOmundson
|
||||
pattern: (?<=^|[\s.-])AOmundson\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])APEX\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/AROMA.yml
Normal file
7
regex_patterns/AROMA.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: AROMA
|
||||
pattern: (?<=^|[\s.-])AROMA\b
|
||||
description: Banned for Retagging
|
||||
tags:
|
||||
- Release Group
|
||||
- UnWanted
|
||||
tests: []
|
||||
@@ -1,5 +1,5 @@
|
||||
name: AV1
|
||||
pattern: \bAV1\b
|
||||
pattern: \b(AV1)\b
|
||||
description: AV1, or AOMedia Video 1, is a video coding format that compresses video
|
||||
files and streams while maintaining high quality.
|
||||
tags:
|
||||
@@ -8,20 +8,22 @@ tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Arcane S01 2160p UHD BluRay DD 5.1 DV HDR AV1-TiZU
|
||||
lastRun: '2024-12-13T07:04:08.442964'
|
||||
lastRun: '2025-04-15T14:50:05.552676'
|
||||
matchSpan:
|
||||
end: 45
|
||||
start: 42
|
||||
matchedContent: AV1
|
||||
matchedGroups: []
|
||||
matchedGroups:
|
||||
- AV1
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 2
|
||||
input: Up.2009.2160p.Bluray.AC3.HDR.DV.AV1-TiZU.mkv
|
||||
lastRun: '2024-12-13T07:04:08.442964'
|
||||
lastRun: '2025-04-15T14:50:05.552676'
|
||||
matchSpan:
|
||||
end: 35
|
||||
start: 32
|
||||
matchedContent: AV1
|
||||
matchedGroups: []
|
||||
matchedGroups:
|
||||
- AV1
|
||||
passes: true
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])AViATOR\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])Absinth\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/Arid.yml
Normal file
7
regex_patterns/Arid.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Arid
|
||||
pattern: (?<=^|[\s.-])Arid\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/Asakura.yml
Normal file
7
regex_patterns/Asakura.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Asakura
|
||||
pattern: (?<=^|[\s.-])Asakura\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -7,8 +7,8 @@ description: Black and White colour grading. This regex matches a 4-digit number
|
||||
`BW` and `B&W`, while excluding invalid variations like `b w`, `b-w`, or `b/w`
|
||||
tags:
|
||||
- Enhancement
|
||||
- Unwanted
|
||||
- Colour Grade
|
||||
- UnWanted
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BHDStudio\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BLUEBIRD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/BLURANiUM.yml
Normal file
7
regex_patterns/BLURANiUM.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: BLURANiUM
|
||||
pattern: (?<=^|[\s.-])BLURANiUM\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BLUTONiUM\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,6 @@ pattern: (?<=^|[\s.-])BMF\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/BOLS.yml
Normal file
7
regex_patterns/BOLS.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: BOLS
|
||||
pattern: (?<=^|[\s.-])BOLS\b
|
||||
description: Banned for Retagging
|
||||
tags:
|
||||
- Release Group
|
||||
- UnWanted
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BOREDOR\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BSTD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BTN\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BV\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BYNDR\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
name: BeiTa
|
||||
pattern: (?<=^|[\s.-])BeiTa\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BeiTai\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
name: BeyondHD
|
||||
pattern: (?<=^|[\s.-])BeyondHD\b
|
||||
description: ''
|
||||
description: Banned Due to only doing Full Discs
|
||||
tags:
|
||||
- Release Group
|
||||
- UnWanted
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: BiTOR
|
||||
pattern: (?<=^|[\s.-])BiTOR\b
|
||||
description: ''
|
||||
description: Banned for Fake DV/HDR Layer
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- UnWanted
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/BiZKiT.yml
Normal file
7
regex_patterns/BiZKiT.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: BiZKiT
|
||||
pattern: (?<=^|[\s.-])BiZKiT\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
@@ -1,28 +0,0 @@
|
||||
name: Bloated Remux Groups
|
||||
pattern: \b(LEGi0N|FGT|RARBG)\b
|
||||
description: Matches groups that add multiple audio tracks to remuxes
|
||||
tags:
|
||||
- Release Group
|
||||
tests:
|
||||
- expected: true
|
||||
id: 3
|
||||
input: Blade Runner 2049 2017 1080p BluRay REMUX AVC DTS-HD MA TrueHD 7 1 Atmos-FGT
|
||||
lastRun: '2025-01-19T17:27:12.895135'
|
||||
matchSpan:
|
||||
end: 76
|
||||
start: 73
|
||||
matchedContent: FGT
|
||||
matchedGroups:
|
||||
- FGT
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 4
|
||||
input: Blade Runner 2049 2017 REMUX 1080p Blu-ray AVC DTS-HD MA 7 1-LEGi0N
|
||||
lastRun: '2025-01-19T17:27:12.895135'
|
||||
matchSpan:
|
||||
end: 67
|
||||
start: 61
|
||||
matchedContent: LEGi0N
|
||||
matchedGroups:
|
||||
- LEGi0N
|
||||
passes: true
|
||||
7
regex_patterns/BlurayDesuYo.yml
Normal file
7
regex_patterns/BlurayDesuYo.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: BlurayDesuYo
|
||||
pattern: (?<=^|[\s.-])BlurayDesuYo\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BlzT\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/Bunny-Apocalypse.yml
Normal file
7
regex_patterns/Bunny-Apocalypse.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Bunny-Apocalypse
|
||||
pattern: (?<=^|[\s.-])Bunny-Apocalypse\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/CBT.yml
Normal file
7
regex_patterns/CBT.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: CBT
|
||||
pattern: (?<=^|[\s.-])CBT\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CHAOS\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CHD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CJ\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CMCT\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Anime
|
||||
tests: []
|
||||
|
||||
@@ -3,7 +3,7 @@ pattern: (?<=^|[\s.-])CM(a)?R(io)?G\b
|
||||
description: 'Prolific WEB-DL group. '
|
||||
tags:
|
||||
- Release Group
|
||||
- iPT
|
||||
- WEB-DL
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
||||
7
regex_patterns/CREATiVE24.yml
Normal file
7
regex_patterns/CREATiVE24.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: CREATiVE24
|
||||
pattern: (?<=^|[\s.-])CREATiVE24\b
|
||||
description: Banned for Bloated Garbage
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CRFW\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CRX\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CRiSC\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/CTR.yml
Normal file
7
regex_patterns/CTR.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: CTR
|
||||
pattern: (?<=^|[\s.-])CTR\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/Cait-Sidhe.yml
Normal file
7
regex_patterns/Cait-Sidhe.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Cait-Sidhe
|
||||
pattern: (?<=^|[\s.-])Cait-Sidhe\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/Chihiro.yml
Normal file
7
regex_patterns/Chihiro.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Chihiro
|
||||
pattern: (?<=^|[\s.-])Chihiro\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -1,6 +0,0 @@
|
||||
name: ChopperHitler
|
||||
pattern: (?<=^|[\s.-])ChopperHitler\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])Chotab\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/CiNEPHiLES.yml
Normal file
7
regex_patterns/CiNEPHiLES.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: CiNEPHiLES
|
||||
pattern: (?<=^|[\s.-])CiNEPHiLES\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
7
regex_patterns/Cinefeel.yml
Normal file
7
regex_patterns/Cinefeel.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Cinefeel
|
||||
pattern: (?<=^|[\s.-])Cinefeel\b
|
||||
description: Matches "Cinefeel" when preceded by whitespace, a hyphen or dot
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
7
regex_patterns/CoalGirls.yml
Normal file
7
regex_patterns/CoalGirls.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: CoalGirls
|
||||
pattern: (?<=^|[\s.-])CoalGirls\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/Commie.yml
Normal file
7
regex_patterns/Commie.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Commie
|
||||
pattern: (?<=^|[\s.-])Commie\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])CtrlHD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])D-Z0N3\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])DEFLATE\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])DEPTH\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
name: DESPACiTO
|
||||
pattern: (?<=^|[\s.-])DESPACiTO\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])DON\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/DarQ.yml
Normal file
7
regex_patterns/DarQ.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: DarQ
|
||||
pattern: (?<=^|[\s.-])DarQ\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- HEVC
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])Dariush\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/Dekinai.yml
Normal file
7
regex_patterns/Dekinai.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Dekinai
|
||||
pattern: (?<=^|[\s.-])Dekinai\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/DepraveD.yml
Normal file
7
regex_patterns/DepraveD.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: DepraveD
|
||||
pattern: (?<=^|[\s.-])DepraveD\b
|
||||
description: Banned for Fake DV/HDR Layer
|
||||
tags:
|
||||
- Release Group
|
||||
- UnWanted
|
||||
tests: []
|
||||
@@ -1,6 +0,0 @@
|
||||
name: DiNAMiC
|
||||
pattern: (?<=^|[\s.-])DiNAMiC\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
7
regex_patterns/Doki.yml
Normal file
7
regex_patterns/Doki.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Doki
|
||||
pattern: (?<=^|[\s.-])Doki\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -10,7 +10,7 @@ tests:
|
||||
- expected: false
|
||||
id: 1
|
||||
input: Barbie.2023.2160p.MA.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX
|
||||
lastRun: '2024-12-13T09:54:37.318637'
|
||||
lastRun: '2025-06-18T11:54:10.281095'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
@@ -19,7 +19,7 @@ tests:
|
||||
id: 2
|
||||
input: "\t Barbie (2023) (2160p AMZN WEB-DL Hybrid H265 DV HDR10+ DDP Atmos 5.1\
|
||||
\ English - HONE)"
|
||||
lastRun: '2024-12-13T09:54:37.318637'
|
||||
lastRun: '2025-06-18T11:54:10.281095'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
@@ -27,7 +27,7 @@ tests:
|
||||
- expected: true
|
||||
id: 3
|
||||
input: Barbie.2023.2160p.MA.WEB-DL.DDP5.1.Atmos.DV.H.265-FLUX
|
||||
lastRun: '2024-12-13T09:54:37.318637'
|
||||
lastRun: '2025-06-18T11:54:10.281095'
|
||||
matchSpan:
|
||||
end: 43
|
||||
start: 41
|
||||
@@ -40,7 +40,7 @@ tests:
|
||||
- expected: true
|
||||
id: 4
|
||||
input: Barbie.2023.2160p.MA.WEB-DL.DDP5.1.Atmos.DV.H.265-FLUX.mkv
|
||||
lastRun: '2024-12-13T09:54:37.318637'
|
||||
lastRun: '2025-06-18T11:54:10.281095'
|
||||
matchSpan:
|
||||
end: 43
|
||||
start: 41
|
||||
@@ -50,3 +50,12 @@ tests:
|
||||
- DV
|
||||
- null
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 5
|
||||
input: Killers of the Flower Moon (2023) {tmdb-466420} [iT][WEBDL-2160p][DV HDR10Plus][EAC3
|
||||
Atmos 5.1][h265]-FLUX.mkv
|
||||
lastRun: '2025-06-18T11:54:10.281095'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
|
||||
@@ -13,7 +13,7 @@ tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: MovieName.2023.4K.DV.HDR.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 20
|
||||
start: 18
|
||||
@@ -25,7 +25,7 @@ tests:
|
||||
- expected: true
|
||||
id: 2
|
||||
input: MovieName.2023.4K.Dovi.HDR10+.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 22
|
||||
start: 18
|
||||
@@ -37,7 +37,7 @@ tests:
|
||||
- expected: true
|
||||
id: 3
|
||||
input: MovieName.2023.4K.Dolby.Vision.HDR.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 30
|
||||
start: 18
|
||||
@@ -49,7 +49,7 @@ tests:
|
||||
- expected: true
|
||||
id: 4
|
||||
input: MovieName.2023.4K.DolbyVision.HDR10+.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 29
|
||||
start: 18
|
||||
@@ -61,7 +61,7 @@ tests:
|
||||
- expected: true
|
||||
id: 5
|
||||
input: MovieName.1080p.DV.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 18
|
||||
start: 16
|
||||
@@ -73,7 +73,7 @@ tests:
|
||||
- expected: true
|
||||
id: 6
|
||||
input: MovieName.4K.Dolby Vision.IMAX.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 25
|
||||
start: 13
|
||||
@@ -85,7 +85,7 @@ tests:
|
||||
- expected: false
|
||||
id: 7
|
||||
input: MovieName.2023.4K.DV.HLG.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
@@ -93,7 +93,7 @@ tests:
|
||||
- expected: false
|
||||
id: 8
|
||||
input: MovieName.2023.4K.DV.SDR.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan: null
|
||||
matchedContent: null
|
||||
matchedGroups: []
|
||||
@@ -101,7 +101,7 @@ tests:
|
||||
- expected: true
|
||||
id: 9
|
||||
input: MovieName.4K.DV.SDR.Dovi.mkv
|
||||
lastRun: '2024-12-13T09:06:01.845546'
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 24
|
||||
start: 20
|
||||
@@ -110,3 +110,16 @@ tests:
|
||||
- Dovi
|
||||
- null
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 10
|
||||
input: Killers of the Flower Moon (2023) {tmdb-466420} [iT][WEBDL-2160p][DV HDR10Plus][EAC3
|
||||
Atmos 5.1][h265]-FLUX.mkv
|
||||
lastRun: '2025-06-18T11:54:00.452053'
|
||||
matchSpan:
|
||||
end: 68
|
||||
start: 66
|
||||
matchedContent: DV
|
||||
matchedGroups:
|
||||
- DV
|
||||
- null
|
||||
passes: true
|
||||
|
||||
7
regex_patterns/Drag.yml
Normal file
7
regex_patterns/Drag.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Drag
|
||||
pattern: (?<=^|[\s.-])Drag\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])E.N.D\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])E1\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])EA\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])EDPH\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])EMERALD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
name: ENDSTATiON
|
||||
pattern: (?<=^|[\s.-])ENDSTATiON\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
7
regex_patterns/EPSiLON.yml
Normal file
7
regex_patterns/EPSiLON.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: EPSiLON
|
||||
pattern: (?<=^|[\s.-])EPSiLON\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])ESiR\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -4,8 +4,7 @@ description: 'iPT Internal known for releasing pre-releases before anyone else.
|
||||
releases encodes of varying quality. '
|
||||
tags:
|
||||
- Release Group
|
||||
- iPT
|
||||
- Disbanded
|
||||
- WEB-DL
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
name: EX-R
|
||||
pattern: (?<=^|[\s.-])EX-R\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])EXCiSION\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/EXP.yml
Normal file
7
regex_patterns/EXP.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: EXP
|
||||
pattern: (?<=^|[\s.-])EXP\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])EbP\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
7
regex_patterns/Erai-Raws.yml
Normal file
7
regex_patterns/Erai-Raws.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Erai-Raws
|
||||
pattern: (?<=^|[\s.-])Erai-Raws\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/Exiled-Destiny.yml
Normal file
7
regex_patterns/Exiled-Destiny.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Exiled-Destiny
|
||||
pattern: (?<=^|[\s.-])Exiled-Destiny\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
@@ -3,7 +3,7 @@ pattern: \b(extended.?clip)\b
|
||||
description: Matches preview releases labelled as `Extended Clip`
|
||||
tags:
|
||||
- Preview
|
||||
- Unwanted
|
||||
- UnWanted
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
||||
@@ -3,8 +3,7 @@ pattern: (?i)(?<=\b[12]\d{3}\b).*(\b|\.)\b(Extras?|Bonus|Extended[ ._-]Clip|Spec
|
||||
Feature[s]?)\b
|
||||
description: Extras, Special Features, Featurettes, etc
|
||||
tags:
|
||||
- Unwanted
|
||||
- Extras
|
||||
- UnWanted
|
||||
tests:
|
||||
- expected: false
|
||||
id: 1
|
||||
|
||||
7
regex_patterns/FFF.yml
Normal file
7
regex_patterns/FFF.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: FFF
|
||||
pattern: (?<=^|[\s.-])FFF\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
7
regex_patterns/FGT.yml
Normal file
7
regex_patterns/FGT.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: FGT
|
||||
pattern: (?<=^|[\s.-])FGT\b
|
||||
description: Banned for Retagging
|
||||
tags:
|
||||
- Release Group
|
||||
- UnWanted
|
||||
tests: []
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])FLAME\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])FLUX\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])FRDS\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])FTW-HD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
name: FZHD
|
||||
pattern: (?<=^|[\s.-])FZHD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
@@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])FilmHD\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user