tweak(format): Simply h264 regex and Create 1080 WEB-DL h265

This commit is contained in:
Seraphys 2025-07-09 19:20:26 -05:00
parent feaff3c8f1
commit 8f53a8708b
2 changed files with 54 additions and 39 deletions

View File

@ -0,0 +1,21 @@
name: 1080p WEB-DL (h265)
description: Matches 1080p WEB-DLs.
tags:
- Resolution
conditions:
- name: 1080p
negate: false
required: true
resolution: 1080p
type: resolution
- name: WEB-DL
negate: false
required: true
source: web_dl
type: source
- name: h265
negate: false
pattern: h265
required: true
type: release_title
tests: []

View File

@ -1,38 +1,30 @@
name: h264 name: h264
pattern: ^(?!.*(?i:remux)).*([h](\.?264)) pattern: (?i)h\s*\.?\s*264
description: 'An open source encoder that produces H.264 videos. ' description: 'An open source encoder that produces H.264 videos. '
tags: tags:
- Codec - Codec
tests: tests:
- expected: true - expected: false
id: 1 id: 1
input: Dan Da Dan AKA Dandadan S01E10 1080p CR WEB-DL AAC 2.0 x264-SubsPlease input: Dan Da Dan AKA Dandadan S01E10 1080p CR WEB-DL AAC 2.0 x264-SubsPlease
lastRun: '2025-07-08T18:21:05.961372' lastRun: '2025-07-09T19:19:57.966625'
matchSpan: matchSpan: null
end: 59 matchedContent: null
start: 0 matchedGroups: []
matchedContent: Dan Da Dan AKA Dandadan S01E10 1080p CR WEB-DL AAC 2.0 x264
matchedGroups:
- x264
- '264'
passes: true passes: true
- expected: true - expected: false
id: 2 id: 2
input: Life of Pi 2012 1080p BluRay x264-SPARKS input: Life of Pi 2012 1080p BluRay x264-SPARKS
lastRun: '2025-07-08T18:21:05.961372' lastRun: '2025-07-09T19:19:57.966625'
matchSpan: matchSpan: null
end: 33 matchedContent: null
start: 0 matchedGroups: []
matchedContent: Life of Pi 2012 1080p BluRay x264
matchedGroups:
- x264
- '264'
passes: true passes: true
- expected: false - expected: false
id: 3 id: 3
input: Scrubs (2001) S04 REPACK (1080p AIUS DVDRip x265 10bit AC3 5 1 English - input: Scrubs (2001) S04 REPACK (1080p AIUS DVDRip x265 10bit AC3 5 1 English -
JBENT)[TAoE] JBENT)[TAoE]
lastRun: '2025-07-08T18:21:05.961372' lastRun: '2025-07-09T19:19:57.966625'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
@ -40,32 +32,34 @@ tests:
- expected: false - expected: false
id: 4 id: 4
input: Wallander UK S01-S04 DVDRip XviD BDRip x264-Scene (2008-2016) input: Wallander UK S01-S04 DVDRip XviD BDRip x264-Scene (2008-2016)
lastRun: '2025-07-08T18:21:05.961372' lastRun: '2025-07-09T19:19:57.966625'
matchSpan: matchSpan: null
end: 43 matchedContent: null
start: 0 matchedGroups: []
matchedContent: Wallander UK S01-S04 DVDRip XviD BDRip x264 passes: true
matchedGroups:
- x264
- '264'
passes: false
- expected: false - expected: false
id: 5 id: 5
input: Rugrats S05 480p DVDRip Opus 2.0 AV1-Jenkins input: Rugrats S05 480p DVDRip Opus 2.0 AV1-Jenkins
lastRun: '2025-07-08T18:21:05.961372' lastRun: '2025-07-09T19:19:57.966625'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true
- expected: false
id: 6
input: _Summer S00 JAPANESE 480p DVDRip DD 2.0 x264-Tsundere
lastRun: '2025-07-09T19:19:57.966625'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
passes: true passes: true
- expected: true - expected: true
id: 6 id: 7
input: _Summer S00 JAPANESE 480p DVDRip DD 2.0 x264-Tsundere input: Sinners (2025) (1080p MA WEB-DL H264 SDR DDP Atmos 5.1 English - PiracyIsASin)
lastRun: '2025-07-08T18:21:05.961372' lastRun: '2025-07-09T19:19:57.966625'
matchSpan: matchSpan:
end: 44 end: 36
start: 0 start: 32
matchedContent: _Summer S00 JAPANESE 480p DVDRip DD 2.0 x264 matchedContent: H264
matchedGroups: matchedGroups: []
- x264
- '264'
passes: true passes: true