Skip to content

Commit 9db9156

Browse files
authored
Merge pull request #124 from Dictionarry-Hub/dev
- Ban E - Create CR Streaming Service - Create IMAX CF - Remove Test Warning for Compact
2 parents 3215adf + 75128ff commit 9db9156

8 files changed

Lines changed: 105 additions & 14 deletions

File tree

custom_formats/Banned Groups (Efficient).yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ conditions:
6969
pattern: DRX
7070
required: false
7171
type: release_group
72+
- name: E
73+
type: release_group
74+
required: false
75+
negate: false
76+
pattern: E
7277
- name: FGT
7378
negate: false
7479
pattern: FGT

custom_formats/Banned Groups (Title).yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

custom_formats/Banned Groups.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ conditions:
7979
pattern: DRX
8080
required: false
8181
type: release_group
82+
- name: E
83+
type: release_group
84+
required: false
85+
negate: false
86+
pattern: E
8287
- name: FGT
8388
negate: false
8489
pattern: FGT

custom_formats/CR.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: CR
2+
description: Matches 'Crunchyroll' WEB-DLs. Negates any encodes.
3+
tags:
4+
- Streaming Service
5+
- WEB-DL
6+
conditions:
7+
- name: CR Regex
8+
negate: false
9+
pattern: Crunchyroll
10+
required: true
11+
type: release_title
12+
- name: WEB-DL
13+
negate: false
14+
required: false
15+
source: web_dl
16+
type: source
17+
- name: WEBRip
18+
negate: false
19+
required: false
20+
source: webrip
21+
type: source
22+
tests:
23+
- conditionResults:
24+
- matches: true
25+
name: AMZN Regex
26+
negate: false
27+
pattern: Amazon Prime
28+
required: true
29+
type: release_title
30+
- matches: true
31+
name: x265
32+
negate: true
33+
pattern: x265
34+
required: false
35+
type: release_title
36+
expected: false
37+
id: 1
38+
input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]
39+
lastRun: '2025-01-14T09:45:16.007149'
40+
passes: true
41+
- conditionResults:
42+
- matches: true
43+
name: AMZN Regex
44+
negate: false
45+
pattern: Amazon Prime
46+
required: true
47+
type: release_title
48+
- matches: true
49+
name: x265
50+
negate: true
51+
pattern: x265
52+
required: false
53+
type: release_title
54+
expected: false
55+
id: 2
56+
input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English
57+
- Goki TAoE)
58+
lastRun: '2025-01-14T09:45:16.007149'
59+
passes: true

custom_formats/IMAX.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: IMAX
2+
description: ''
3+
tags:
4+
- Edition
5+
conditions:
6+
- name: IMAX
7+
type: release_title
8+
required: true
9+
negate: false
10+
pattern: IMAX
11+
- name: IMAX Enhanced
12+
negate: true
13+
pattern: IMAX Enhanced
14+
required: true
15+
type: release_title
16+
tests: []

profiles/1080p Compact.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: 1080p Compact
22
description: "1080p Compact targets low to medium quality x265 Bluray and WEB Encodes.\
33
\ \n\n- Average Movie Sizes ~ 3 to 6gb per Movie\n- Movie Quality Ranking ~ 4/10\n\
4-
- Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10\n\nTesting\
5-
\ Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks."
4+
- Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10"
65
tags:
76
- 1080p
87
- Compact Focused

regex_patterns/Crunchyroll.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Crunchyroll
2+
pattern: \b(C(runchy)?[ .-]?R(oll)?)\b
3+
description: "Crunchyroll is a popular streaming service focused on anime, manga,\
4+
\ and Asian entertainment. It offers a large library of animated series and films,\
5+
\ including both classic titles and new simulcasts straight from Japan, often with\
6+
\ subtitles soon after they air. Users can watch on demand across devices, and there\u2019\
7+
s both a free, ad-supported tier and paid premium subscriptions with ad-free viewing\
8+
\ and early access to episodes."
9+
tags:
10+
- Streaming Service
11+
- WEB-DL
12+
tests: []

regex_patterns/E.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: E
2+
pattern: (?<=^|[\s.-])E\b
3+
description: ''
4+
tags:
5+
- Release Group
6+
- WEB-DL
7+
tests: []

0 commit comments

Comments
 (0)