feat(anime): updates to sonarr and radarr CFs

pull/1681/head
FonduemangVI 5 months ago
parent 1f24896687
commit 56ac4c2519

@ -114,6 +114,7 @@ I also made 3 guides related to this one.
| | | [Funimation](#funi) | |
| | | [HIDIVE](#hidive) | |
| | | [VRV](#vrv) | |
| | | [ABEMA](#abema) | |
| | | [ADN](#adn) | |
| | | [WKN](#wkn) | |
@ -2391,6 +2392,21 @@ I also made 3 guides related to this one.
------
### ABEMA
??? question "ABMEA - [Click to show/hide]"
[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Abema){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/abema.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### ADN
<sub>ADN = Animation Digital Network</sub>

@ -5,7 +5,7 @@
!!! warning
You must be running Sonarr V4 to be able to use this setup.
![V4](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/sonarr/v4/VERSION.json&label=Current%20V4%20Version&style=for-the-badge&color=4051B5){ .off-glb }
![V4](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/sonarr/nightly/VERSION.json&label=Current%20V4%20Version&style=for-the-badge&color=4051B5){ .off-glb }
!!! note
This guide is created and maintained by [FonduemangVI](https://github.com/FonduemangVI) and [rg9400](https://github.com/rg9400)

@ -114,6 +114,15 @@
"value": "neko[ ._-]?(raws)"
}
},
{
"name": "New-raws",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "New[ ._-]?(raws)"
}
},
{
"name": "Ohys-Raws",
"implementation": "ReleaseTitleSpecification",

@ -24,6 +24,15 @@
"value": 8
}
},
{
"name": "Arg0",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Arg0)\\b"
}
},
{
"name": "Arid",
"implementation": "ReleaseTitleSpecification",

@ -120,7 +120,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(VARYG)\\b(?=.*Multi[ _-]?Sub)"
"value": "\\b(VARYG)\\b"
}
},
{
@ -129,7 +129,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(ZigZag)\\b(?=.*Multi[ _-]?Sub)"
"value": "\\[ZigZag\\]|-ZigZab\b"
}
}
]

@ -0,0 +1,46 @@
{
"trash_id": "a370d974bc7b80374de1d9ba7519760b",
"trash_scores": {
"default": 1
},
"name": "ABEMA",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "ABEMA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ABEMA[ ._-]?(TV)?)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "WEB",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1
}
}
]
}

@ -114,6 +114,15 @@
"value": "neko[ ._-]?(raws)"
}
},
{
"name": "New-raws",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "New[ ._-]?(raws)"
}
},
{
"name": "Ohys-Raws",
"implementation": "ReleaseTitleSpecification",

@ -33,6 +33,15 @@
"value": 1
}
},
{
"name": "Arg0",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Arg0)\\b"
}
},
{
"name": "Arid",
"implementation": "ReleaseTitleSpecification",

@ -129,7 +129,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(VARYG)\\b(?=.*Multi[ _-]?Sub)"
"value": "\\b(VARYG)\\b"
}
},
{
@ -138,7 +138,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(ZigZag)\\b(?=.*Multi[ _-]?Sub)"
"value": "\\[ZigZag\\]|-ZigZab\b"
}
}
]

@ -7,6 +7,7 @@
| [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} |
| [{{ sonarr['cf']['vrv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vrv) | {{ sonarr['cf']['vrv']['trash_scores']['default'] }} | {{ sonarr['cf']['vrv']['trash_id'] }} |
| [{{ sonarr['cf']['funi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#funi) | {{ sonarr['cf']['funi']['trash_scores']['default'] }} | {{ sonarr['cf']['funi']['trash_id'] }} |
| [{{ sonarr['cf']['abema']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#abema) | {{ sonarr['cf']['abema']['trash_scores']['default'] }} | {{ sonarr['cf']['abema']['trash_id'] }} |
| [{{ sonarr['cf']['french-adn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#adn) | {{ sonarr['cf']['french-adn']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['french-adn']['trash_id'] }} |
| [{{ sonarr['cf']['bglobal']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#b-global) | 0 | {{ sonarr['cf']['bglobal']['trash_id'] }} |
| [{{ sonarr['cf']['bilibili']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#bilibili) | 0 | {{ sonarr['cf']['bilibili']['trash_id'] }} |

Loading…
Cancel
Save