Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions custom_formats/Banned Groups (Efficient).yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ conditions:
pattern: DRX
required: false
type: release_group
- name: E
type: release_group
required: false
negate: false
pattern: E
- name: FGT
negate: false
pattern: FGT
Expand Down
12 changes: 0 additions & 12 deletions custom_formats/Banned Groups (Title).yml

This file was deleted.

5 changes: 5 additions & 0 deletions custom_formats/Banned Groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ conditions:
pattern: DRX
required: false
type: release_group
- name: E
type: release_group
required: false
negate: false
pattern: E
- name: FGT
negate: false
pattern: FGT
Expand Down
59 changes: 59 additions & 0 deletions custom_formats/CR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: CR
description: Matches 'Crunchyroll' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: CR Regex
negate: false
pattern: Crunchyroll
required: true
type: release_title
- name: WEB-DL
negate: false
required: false
source: web_dl
type: source
- name: WEBRip
negate: false
required: false
source: webrip
type: source
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: '2025-01-14T09:45:16.007149'
passes: true
- 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: 2
input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English
- Goki TAoE)
lastRun: '2025-01-14T09:45:16.007149'
passes: true
16 changes: 16 additions & 0 deletions custom_formats/IMAX.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: IMAX
description: ''
tags:
- Edition
conditions:
- name: IMAX
type: release_title
required: true
negate: false
pattern: IMAX
- name: IMAX Enhanced
negate: true
pattern: IMAX Enhanced
required: true
type: release_title
tests: []
3 changes: 1 addition & 2 deletions profiles/1080p Compact.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 1080p Compact
description: "1080p Compact targets low to medium quality x265 Bluray and WEB Encodes.\
\ \n\n- Average Movie Sizes ~ 3 to 6gb per Movie\n- Movie Quality Ranking ~ 4/10\n\
- Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10\n\nTesting\
\ Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks."
- Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10"
tags:
- 1080p
- Compact Focused
Expand Down
12 changes: 12 additions & 0 deletions regex_patterns/Crunchyroll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Crunchyroll
pattern: \b(C(runchy)?[ .-]?R(oll)?)\b
description: "Crunchyroll is a popular streaming service focused on anime, manga,\
\ and Asian entertainment. It offers a large library of animated series and films,\
\ including both classic titles and new simulcasts straight from Japan, often with\
\ subtitles soon after they air. Users can watch on demand across devices, and there\u2019\
s both a free, ad-supported tier and paid premium subscriptions with ad-free viewing\
\ and early access to episodes."
tags:
- Streaming Service
- WEB-DL
tests: []
7 changes: 7 additions & 0 deletions regex_patterns/E.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: E
pattern: (?<=^|[\s.-])E\b
description: ''
tags:
- Release Group
- WEB-DL
tests: []
Loading