From 08edc267f2a4dcdce6cbc29691d506fa75bb8354 Mon Sep 17 00:00:00 2001 From: kmcclainmt Date: Sun, 6 Apr 2025 08:24:37 -0700 Subject: [PATCH] create: Added the scored Anime streaming services --- custom_formats/ABEMA.yml | 20 ++++++++++++++++++++ custom_formats/ADN.yml | 20 ++++++++++++++++++++ custom_formats/CR.yml | 20 ++++++++++++++++++++ custom_formats/FUNi.yml | 20 ++++++++++++++++++++ profiles/Anime.yml | 14 ++++++++++++++ regex_patterns/ABEMA.yml | 5 +++++ regex_patterns/ADN.yml | 5 +++++ regex_patterns/CR.yml | 5 +++++ regex_patterns/FUNi.yml | 5 +++++ 9 files changed, 114 insertions(+) create mode 100644 custom_formats/ABEMA.yml create mode 100644 custom_formats/ADN.yml create mode 100644 custom_formats/CR.yml create mode 100644 custom_formats/FUNi.yml create mode 100644 regex_patterns/ABEMA.yml create mode 100644 regex_patterns/ADN.yml create mode 100644 regex_patterns/CR.yml create mode 100644 regex_patterns/FUNi.yml diff --git a/custom_formats/ABEMA.yml b/custom_formats/ABEMA.yml new file mode 100644 index 0000000..86adb7f --- /dev/null +++ b/custom_formats/ABEMA.yml @@ -0,0 +1,20 @@ +name: ABEMA +description: '' +tags: [] +conditions: +- name: WEBDL + type: source + required: false + negate: false + source: web_dl +- name: WEBRip + type: source + required: false + negate: false + source: webrip +- name: ABEMA + type: release_title + required: true + negate: false + pattern: ABEMA +tests: [] diff --git a/custom_formats/ADN.yml b/custom_formats/ADN.yml new file mode 100644 index 0000000..01f6960 --- /dev/null +++ b/custom_formats/ADN.yml @@ -0,0 +1,20 @@ +name: ADN +description: '' +tags: [] +conditions: +- name: WEBDL + type: source + required: false + negate: false + source: web_dl +- name: WEBRip + type: source + required: false + negate: false + source: webrip +- name: ADN + type: release_title + required: true + negate: false + pattern: ADN +tests: [] diff --git a/custom_formats/CR.yml b/custom_formats/CR.yml new file mode 100644 index 0000000..2aa20e7 --- /dev/null +++ b/custom_formats/CR.yml @@ -0,0 +1,20 @@ +name: CR +description: '' +tags: [] +conditions: +- name: WEB-DL + type: source + required: false + negate: false + source: web_dl +- name: WEBRip + type: source + required: false + negate: false + source: webrip +- name: Crunchyroll + type: release_title + required: true + negate: false + pattern: CR +tests: [] diff --git a/custom_formats/FUNi.yml b/custom_formats/FUNi.yml new file mode 100644 index 0000000..05b6fbe --- /dev/null +++ b/custom_formats/FUNi.yml @@ -0,0 +1,20 @@ +name: FUNi +description: '' +tags: [] +conditions: +- name: WEBDL + type: source + required: false + negate: false + source: web_dl +- name: WEBRip + type: source + required: false + negate: false + source: webrip +- name: Funimation + type: release_title + required: false + negate: false + pattern: FUNi +tests: [] diff --git a/profiles/Anime.yml b/profiles/Anime.yml index 6f294dd..adcf47f 100644 --- a/profiles/Anime.yml +++ b/profiles/Anime.yml @@ -20,6 +20,20 @@ custom_formats: score: 250 - name: WEB Tier 03 score: 150 +- name: CR + score: 6 +- name: DSNP + score: 5 +- name: NF + score: 4 +- name: AMZN + score: 3 +- name: FUNi + score: 2 +- name: ABEMA + score: 1 +- name: ADN + score: 1 qualities: - id: -1 name: Bluray-1080p diff --git a/regex_patterns/ABEMA.yml b/regex_patterns/ABEMA.yml new file mode 100644 index 0000000..98381dc --- /dev/null +++ b/regex_patterns/ABEMA.yml @@ -0,0 +1,5 @@ +name: ABEMA +pattern: \\b(ABEMA[ ._-]?(TV)?)\\b +description: '' +tags: [] +tests: [] diff --git a/regex_patterns/ADN.yml b/regex_patterns/ADN.yml new file mode 100644 index 0000000..8a30328 --- /dev/null +++ b/regex_patterns/ADN.yml @@ -0,0 +1,5 @@ +name: ADN +pattern: \\b(ADN)\\b +description: '' +tags: [] +tests: [] diff --git a/regex_patterns/CR.yml b/regex_patterns/CR.yml new file mode 100644 index 0000000..48e4d6a --- /dev/null +++ b/regex_patterns/CR.yml @@ -0,0 +1,5 @@ +name: CR +pattern: \\b(C(runchy)?[ .-]?R(oll)?)\\b +description: '' +tags: [] +tests: [] diff --git a/regex_patterns/FUNi.yml b/regex_patterns/FUNi.yml new file mode 100644 index 0000000..51e272d --- /dev/null +++ b/regex_patterns/FUNi.yml @@ -0,0 +1,5 @@ +name: FUNi +pattern: \\b(FUNi(mation)?)\\b +description: '' +tags: [] +tests: []