create: Added the scored Anime streaming services

This commit is contained in:
kmcclainmt 2025-04-06 08:24:37 -07:00
parent 3a6ec81525
commit 08edc267f2
9 changed files with 114 additions and 0 deletions

20
custom_formats/ABEMA.yml Normal file
View File

@ -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: []

20
custom_formats/ADN.yml Normal file
View File

@ -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: []

20
custom_formats/CR.yml Normal file
View File

@ -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: []

20
custom_formats/FUNi.yml Normal file
View File

@ -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: []

View File

@ -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

5
regex_patterns/ABEMA.yml Normal file
View File

@ -0,0 +1,5 @@
name: ABEMA
pattern: \\b(ABEMA[ ._-]?(TV)?)\\b
description: ''
tags: []
tests: []

5
regex_patterns/ADN.yml Normal file
View File

@ -0,0 +1,5 @@
name: ADN
pattern: \\b(ADN)\\b
description: ''
tags: []
tests: []

5
regex_patterns/CR.yml Normal file
View File

@ -0,0 +1,5 @@
name: CR
pattern: \\b(C(runchy)?[ .-]?R(oll)?)\\b
description: ''
tags: []
tests: []

5
regex_patterns/FUNi.yml Normal file
View File

@ -0,0 +1,5 @@
name: FUNi
pattern: \\b(FUNi(mation)?)\\b
description: ''
tags: []
tests: []