mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-01-22 02:31:12 +01:00
Merge pull request #124 from Dictionarry-Hub/dev
- Ban E - Create CR Streaming Service - Create IMAX CF - Remove Test Warning for Compact
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
name: Banned Groups (Title)
|
||||
description: Matches Grouos that are Banned via Release Title
|
||||
tags:
|
||||
- Banned
|
||||
- Release Group
|
||||
conditions:
|
||||
- name: BEN THE MEN
|
||||
type: release_title
|
||||
required: false
|
||||
negate: false
|
||||
pattern: BEN THE MEN
|
||||
tests: []
|
||||
@@ -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
|
||||
|
||||
59
custom_formats/CR.yml
Normal file
59
custom_formats/CR.yml
Normal file
@@ -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
custom_formats/IMAX.yml
Normal file
16
custom_formats/IMAX.yml
Normal file
@@ -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: []
|
||||
@@ -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
|
||||
|
||||
12
regex_patterns/Crunchyroll.yml
Normal file
12
regex_patterns/Crunchyroll.yml
Normal file
@@ -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
regex_patterns/E.yml
Normal file
7
regex_patterns/E.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: E
|
||||
pattern: (?<=^|[\s.-])E\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
Reference in New Issue
Block a user