diff --git a/docs/Sonarr/images/cfa-complete.png b/docs/Sonarr/images/cfa-complete.png index 36d38b923..787a2f7af 100644 Binary files a/docs/Sonarr/images/cfa-complete.png and b/docs/Sonarr/images/cfa-complete.png differ diff --git a/docs/Sonarr/images/cfa-da-scoring.png b/docs/Sonarr/images/cfa-da-scoring.png index 48c649a5d..d03f6128c 100644 Binary files a/docs/Sonarr/images/cfa-da-scoring.png and b/docs/Sonarr/images/cfa-da-scoring.png differ diff --git a/docs/Sonarr/images/cfa-default-scoring.png b/docs/Sonarr/images/cfa-default-scoring.png index a2d53727a..787a2f7af 100644 Binary files a/docs/Sonarr/images/cfa-default-scoring.png and b/docs/Sonarr/images/cfa-default-scoring.png differ diff --git a/docs/Sonarr/images/cfa-uncensored-scoring.png b/docs/Sonarr/images/cfa-uncensored-scoring.png index c17159ee0..d5d2aba65 100644 Binary files a/docs/Sonarr/images/cfa-uncensored-scoring.png and b/docs/Sonarr/images/cfa-uncensored-scoring.png differ diff --git a/docs/json/radarr/cf/anime-lq-groups.json b/docs/json/radarr/cf/anime-lq-groups.json index cb8b66413..d479c0b92 100644 --- a/docs/json/radarr/cf/anime-lq-groups.json +++ b/docs/json/radarr/cf/anime-lq-groups.json @@ -67,15 +67,6 @@ "value": "\\b(AhmadDev)\\b" } }, - { - "name": "Amb3r", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(Amb3r)\\b" - } - }, { "name": "Anime Chap", "implementation": "ReleaseTitleSpecification", @@ -1111,15 +1102,6 @@ "value": "\\b(VipapkStudios)\\b" } }, - { - "name": "VOSTFR", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(VOSTFR)\\b" - } - }, { "name": "Wardevil", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/sonarr/cf/anime-lq-groups.json b/docs/json/sonarr/cf/anime-lq-groups.json index 084f0db28..de1afc71f 100644 --- a/docs/json/sonarr/cf/anime-lq-groups.json +++ b/docs/json/sonarr/cf/anime-lq-groups.json @@ -67,15 +67,6 @@ "value": "\\b(AhmadDev)\\b" } }, - { - "name": "Amb3r", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(Amb3r)\\b" - } - }, { "name": "Anime Chap", "implementation": "ReleaseTitleSpecification", @@ -1111,15 +1102,6 @@ "value": "\\b(VipapkStudios)\\b" } }, - { - "name": "VOSTFR", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\b(VOSTFR)\\b" - } - }, { "name": "Wardevil", "implementation": "ReleaseTitleSpecification", diff --git a/docs/updates.txt b/docs/updates.txt index aa6a8ee68..21b4dca08 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,15 @@ +# 2023-01-18 23:15 +**[New]** +- None + +**[Updated]** +- [Guide] Removed Amb3r and VOSTFR from the Anime Low Quality Groups as these are French specific Anime groups. *PR#1101* +- [Guide] Added the standard Web Tiers to the Sonarr Anime guide with scoring that matches as some web groups do Anime releases now. *PR#1101* +- [Guide] Added VOSTFR with the score -10000 to the Sonarr and Radarr Anime guides as this is for French Anime only *PR#1101* + +**[Fixed]** +- None + # 2023-01-14 21:15 **[New]** - None diff --git a/includes/cf/radarr-anime.md b/includes/cf/radarr-anime.md index 46a94271e..79d6d776c 100644 --- a/includes/cf/radarr-anime.md +++ b/includes/cf/radarr-anime.md @@ -29,3 +29,4 @@ | [{{ radarr['cf']['10bit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#10bit) | 0 | {{ radarr['cf']['10bit']['trash_id'] }} | | [{{ radarr['cf']['anime-dual-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ radarr['cf']['anime-dual-audio']['trash_id'] }} | | [{{ radarr['cf']['dubs-only']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dubs-only) | {{ radarr['cf']['dubs-only']['trash_score'] }} | {{ radarr['cf']['dubs-only']['trash_id'] }} | + | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | -10000 | {{ radarr['cf']['french-vostfr']['trash_id'] }} | diff --git a/includes/cf/sonarr-anime.md b/includes/cf/sonarr-anime.md index 621225946..500a2fe50 100644 --- a/includes/cf/sonarr-anime.md +++ b/includes/cf/sonarr-anime.md @@ -11,12 +11,16 @@ | [{{ sonarr['cf']['anime-bd-tier-08-mini-encodes']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-bd-tier-08-mini-encodes) | {{ sonarr['cf']['anime-bd-tier-08-mini-encodes']['trash_score'] }} | {{ sonarr['cf']['anime-bd-tier-08-mini-encodes']['trash_id'] }} | | [{{ sonarr['cf']['anime-web-tier-01-muxers']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-01-muxers) | {{ sonarr['cf']['anime-web-tier-01-muxers']['trash_score'] }} | {{ sonarr['cf']['anime-web-tier-01-muxers']['trash_id'] }} | | [{{ sonarr['cf']['anime-web-tier-02-top-fansubs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-02-top-fansubs) | {{ sonarr['cf']['anime-web-tier-02-top-fansubs']['trash_score'] }} | {{ sonarr['cf']['anime-web-tier-02-top-fansubs']['trash_id'] }} | + | [{{ sonarr['cf']['web-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01) | 450 | {{ sonarr['cf']['web-tier-01']['trash_id'] }} | + | [{{ sonarr['cf']['web-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02) | 400 | {{ sonarr['cf']['web-tier-02']['trash_id'] }} | | [{{ sonarr['cf']['anime-web-tier-03-official-subs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-03-official-subs) | {{ sonarr['cf']['anime-web-tier-03-official-subs']['trash_score'] }} | {{ sonarr['cf']['anime-web-tier-03-official-subs']['trash_id'] }} | + | [{{ sonarr['cf']['web-tier-03']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03) | 350 | {{ sonarr['cf']['web-tier-03']['trash_id'] }} | | [{{ sonarr['cf']['anime-web-tier-04-official-subs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-04-official-subs) | {{ sonarr['cf']['anime-web-tier-04-official-subs']['trash_score'] }} | {{ sonarr['cf']['anime-web-tier-04-official-subs']['trash_id'] }} | | [{{ sonarr['cf']['anime-web-tier-05-fansubs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-05-fansubs) | {{ sonarr['cf']['anime-web-tier-05-fansubs']['trash_score'] }} | {{ sonarr['cf']['anime-web-tier-05-fansubs']['trash_id'] }} | | [{{ sonarr['cf']['anime-web-tier-06-fansubs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-06-fansubs) | {{ sonarr['cf']['anime-web-tier-06-fansubs']['trash_score'] }} | {{ sonarr['cf']['anime-web-tier-06-fansubs']['trash_id'] }} | | [{{ sonarr['cf']['anime-raws']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-raws) | {{ sonarr['cf']['anime-raws']['trash_score'] }} | {{ sonarr['cf']['anime-raws']['trash_id'] }} | | [{{ sonarr['cf']['anime-lq-groups']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-lq-groups) | {{ sonarr['cf']['anime-lq-groups']['trash_score'] }} | {{ sonarr['cf']['anime-lq-groups']['trash_id'] }} | + | [{{ sonarr['cf']['av1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#av1) | -10000 | {{ sonarr['cf']['av1']['trash_id'] }} | | [{{ sonarr['cf']['uncensored']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uncensored) | 0 | {{ sonarr['cf']['uncensored']['trash_id'] }} | | [{{ sonarr['cf']['v0']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v0) | {{ sonarr['cf']['v0']['trash_score'] }} | {{ sonarr['cf']['v0']['trash_id'] }} | | [{{ sonarr['cf']['v1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v1) | {{ sonarr['cf']['v1']['trash_score'] }} | {{ sonarr['cf']['v1']['trash_id'] }} | @@ -27,3 +31,4 @@ | [{{ sonarr['cf']['10bit']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#10bit) | 0 | {{ sonarr['cf']['10bit']['trash_id'] }} | | [{{ sonarr['cf']['anime-dual-audio']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ sonarr['cf']['anime-dual-audio']['trash_id'] }} | | [{{ sonarr['cf']['dubs-only']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dubs-only) | {{ sonarr['cf']['dubs-only']['trash_score'] }} | {{ sonarr['cf']['dubs-only']['trash_id'] }} | + | [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) | -10000 | {{ sonarr['cf']['french-vostfr']['trash_id'] }} |