diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 44843d82c..a5d4bfada 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -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 %]] + ``` + +[TOP](#index) + +------ + ### ADN ADN = Animation Digital Network diff --git a/docs/Sonarr/sonarr-setup-quality-profiles-anime.md b/docs/Sonarr/sonarr-setup-quality-profiles-anime.md index 80d31f14c..ae90f0a90 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles-anime.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles-anime.md @@ -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) diff --git a/docs/json/radarr/cf/anime-lq-groups.json b/docs/json/radarr/cf/anime-lq-groups.json index c8fa96ee9..426968580 100644 --- a/docs/json/radarr/cf/anime-lq-groups.json +++ b/docs/json/radarr/cf/anime-lq-groups.json @@ -42,15 +42,6 @@ "value": "\\b(A-Destiny)\\b" } }, - { - "name": "AbemaTV", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(AbemaTV)\\b" - } - }, { "name": "AceAres", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/radarr/cf/anime-raws.json b/docs/json/radarr/cf/anime-raws.json index 94769c80c..83c8dda30 100644 --- a/docs/json/radarr/cf/anime-raws.json +++ b/docs/json/radarr/cf/anime-raws.json @@ -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", diff --git a/docs/json/radarr/cf/anime-web-tier-01-muxers.json b/docs/json/radarr/cf/anime-web-tier-01-muxers.json index a95eb509d..3805b7796 100644 --- a/docs/json/radarr/cf/anime-web-tier-01-muxers.json +++ b/docs/json/radarr/cf/anime-web-tier-01-muxers.json @@ -24,6 +24,15 @@ "value": 8 } }, + { + "name": "Arg0", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Arg0)\\b" + } + }, { "name": "Arid", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/radarr/cf/anime-web-tier-04-official-subs.json b/docs/json/radarr/cf/anime-web-tier-04-official-subs.json index 5cd29b6ce..5d3bbb50d 100644 --- a/docs/json/radarr/cf/anime-web-tier-04-official-subs.json +++ b/docs/json/radarr/cf/anime-web-tier-04-official-subs.json @@ -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" } } ] diff --git a/docs/json/sonarr/cf/abema.json b/docs/json/sonarr/cf/abema.json new file mode 100644 index 000000000..e61134fd3 --- /dev/null +++ b/docs/json/sonarr/cf/abema.json @@ -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 + } + } + ] +} diff --git a/docs/json/sonarr/cf/anime-lq-groups.json b/docs/json/sonarr/cf/anime-lq-groups.json index 6105b0001..977712578 100644 --- a/docs/json/sonarr/cf/anime-lq-groups.json +++ b/docs/json/sonarr/cf/anime-lq-groups.json @@ -42,15 +42,6 @@ "value": "\\b(A-Destiny)\\b" } }, - { - "name": "AbemaTV", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(AbemaTV)\\b" - } - }, { "name": "AceAres", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/sonarr/cf/anime-raws.json b/docs/json/sonarr/cf/anime-raws.json index 4597eb803..bc94bcf40 100644 --- a/docs/json/sonarr/cf/anime-raws.json +++ b/docs/json/sonarr/cf/anime-raws.json @@ -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", diff --git a/docs/json/sonarr/cf/anime-web-tier-01-muxers.json b/docs/json/sonarr/cf/anime-web-tier-01-muxers.json index f10edf945..8cffe9a47 100644 --- a/docs/json/sonarr/cf/anime-web-tier-01-muxers.json +++ b/docs/json/sonarr/cf/anime-web-tier-01-muxers.json @@ -33,6 +33,15 @@ "value": 1 } }, + { + "name": "Arg0", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Arg0)\\b" + } + }, { "name": "Arid", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json b/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json index e7f1b1e91..0fdaed019 100644 --- a/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json +++ b/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json @@ -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" } } ] diff --git a/docs/updates.txt b/docs/updates.txt index d8b6a0ae9..2f6d6c676 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,16 @@ +# 2023-12-13 01:00 +- [feat(radarr-anime): Add New-raws to anime-raws](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(radarr-anime): Add Arg0 to anime-web-tier-01](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(radarr-anime): Update VARYG and ZigZag Regex in anime-web-tier-04](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(radarr-anime): Remove AbemaTV Streaming Service from anime-lq-groups](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(sonarr-anime): Add New-raws to anime-raws](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(sonarr-anime): Add Arg0 to anime-web-tier-01](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(sonarr-anime): Update VARYG and ZigZag Regex in anime-web-tier-04](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(sonarr-anime): Add AbemaTV Streaming Service CF](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(sonarr-anime): Remove AbemaTV Streaming Service from anime-lq-groups](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [feat(sonarr-anime): Update Anime Guide pages for new AbemaTV Streaming Service CF](https://github.com/TRaSH-Guides/Guides/pull/1681) +- [fix(sonarr-anime): Fix broken URL for sonarr version on guide page](https://github.com/TRaSH-Guides/Guides/pull/1668) + # 2023-12-06 21:00 - [fix(compose): cr.hotio.dev -> ghcr.io](https://github.com/TRaSH-Guides/Guides/pull/1665) - [fix(guide): corrected grammar and typo: audio-info.md](https://github.com/TRaSH-Guides/Guides/pull/1663) diff --git a/includes/cf/sonarr-streaming-services-anime.md b/includes/cf/sonarr-streaming-services-anime.md index f6afbcd9e..2428b91d0 100644 --- a/includes/cf/sonarr-streaming-services-anime.md +++ b/includes/cf/sonarr-streaming-services-anime.md @@ -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'] }} |