diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 6190de7..9d3cb69 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -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 diff --git a/custom_formats/Banned Groups (Title).yml b/custom_formats/Banned Groups (Title).yml deleted file mode 100644 index f53d1f0..0000000 --- a/custom_formats/Banned Groups (Title).yml +++ /dev/null @@ -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: [] diff --git a/custom_formats/Banned Groups.yml b/custom_formats/Banned Groups.yml index d5938fd..a3b8607 100644 --- a/custom_formats/Banned Groups.yml +++ b/custom_formats/Banned Groups.yml @@ -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 diff --git a/custom_formats/CR.yml b/custom_formats/CR.yml new file mode 100644 index 0000000..14a9565 --- /dev/null +++ b/custom_formats/CR.yml @@ -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 diff --git a/custom_formats/IMAX.yml b/custom_formats/IMAX.yml new file mode 100644 index 0000000..29e1072 --- /dev/null +++ b/custom_formats/IMAX.yml @@ -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: [] diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 5530a49..4f731dd 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -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 diff --git a/regex_patterns/Crunchyroll.yml b/regex_patterns/Crunchyroll.yml new file mode 100644 index 0000000..4ed00d8 --- /dev/null +++ b/regex_patterns/Crunchyroll.yml @@ -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: [] diff --git a/regex_patterns/E.yml b/regex_patterns/E.yml new file mode 100644 index 0000000..b42faa1 --- /dev/null +++ b/regex_patterns/E.yml @@ -0,0 +1,7 @@ +name: E +pattern: (?<=^|[\s.-])E\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []