mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-13 09:16:59 +00:00
New Profile: 1080p Quality v1 #15
- 100+ custom formats for release groups, codecs, audio, hdr, resolutions, languages, etc. - Prioritises 'Transparent' 1080p Encodes from reputable groups, with fallbacks to more balanced WEB-DLs and DVDs in the case of no HD source.
This commit is contained in:
4
.github/workflows/notify-groups.yml
vendored
4
.github/workflows/notify-groups.yml
vendored
@@ -10,9 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
uses: peter-evans/repository-dispatch@v2
|
uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.WORKFLOW_AUTOMATION_TOKEN }}
|
||||||
repository: Dictionarry-Hub/groups
|
repository: Dictionarry-Hub/groups
|
||||||
event-type: database-updated
|
event-type: database-updated
|
||||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
||||||
|
|||||||
17
custom_formats/1080p Golden Popcorn.yml
Normal file
17
custom_formats/1080p Golden Popcorn.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: 1080p Golden Popcorn
|
||||||
|
description: Matches 1080p Golden Popcorns. Only works on PassThePopcorn
|
||||||
|
tags:
|
||||||
|
- Flag
|
||||||
|
- Golden Popcorn
|
||||||
|
conditions:
|
||||||
|
- flag: ptp_golden
|
||||||
|
name: Golden Popcorn
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
- name: 1080p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 1080p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
12
custom_formats/1080p.yml
Normal file
12
custom_formats/1080p.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: 1080p
|
||||||
|
description: Full high definition resolution providing sharp detail and clarity.
|
||||||
|
tags:
|
||||||
|
- Full High Definition
|
||||||
|
- Resolution
|
||||||
|
conditions:
|
||||||
|
- name: 1080p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 1080p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
13
custom_formats/2160p.yml
Normal file
13
custom_formats/2160p.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: 2160p
|
||||||
|
description: Ultra high definition resolution offering maximum detail and clarity
|
||||||
|
tags:
|
||||||
|
- Ultra High Definition
|
||||||
|
- 4K
|
||||||
|
- Resolution
|
||||||
|
conditions:
|
||||||
|
- name: 2160p
|
||||||
|
type: resolution
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
resolution: 2160p
|
||||||
|
tests: []
|
||||||
15
custom_formats/360p.yml
Normal file
15
custom_formats/360p.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: 360p
|
||||||
|
description: Low resolution video format typically used in older or highly compressed
|
||||||
|
content.
|
||||||
|
tags:
|
||||||
|
- Standard Definition
|
||||||
|
- Mobile
|
||||||
|
- Legacy
|
||||||
|
- Resolution
|
||||||
|
conditions:
|
||||||
|
- name: 360p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 360p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
12
custom_formats/3D.yml
Normal file
12
custom_formats/3D.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: 3D
|
||||||
|
description: Matches the '3D' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Enhancement
|
||||||
|
- Unwanted
|
||||||
|
conditions:
|
||||||
|
- name: 3D
|
||||||
|
negate: false
|
||||||
|
pattern: 3D
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
15
custom_formats/480p.yml
Normal file
15
custom_formats/480p.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: 480p
|
||||||
|
description: Standard definition resolution commonly used in DVD and early web video
|
||||||
|
content.
|
||||||
|
tags:
|
||||||
|
- Standard Definition
|
||||||
|
- Web
|
||||||
|
- Legacy
|
||||||
|
- Resolution
|
||||||
|
conditions:
|
||||||
|
- name: 480p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 480p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
13
custom_formats/540p.yml
Normal file
13
custom_formats/540p.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: 540p
|
||||||
|
description: Intermediate standard definition resolution commonly used in compressed
|
||||||
|
Blu-ray encodes to save space while maintaining acceptable quality.
|
||||||
|
tags:
|
||||||
|
- Standard Definition
|
||||||
|
- Resolution
|
||||||
|
conditions:
|
||||||
|
- name: 540p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 540p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
13
custom_formats/576p.yml
Normal file
13
custom_formats/576p.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: 576p
|
||||||
|
description: PAL standard definition resolution found in European DVD releases and
|
||||||
|
compressed Blu-ray encodes optimized for legacy display compatibility
|
||||||
|
tags:
|
||||||
|
- Standard Definition
|
||||||
|
- Resolution
|
||||||
|
conditions:
|
||||||
|
- name: 576p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 576p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
17
custom_formats/720p Golden Popcorn.yml
Normal file
17
custom_formats/720p Golden Popcorn.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: 720p Golden Popcorn
|
||||||
|
description: Matches 720p Golden Popcorns. Only works on PassThePopcorn
|
||||||
|
tags:
|
||||||
|
- Flag
|
||||||
|
- Golden Popcorn
|
||||||
|
conditions:
|
||||||
|
- flag: ptp_golden
|
||||||
|
name: Golden Popcorn
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
- name: 720p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 720p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
13
custom_formats/720p.yml
Normal file
13
custom_formats/720p.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: 720p
|
||||||
|
description: High definition resolution offering improved clarity over standard definition
|
||||||
|
formats
|
||||||
|
tags:
|
||||||
|
- High Definition
|
||||||
|
- Resolution
|
||||||
|
conditions:
|
||||||
|
- name: 720p
|
||||||
|
type: resolution
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
resolution: 720p
|
||||||
|
tests: []
|
||||||
13
custom_formats/AJP69.yml
Normal file
13
custom_formats/AJP69.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: AJP69
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
- Manual Rank
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: AJP69
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/AV1.yml
Normal file
12
custom_formats/AV1.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: AV1
|
||||||
|
description: Matches the 'AV1' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Codec
|
||||||
|
- Bleeding Edge
|
||||||
|
conditions:
|
||||||
|
- name: AV1
|
||||||
|
negate: false
|
||||||
|
pattern: AV1
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
41
custom_formats/Amazon Prime.yml
Normal file
41
custom_formats/Amazon Prime.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: Amazon Prime
|
||||||
|
description: Matches 'Amazon Prime' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB1 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: AMZN Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Amazon Prime
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: AMZN Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Amazon Prime
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]
|
||||||
|
lastRun: '2024-12-02T19:53:46.454146'
|
||||||
|
passes: true
|
||||||
41
custom_formats/Apple TV+.yml
Normal file
41
custom_formats/Apple TV+.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: Apple TV+
|
||||||
|
description: Matches 'Apple TV+' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB1 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: APTV Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Apple TV+
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: APTV Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Apple TV+
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 2
|
||||||
|
input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz
|
||||||
|
lastRun: '2024-12-03T02:27:03.531343'
|
||||||
|
passes: true
|
||||||
24
custom_formats/Atmos (Missing).yml
Normal file
24
custom_formats/Atmos (Missing).yml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
name: Atmos (Missing)
|
||||||
|
description: Attempts to match releases which have Atmos (TrueHD 7.1) that don't label
|
||||||
|
it correctly.
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
- Enhancement
|
||||||
|
- Dolby
|
||||||
|
conditions:
|
||||||
|
- name: Not Atmos
|
||||||
|
negate: true
|
||||||
|
pattern: Atmos
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: 7.1 Surround
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: 7.1 Surround
|
||||||
|
- name: TrueHD
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: TrueHD
|
||||||
|
tests: []
|
||||||
13
custom_formats/Atmos.yml
Normal file
13
custom_formats/Atmos.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Atmos
|
||||||
|
description: Matches 'Atmos' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
- Enhancement
|
||||||
|
- Dolby
|
||||||
|
conditions:
|
||||||
|
- name: Atmos
|
||||||
|
negate: false
|
||||||
|
pattern: Atmos
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/B&W.yml
Normal file
12
custom_formats/B&W.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: B&W
|
||||||
|
description: Matches the 'B&W' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Unwanted
|
||||||
|
- Colour Grade
|
||||||
|
conditions:
|
||||||
|
- name: B&W
|
||||||
|
negate: false
|
||||||
|
pattern: B&W
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
11
custom_formats/BHDStudio.yml
Normal file
11
custom_formats/BHDStudio.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: BHDStudio
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: BHDStudio
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/BMF.yml
Normal file
12
custom_formats/BMF.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: BMF
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 4 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: BMF
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/BV.yml
Normal file
12
custom_formats/BV.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: BV
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: BV
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
11
custom_formats/BeyondHD.yml
Normal file
11
custom_formats/BeyondHD.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: BeyondHD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: BeyondHD
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
31
custom_formats/Blu-ray Remux.yml
Normal file
31
custom_formats/Blu-ray Remux.yml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
name: Blu-ray Remux
|
||||||
|
description: A Blu-ray Remux is a direct rip of a Blu-ray's content without any re-encoding,
|
||||||
|
preserving the original video, audio, and subtitle quality. It retains the exact
|
||||||
|
resolution, bitrate, and format of the Blu-ray, ensuring no loss in fidelity compared
|
||||||
|
to the source.
|
||||||
|
tags:
|
||||||
|
- Lossless
|
||||||
|
conditions:
|
||||||
|
- name: Blu-ray
|
||||||
|
type: source
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
source: bluray
|
||||||
|
- name: Remux
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: Remux
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: Remux
|
||||||
|
negate: false
|
||||||
|
pattern: Remux
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
expected: true
|
||||||
|
id: 1
|
||||||
|
input: Transformers One 2024 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC REMUX-FraMeSToR
|
||||||
|
lastRun: '2024-12-08T22:51:21.648210'
|
||||||
|
passes: true
|
||||||
49
custom_formats/Blu-ray.yml
Normal file
49
custom_formats/Blu-ray.yml
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
name: Blu-ray
|
||||||
|
description: 'Blu-ray is a digital optical disc format that succeeded DVD, offering
|
||||||
|
significantly higher storage capacity and video quality. It gets its name from the
|
||||||
|
blue-violet laser used to read the disc, which has a shorter wavelength than the
|
||||||
|
red laser used in DVDs, allowing it to store more data in the same physical space.
|
||||||
|
Standard Blu-rays (also known as BD-25 for single-layer and BD-50 for dual-layer)
|
||||||
|
store 25GB or 50GB respectively, typically containing 1080p video encoded with H.264/AVC
|
||||||
|
at bitrates up to 40Mbps, alongside high-quality audio formats like DTS-HD MA (up
|
||||||
|
to 24.5Mbps) or Dolby TrueHD (up to 18Mbps). '
|
||||||
|
tags:
|
||||||
|
- Source
|
||||||
|
- 1080p
|
||||||
|
- Storage
|
||||||
|
conditions:
|
||||||
|
- name: Bluray
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
source: bluray
|
||||||
|
type: source
|
||||||
|
- name: Remux
|
||||||
|
type: release_title
|
||||||
|
required: false
|
||||||
|
negate: true
|
||||||
|
pattern: Remux
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: Remux
|
||||||
|
negate: true
|
||||||
|
pattern: Remux
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: 1917 (2019) 2160p UHD BluRay REMUX HEVC DV HDR10+ TrueHD Atmos 7.1 English-FraMeSToR
|
||||||
|
lastRun: '2024-12-07T00:14:33.451899'
|
||||||
|
passes: true
|
||||||
|
- conditionResults:
|
||||||
|
- matches: false
|
||||||
|
name: Remux
|
||||||
|
negate: true
|
||||||
|
pattern: Remux
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: true
|
||||||
|
id: 2
|
||||||
|
input: 7.Seconds.2005.1080p.BluRay.DD+5.1.x264-playHD.mkv
|
||||||
|
lastRun: '2024-12-07T00:14:33.451899'
|
||||||
|
passes: true
|
||||||
13
custom_formats/CJ.yml
Normal file
13
custom_formats/CJ.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: CJ
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
- Manual Rank
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: CJ
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/CRX.yml
Normal file
12
custom_formats/CRX.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: CRX
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: CRX
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/CRiSC.yml
Normal file
12
custom_formats/CRiSC.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: CRiSC
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 3 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: CRiSC
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/Chotab.yml
Normal file
12
custom_formats/Chotab.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Chotab
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Chotab
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
23
custom_formats/Criterion Channel.yml
Normal file
23
custom_formats/Criterion Channel.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Criterion Channel
|
||||||
|
description: Matches 'Criterion Channel' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB2 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: CRiT Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Criterion Channel
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/CtrlHD.yml
Normal file
12
custom_formats/CtrlHD.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: CtrlHD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 2 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: CtrlHD
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/D-Z0N3.yml
Normal file
12
custom_formats/D-Z0N3.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: D-Z0N3
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 1 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: D-Z0N3
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/DON.yml
Normal file
12
custom_formats/DON.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: DON
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 1 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: DON
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
52
custom_formats/DTS-HD MA.yml
Normal file
52
custom_formats/DTS-HD MA.yml
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
name: DTS-HD MA
|
||||||
|
description: Matches 'DTS-HD MA' Regex Pattern and negates any other audio types that
|
||||||
|
might conflict.
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
conditions:
|
||||||
|
- name: DTS-HD MA
|
||||||
|
negate: false
|
||||||
|
pattern: DTS-HD MA
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: Not PCM
|
||||||
|
negate: true
|
||||||
|
pattern: PCM
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not AAC
|
||||||
|
negate: true
|
||||||
|
pattern: AAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS-HD HRA ES
|
||||||
|
negate: true
|
||||||
|
pattern: DTS-HD HRA ES
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not FLAC
|
||||||
|
negate: true
|
||||||
|
pattern: FLAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital +
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital +
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not TrueHD + Atmos
|
||||||
|
negate: true
|
||||||
|
pattern: TrueHD + Atmos
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS-X
|
||||||
|
negate: true
|
||||||
|
pattern: DTS-X
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
47
custom_formats/DTS-X.yml
Normal file
47
custom_formats/DTS-X.yml
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
name: DTS-X
|
||||||
|
description: Matches 'DTS-X' Regex Pattern and negates any other audio types that
|
||||||
|
might conflict.
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
conditions:
|
||||||
|
- name: DTS-X
|
||||||
|
negate: false
|
||||||
|
pattern: DTS-X
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: Not PCM
|
||||||
|
negate: true
|
||||||
|
pattern: PCM
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not AAC
|
||||||
|
negate: true
|
||||||
|
pattern: AAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not FLAC
|
||||||
|
negate: true
|
||||||
|
pattern: FLAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital +
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital +
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not TrueHD + Atmos
|
||||||
|
negate: true
|
||||||
|
pattern: TrueHD + Atmos
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS
|
||||||
|
negate: true
|
||||||
|
pattern: DTS
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
57
custom_formats/DTS.yml
Normal file
57
custom_formats/DTS.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
name: DTS
|
||||||
|
description: Matches 'DTS' Regex Pattern and negates any other audio types that might
|
||||||
|
conflict.
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
conditions:
|
||||||
|
- name: DTS
|
||||||
|
negate: false
|
||||||
|
pattern: DTS
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: Not PCM
|
||||||
|
negate: true
|
||||||
|
pattern: PCM
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not AAC
|
||||||
|
negate: true
|
||||||
|
pattern: AAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS-HD
|
||||||
|
negate: true
|
||||||
|
pattern: DTS-HD
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS-HD HRA ES
|
||||||
|
negate: true
|
||||||
|
pattern: DTS-HD HRA ES
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not FLAC
|
||||||
|
negate: true
|
||||||
|
pattern: FLAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital +
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital +
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not TrueHD + Atmos
|
||||||
|
negate: true
|
||||||
|
pattern: TrueHD + Atmos
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS-X
|
||||||
|
negate: true
|
||||||
|
pattern: DTS-X
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
33
custom_formats/DVD Remux.yml
Normal file
33
custom_formats/DVD Remux.yml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
name: DVD Remux
|
||||||
|
description: A DVD Remux is a direct rip of a DVD's content without any re-encoding,
|
||||||
|
preserving the original video, audio, and subtitle quality. It retains the exact
|
||||||
|
resolution, bitrate, and format of the DVD, ensuring no loss in fidelity compared
|
||||||
|
to the source.
|
||||||
|
tags:
|
||||||
|
- Source
|
||||||
|
- SD
|
||||||
|
- Lossless
|
||||||
|
conditions:
|
||||||
|
- name: DVD
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
source: dvd
|
||||||
|
type: source
|
||||||
|
- name: Remux
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: Remux
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: Remux
|
||||||
|
negate: false
|
||||||
|
pattern: Remux
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
expected: true
|
||||||
|
id: 1
|
||||||
|
input: "\xC6on Flux AKA Aeon Flux S01 NTSC DVD DD5.1 MPEG-2 REMUX-GF"
|
||||||
|
lastRun: '2024-12-08T22:41:50.874176'
|
||||||
|
passes: true
|
||||||
19
custom_formats/DVD.yml
Normal file
19
custom_formats/DVD.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: DVD
|
||||||
|
description: The DVD format, or Digital Versatile Disc, is an optical disc storage
|
||||||
|
medium widely used for video, audio, and data storage. It offers a standard capacity
|
||||||
|
of 4.7 GB for single-layer discs and up to 8.5 GB for dual-layer discs, making it
|
||||||
|
suitable for movies, software, and backups. DVDs provide a resolution of 720x480
|
||||||
|
(NTSC) or 720x576 (PAL) for video and support Dolby Digital or DTS audio for high-quality
|
||||||
|
sound. They are compatible with standalone DVD players, computer drives, and gaming
|
||||||
|
consoles, offering broad accessibility while requiring a physical disc for playback.
|
||||||
|
tags:
|
||||||
|
- Source
|
||||||
|
- SD
|
||||||
|
- Storage
|
||||||
|
conditions:
|
||||||
|
- name: DVD
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
source: dvd
|
||||||
|
type: source
|
||||||
|
tests: []
|
||||||
17
custom_formats/Dariush SD.yml
Normal file
17
custom_formats/Dariush SD.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Dariush SD
|
||||||
|
description: Matches SD Dariush Encodes
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 1 (SD)
|
||||||
|
conditions:
|
||||||
|
- name: Regex SD
|
||||||
|
negate: false
|
||||||
|
pattern: Dariush
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
- name: DVD
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
source: dvd
|
||||||
|
type: source
|
||||||
|
tests: []
|
||||||
17
custom_formats/Dariush.yml
Normal file
17
custom_formats/Dariush.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Dariush
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Dariush
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
- name: DVD
|
||||||
|
type: source
|
||||||
|
required: false
|
||||||
|
negate: true
|
||||||
|
source: dvd
|
||||||
|
tests: []
|
||||||
42
custom_formats/Disney+.yml
Normal file
42
custom_formats/Disney+.yml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
name: Disney+
|
||||||
|
description: Matches 'Disney+' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB1 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: DNSP Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Disney+
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: DNSP Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Disney+
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: The Simpsons (1989) S36E05 Treehouse of Horror XXXV (1080p DSNP Webrip x265
|
||||||
|
10bit EAC3 5 1 - Goki)[TAoE]
|
||||||
|
lastRun: '2024-12-03T16:31:38.572151'
|
||||||
|
passes: true
|
||||||
37
custom_formats/Dolby Digital +.yml
Normal file
37
custom_formats/Dolby Digital +.yml
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
name: Dolby Digital +
|
||||||
|
description: Matches 'Dolby Digital +' Regex Pattern and negates any other audio types
|
||||||
|
that might conflict.
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
conditions:
|
||||||
|
- name: Dolby Digital +
|
||||||
|
negate: false
|
||||||
|
pattern: Dolby Digital +
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: Not PCM
|
||||||
|
negate: true
|
||||||
|
pattern: PCM
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not AAC
|
||||||
|
negate: true
|
||||||
|
pattern: AAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS
|
||||||
|
negate: true
|
||||||
|
pattern: DTS
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not TrueHD
|
||||||
|
negate: true
|
||||||
|
pattern: TrueHD
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not FLAC
|
||||||
|
negate: true
|
||||||
|
pattern: FLAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
42
custom_formats/Dolby Digital.yml
Normal file
42
custom_formats/Dolby Digital.yml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
name: Dolby Digital
|
||||||
|
description: Matches 'Dolby Digital' Regex Pattern and negates any other audio types
|
||||||
|
that might conflict.
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
conditions:
|
||||||
|
- name: Dolby Digital
|
||||||
|
negate: false
|
||||||
|
pattern: Dolby Digital
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: Not PCM
|
||||||
|
negate: true
|
||||||
|
pattern: PCM
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not AAC
|
||||||
|
negate: true
|
||||||
|
pattern: AAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS
|
||||||
|
negate: true
|
||||||
|
pattern: DTS
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not TrueHD + Atmos
|
||||||
|
negate: true
|
||||||
|
pattern: TrueHD + Atmos
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not FLAC
|
||||||
|
negate: true
|
||||||
|
pattern: FLAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital +
|
||||||
|
type: release_title
|
||||||
|
required: false
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital +
|
||||||
|
tests: []
|
||||||
12
custom_formats/Dolby Vision (Without Fallback).yml
Normal file
12
custom_formats/Dolby Vision (Without Fallback).yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Dolby Vision (Without Fallback)
|
||||||
|
description: Matches the 'Dolby Vision (Without Fallback) Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Colour Grade
|
||||||
|
- HDR
|
||||||
|
conditions:
|
||||||
|
- name: Dolby Vision (Without Fallback)
|
||||||
|
negate: false
|
||||||
|
pattern: Dolby Vision (Without Fallback)
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/Dolby Vision.yml
Normal file
12
custom_formats/Dolby Vision.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Dolby Vision
|
||||||
|
description: Matches the 'Dolby Vision' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Colour Grade
|
||||||
|
- HDR
|
||||||
|
conditions:
|
||||||
|
- name: Dolby Vision
|
||||||
|
negate: false
|
||||||
|
pattern: Dolby Vision
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/E.N.D.yml
Normal file
12
custom_formats/E.N.D.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: E.N.D
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: E.N.D
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/E1.yml
Normal file
12
custom_formats/E1.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: E1
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: E1
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/EA.yml
Normal file
12
custom_formats/EA.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: EA
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 4 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: EA
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/EDPH.yml
Normal file
12
custom_formats/EDPH.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: EDPH
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: EDPH
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/ESiR.yml
Normal file
12
custom_formats/ESiR.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: ESiR
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: ESiR
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/EXCiSION.yml
Normal file
12
custom_formats/EXCiSION.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: EXCiSION
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: EXCiSION
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/EbP.yml
Normal file
12
custom_formats/EbP.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: EbP
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 1 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: EbP
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/Extras.yml
Normal file
12
custom_formats/Extras.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Extras
|
||||||
|
description: Matches the 'Extras' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Unwanted
|
||||||
|
- Extras
|
||||||
|
conditions:
|
||||||
|
- name: Extras
|
||||||
|
negate: false
|
||||||
|
pattern: Extras
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
42
custom_formats/FLAC.yml
Normal file
42
custom_formats/FLAC.yml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
name: FLAC
|
||||||
|
description: Matches 'FLAC' Regex Pattern and negates any other audio types that might
|
||||||
|
conflict.
|
||||||
|
tags:
|
||||||
|
- Audio
|
||||||
|
conditions:
|
||||||
|
- name: FLAC
|
||||||
|
negate: false
|
||||||
|
pattern: FLAC
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: Not PCM
|
||||||
|
negate: true
|
||||||
|
pattern: PCM
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not AAC
|
||||||
|
negate: true
|
||||||
|
pattern: AAC
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not DTS
|
||||||
|
negate: true
|
||||||
|
pattern: DTS
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not TrueHD + Atmos
|
||||||
|
negate: true
|
||||||
|
pattern: TrueHD + Atmos
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not Dolby Digital +
|
||||||
|
negate: true
|
||||||
|
pattern: Dolby Digital +
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/FTW-HD.yml
Normal file
12
custom_formats/FTW-HD.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: FTW-HD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: rightSIZE
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
13
custom_formats/FilmHD.yml
Normal file
13
custom_formats/FilmHD.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: FilmHD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
- Manual Rank
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: FilmHD
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/FoRM.yml
Normal file
12
custom_formats/FoRM.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: FoRM
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 3 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: FoRM
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/FraMeSToR.yml
Normal file
12
custom_formats/FraMeSToR.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: FraMeSToR
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: FraMeSToR
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/Free100.yml
Normal file
12
custom_formats/Free100.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Free100
|
||||||
|
description: Matches releases with 100% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- flag: freeleech
|
||||||
|
name: Free100
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
tests: []
|
||||||
12
custom_formats/Free25.yml
Normal file
12
custom_formats/Free25.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Free25
|
||||||
|
description: Matches releases with 25% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- name: Free25
|
||||||
|
type: indexer_flag
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
flag: freeleech_25
|
||||||
|
tests: []
|
||||||
12
custom_formats/Free50.yml
Normal file
12
custom_formats/Free50.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Free50
|
||||||
|
description: Matches releases with 50% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- flag: halfleech
|
||||||
|
name: Free50
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
tests: []
|
||||||
12
custom_formats/Free75.yml
Normal file
12
custom_formats/Free75.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Free75
|
||||||
|
description: Matches releases with 75% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- flag: freeleech_75
|
||||||
|
name: Free75
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
tests: []
|
||||||
57
custom_formats/Full Disc.yml
Normal file
57
custom_formats/Full Disc.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
name: Full Disc
|
||||||
|
description: 'Matches the ''Full Disc'' regex pattern and negates any remuxes / encodes. '
|
||||||
|
tags:
|
||||||
|
- Storage
|
||||||
|
- Source
|
||||||
|
conditions:
|
||||||
|
- name: Full Disc
|
||||||
|
negate: false
|
||||||
|
pattern: Full Disc
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: x264
|
||||||
|
negate: true
|
||||||
|
pattern: x264
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Remux
|
||||||
|
negate: true
|
||||||
|
pattern: Remux
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: Full Disc
|
||||||
|
negate: false
|
||||||
|
pattern: Full Disc
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: false
|
||||||
|
name: x264
|
||||||
|
negate: true
|
||||||
|
pattern: x264
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- matches: false
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: Remux
|
||||||
|
negate: true
|
||||||
|
pattern: Remux
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: Isolani 2017 1080p BluRay REMUX AVC DTS-HD MA 5.1-Parapluie
|
||||||
|
lastRun: '2024-12-08T22:57:56.281360'
|
||||||
|
passes: true
|
||||||
12
custom_formats/GALAXY.yml
Normal file
12
custom_formats/GALAXY.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: GALAXY
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: GALAXY
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/GS88.yml
Normal file
12
custom_formats/GS88.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: GS88
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: GS88
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/Geek.yml
Normal file
12
custom_formats/Geek.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Geek
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 2 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Geek
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
17
custom_formats/HANDJOB SD.yml
Normal file
17
custom_formats/HANDJOB SD.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: HANDJOB SD
|
||||||
|
description: Matches SD HANDJOB Encodes
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 2 (SD)
|
||||||
|
conditions:
|
||||||
|
- name: 'Regex '
|
||||||
|
negate: false
|
||||||
|
pattern: HANDJOB
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
- name: DVD
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
source: dvd
|
||||||
|
type: source
|
||||||
|
tests: []
|
||||||
17
custom_formats/HANDJOB.yml
Normal file
17
custom_formats/HANDJOB.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: HANDJOB
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: HANDJOB
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
- name: DVD
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: dvd
|
||||||
|
type: source
|
||||||
|
tests: []
|
||||||
41
custom_formats/HBO Max.yml
Normal file
41
custom_formats/HBO Max.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: HBO Max
|
||||||
|
description: Matches 'HBO Max' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB2 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: HMAX Regex
|
||||||
|
negate: false
|
||||||
|
pattern: HBO Max
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: HMAX Regex
|
||||||
|
negate: false
|
||||||
|
pattern: HBO Max
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 2
|
||||||
|
input: Young Justice S04 1080p HMAX WEBRip DD 5 1 x265-edge2020
|
||||||
|
lastRun: '2024-12-06T04:51:30.887518'
|
||||||
|
passes: true
|
||||||
12
custom_formats/HDMaNiAcS.yml
Normal file
12
custom_formats/HDMaNiAcS.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: HDMaNiAcS
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 4 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: HDMaNiAcS
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
76
custom_formats/HDR10 (Missing).yml
Normal file
76
custom_formats/HDR10 (Missing).yml
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
name: HDR10 (Missing)
|
||||||
|
description: Attempts to match HDR10 to groups that mislabel their releases
|
||||||
|
tags:
|
||||||
|
- Colour Grade
|
||||||
|
- HDR
|
||||||
|
conditions:
|
||||||
|
- name: Not HDR10
|
||||||
|
negate: true
|
||||||
|
pattern: HDR10
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: Not HDR10+
|
||||||
|
negate: true
|
||||||
|
pattern: HDR10+
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- name: 2160p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 2160p
|
||||||
|
type: resolution
|
||||||
|
- name: Missing Groups
|
||||||
|
negate: false
|
||||||
|
pattern: HDR10 (Missing Groups)
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: false
|
||||||
|
name: Not HDR10
|
||||||
|
negate: true
|
||||||
|
pattern: HDR10
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- matches: false
|
||||||
|
name: Not HDR10+
|
||||||
|
negate: true
|
||||||
|
pattern: HDR10+
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: Missing Groups
|
||||||
|
negate: false
|
||||||
|
pattern: HDR10 (Missing Groups)
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
expected: true
|
||||||
|
id: 1
|
||||||
|
input: Barbie 2023 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC HYBRID REMUX-FraMeSToR
|
||||||
|
lastRun: '2024-12-13T09:50:00.736356'
|
||||||
|
passes: true
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: Not HDR10
|
||||||
|
negate: true
|
||||||
|
pattern: HDR10
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- matches: false
|
||||||
|
name: Not HDR10+
|
||||||
|
negate: true
|
||||||
|
pattern: HDR10+
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: Missing Groups
|
||||||
|
negate: false
|
||||||
|
pattern: HDR10 (Missing Groups)
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 2
|
||||||
|
input: Barbie (2023) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR TrueHD Atmos 7.1
|
||||||
|
English-FraMeSToR
|
||||||
|
lastRun: '2024-12-13T09:50:00.736356'
|
||||||
|
passes: true
|
||||||
12
custom_formats/HDR10+.yml
Normal file
12
custom_formats/HDR10+.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: HDR10+
|
||||||
|
description: Matches the 'HDR10+' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Colour Grade
|
||||||
|
- HDR
|
||||||
|
conditions:
|
||||||
|
- name: HDR10+
|
||||||
|
negate: false
|
||||||
|
pattern: HDR10+
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/HDR10.yml
Normal file
12
custom_formats/HDR10.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: HDR10
|
||||||
|
description: Matches the 'HDR10' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Colour Grade
|
||||||
|
- HDR
|
||||||
|
conditions:
|
||||||
|
- name: HDR10
|
||||||
|
negate: false
|
||||||
|
pattern: HDR10
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/HiDt.yml
Normal file
12
custom_formats/HiDt.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: HiDt
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 3 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: HiDt
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/HiFi.yml
Normal file
12
custom_formats/HiFi.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: HiFi
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 2 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: HiFi
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
13
custom_formats/HiP.yml
Normal file
13
custom_formats/HiP.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: HiP
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 3 (1080p)
|
||||||
|
- Manual Rank
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: HiP
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
41
custom_formats/Hulu.yml
Normal file
41
custom_formats/Hulu.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: Hulu
|
||||||
|
description: Matches 'Hulu' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB3 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: Hulu Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Hulu
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: Hulu Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Hulu
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: Beverly Hills Ninja (1996) 1080p HULU WEB-DL x265 HEVC DDP 5.1-PHOCiS
|
||||||
|
lastRun: '2024-12-06T05:29:49.598013'
|
||||||
|
passes: true
|
||||||
12
custom_formats/IDE.yml
Normal file
12
custom_formats/IDE.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: IDE
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 4 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: IDE
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/KASHMiR.yml
Normal file
12
custom_formats/KASHMiR.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: KASHMiR
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: KASHMiR
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/LEGi0N.yml
Normal file
12
custom_formats/LEGi0N.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: LEGi0N
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: LEGi0N
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
13
custom_formats/LiNG.yml
Normal file
13
custom_formats/LiNG.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: LiNG
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
- Manual Rank
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: LiNG
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/LoRD.yml
Normal file
12
custom_formats/LoRD.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: LoRD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: LoRD
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/LolHD.yml
Normal file
12
custom_formats/LolHD.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: LolHD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 4 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: LolHD
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/MTeam.yml
Normal file
12
custom_formats/MTeam.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: MTeam
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: MTeam
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
42
custom_formats/Max.yml
Normal file
42
custom_formats/Max.yml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
name: Max
|
||||||
|
description: Matches 'Max' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB2 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: MAX Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Max
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: MAX Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Max
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: Dune Prophecy (2024) S01E02 Two Wolves (2160p HDR10 DV Hybrid MAX Webrip
|
||||||
|
x265 10bit EAC3 5 1 Atmos - Goki)[TAoE]
|
||||||
|
lastRun: '2024-12-06T02:59:11.931629'
|
||||||
|
passes: true
|
||||||
23
custom_formats/Movies Anywhere.yml
Normal file
23
custom_formats/Movies Anywhere.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Movies Anywhere
|
||||||
|
description: Matches 'Movies Anywhere' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB1 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: MA Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Movies Anywhere
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
12
custom_formats/NCmt.yml
Normal file
12
custom_formats/NCmt.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: NCmt
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 4 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: NCmt
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
17
custom_formats/NTb.yml
Normal file
17
custom_formats/NTb.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: NTb
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 4 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: NTb
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
- name: Not WEB-DL
|
||||||
|
type: source
|
||||||
|
required: false
|
||||||
|
negate: true
|
||||||
|
source: web_dl
|
||||||
|
tests: []
|
||||||
41
custom_formats/Netflix.yml
Normal file
41
custom_formats/Netflix.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: Netflix
|
||||||
|
description: Matches 'Netflix' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB2 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: NF Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Netflix
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: NF Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Netflix
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: Arcane (2021) S02 (1080p NF WEB-DL x265 HEVC 10bit DDP 5 1 Vyndros)
|
||||||
|
lastRun: '2024-12-06T05:05:09.422536'
|
||||||
|
passes: true
|
||||||
18
custom_formats/Not English.yml
Normal file
18
custom_formats/Not English.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Not English
|
||||||
|
description: Matches releases that don't include an English language track. Dual audio
|
||||||
|
is allowed.
|
||||||
|
tags: []
|
||||||
|
conditions:
|
||||||
|
- exceptLanguage: true
|
||||||
|
language: english
|
||||||
|
name: Not English
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: language
|
||||||
|
- exceptLanguage: false
|
||||||
|
language: english
|
||||||
|
name: Includes English
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
type: language
|
||||||
|
tests: []
|
||||||
18
custom_formats/Not Only English (Missing).yml
Normal file
18
custom_formats/Not Only English (Missing).yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Not Only English (Missing)
|
||||||
|
description: "Attempts to matches releases with mutliple audio tracks but are not\
|
||||||
|
\ parsed as \"Multi Langauge\". Instead, attempts to find regular expressions which\
|
||||||
|
\ imply the release has dual audio. \n "
|
||||||
|
tags: []
|
||||||
|
conditions:
|
||||||
|
- exceptLanguage: false
|
||||||
|
language: english
|
||||||
|
name: Includes English
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: language
|
||||||
|
- name: Dual Audio Regex
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: Dual Audio
|
||||||
|
tests: []
|
||||||
18
custom_formats/Not Only English.yml
Normal file
18
custom_formats/Not Only English.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Not Only English
|
||||||
|
description: Matches releases that don't include an English language track. Dual audio
|
||||||
|
is NOT allowed.
|
||||||
|
tags: []
|
||||||
|
conditions:
|
||||||
|
- exceptLanguage: true
|
||||||
|
language: english
|
||||||
|
name: Not English
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: language
|
||||||
|
- exceptLanguage: false
|
||||||
|
language: english
|
||||||
|
name: Includes English
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: language
|
||||||
|
tests: []
|
||||||
12
custom_formats/NyHD.yml
Normal file
12
custom_formats/NyHD.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: NyHD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: NyHD
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/ORiGEN.yml
Normal file
12
custom_formats/ORiGEN.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: ORiGEN
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: ORiGEN
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
13
custom_formats/P0W4HD.yml
Normal file
13
custom_formats/P0W4HD.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: P0W4HD
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
- Manual Rank
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: P0W4HD
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/PTer.yml
Normal file
12
custom_formats/PTer.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: PTer
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: PTer
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
41
custom_formats/Paramount+.yml
Normal file
41
custom_formats/Paramount+.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: Paramount+
|
||||||
|
description: Matches 'Paramount+' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB2 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: PMTP Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Paramount+
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: PMTP Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Paramount+
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 2
|
||||||
|
input: Evil 2019 S04 1080p PMTP WEB-DL DDP 5 1 x265 - YELLO
|
||||||
|
lastRun: '2024-12-06T05:11:34.055223'
|
||||||
|
passes: true
|
||||||
41
custom_formats/Peacock.yml
Normal file
41
custom_formats/Peacock.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: Peacock
|
||||||
|
description: Matches 'Peacock' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB2 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: PCOK Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Peacock TV
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: PCOK Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Peacock TV
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 1
|
||||||
|
input: Based On A True Story S02 2160p PCOK WEB-DL DDP5 1 DV HDR x265-NTb
|
||||||
|
lastRun: '2024-12-06T02:45:41.699916'
|
||||||
|
passes: true
|
||||||
12
custom_formats/Penumbra.yml
Normal file
12
custom_formats/Penumbra.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Penumbra
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Penumbra
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
12
custom_formats/Positive.yml
Normal file
12
custom_formats/Positive.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Positive
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Positive
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
41
custom_formats/Roku.yml
Normal file
41
custom_formats/Roku.yml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
name: Roku
|
||||||
|
description: Matches 'Roku' WEB-DLs. Negates any encodes.
|
||||||
|
tags:
|
||||||
|
- Streaming Service
|
||||||
|
- WEB-DL
|
||||||
|
- WEB3 [1080p]
|
||||||
|
conditions:
|
||||||
|
- name: Roku Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Roku
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: WEBRip
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
source: webrip
|
||||||
|
type: source
|
||||||
|
- name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: true
|
||||||
|
name: Roku Regex
|
||||||
|
negate: false
|
||||||
|
pattern: Roku
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
|
expected: false
|
||||||
|
id: 2
|
||||||
|
input: Almost Heroes (1998) 1080p ROKU WEB-DL x265 HEVC AAC 2.0-PHOCiS
|
||||||
|
lastRun: '2024-12-06T05:41:18.535555'
|
||||||
|
passes: true
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user