add: Added WEB Scene Format
This commit is contained in:
parent
2d36b4065e
commit
01877f89df
|
|
@ -0,0 +1,35 @@
|
|||
name: WEB Scene
|
||||
description: One of the few scene groups that released quality releases.
|
||||
tags:
|
||||
- Release Groups
|
||||
conditions:
|
||||
- name: Scene
|
||||
negate: false
|
||||
pattern: Scene
|
||||
required: true
|
||||
type: release_title
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: Scene
|
||||
negate: false
|
||||
pattern: Scene
|
||||
required: true
|
||||
type: release_title
|
||||
expected: true
|
||||
id: 1
|
||||
input: Shoresy.S02E06.REPACK.1080p.WEB.H264-NHTFS
|
||||
lastRun: '2025-07-06T19:19:23.323037'
|
||||
passes: true
|
||||
- conditionResults:
|
||||
- matches: false
|
||||
name: Scene
|
||||
negate: false
|
||||
pattern: Scene
|
||||
required: true
|
||||
type: release_title
|
||||
expected: false
|
||||
id: 2
|
||||
input: Entourage - S01E07 - The Scene Bluray-1080p.mkv
|
||||
lastRun: '2025-07-06T19:19:23.323037'
|
||||
passes: true
|
||||
|
|
@ -24,9 +24,4 @@ conditions:
|
|||
pattern: LAZY
|
||||
required: false
|
||||
type: release_group
|
||||
- name: SUCCESSFULCRAB
|
||||
type: release_group
|
||||
required: false
|
||||
negate: false
|
||||
pattern: SUCCESSFULCRAB
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ custom_formats:
|
|||
score: 1600
|
||||
- name: WEB-DL Tier 4
|
||||
score: 1550
|
||||
- name: WEB Scene
|
||||
score: 1500
|
||||
- name: ATVP
|
||||
score: 100
|
||||
- name: DSNP
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ custom_formats:
|
|||
score: 1550
|
||||
- name: Dolby Vision
|
||||
score: 1500
|
||||
- name: WEB Scene
|
||||
score: 1500
|
||||
- name: HDR10+
|
||||
score: 600
|
||||
- name: HDR
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Scene
|
||||
pattern: (?<=^|[\s.-])SPARKS|DRONES|ROVERS|SPRINTER|GECKOS|SHORTBREHD|EDITH|FilmHD|POW4HD|HD4U|TENEIGHTY|ETHEL\b
|
||||
pattern: (?=.*(\b\d{3,4}p\b).*([_. ]WEB[_. ])(?!DL)\b)|\b(-B0MBARDIERS|-BAE|-B2B|-CAKES|-DiRT|-DRONES|-EDITH|-ELEANOR|-ETHEL|-FilmHD|-FTP|-GECKOS|-GGWP|-GLHF|-GOSSIP|-GGEZ|-HD4U|-KOGI|-NAISU|-NHTFS|-PECULATE|-POW4HD|-ROVERS|-SHORTBREHD|-SL0T|-SPAMnEGGS|-SPARKS|-SPRINTER|-SuccessfulCrab|-SURCODE|-SYNCOPY|-TENEIGHTY)
|
||||
description: Matches Scene Groups
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue