diff --git a/recyclarr-configs/radarr/hd_bluray_web.yml b/recyclarr-configs/radarr/hd-bluray-web.yml similarity index 100% rename from recyclarr-configs/radarr/hd_bluray_web.yml rename to recyclarr-configs/radarr/hd-bluray-web.yml diff --git a/recyclarr-configs/radarr/remux_web_1080p.yml b/recyclarr-configs/radarr/remux-web-1080p.yml similarity index 100% rename from recyclarr-configs/radarr/remux_web_1080p.yml rename to recyclarr-configs/radarr/remux-web-1080p.yml diff --git a/recyclarr-configs/radarr/remux_web_2160p.yml b/recyclarr-configs/radarr/remux-web-2160p.yml similarity index 100% rename from recyclarr-configs/radarr/remux_web_2160p.yml rename to recyclarr-configs/radarr/remux-web-2160p.yml diff --git a/recyclarr-configs/radarr/uhd_bluray_web.yml b/recyclarr-configs/radarr/uhd-bluray-web.yml similarity index 100% rename from recyclarr-configs/radarr/uhd_bluray_web.yml rename to recyclarr-configs/radarr/uhd-bluray-web.yml diff --git a/recyclarr-configs/sonarr/french_anime_multi_v4.yml b/recyclarr-configs/sonarr/french-anime-multi-v4.yml similarity index 100% rename from recyclarr-configs/sonarr/french_anime_multi_v4.yml rename to recyclarr-configs/sonarr/french-anime-multi-v4.yml diff --git a/recyclarr-configs/sonarr/french_anime_vostfr_v4.yml b/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml similarity index 100% rename from recyclarr-configs/sonarr/french_anime_vostfr_v4.yml rename to recyclarr-configs/sonarr/french-anime-vostfr-v4.yml diff --git a/recyclarr-configs/sonarr/french_web_1080p_multi_v4.yml b/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml similarity index 100% rename from recyclarr-configs/sonarr/french_web_1080p_multi_v4.yml rename to recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml diff --git a/recyclarr-configs/sonarr/french_web_1080p_vostfr_v4.yml b/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml similarity index 100% rename from recyclarr-configs/sonarr/french_web_1080p_vostfr_v4.yml rename to recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml diff --git a/recyclarr-configs/sonarr/web_1080p_v4.yml b/recyclarr-configs/sonarr/web-1080p-v4.yml similarity index 100% rename from recyclarr-configs/sonarr/web_1080p_v4.yml rename to recyclarr-configs/sonarr/web-1080p-v4.yml diff --git a/recyclarr-configs/sonarr/web_2160p_v4.yml b/recyclarr-configs/sonarr/web-2160p-v4.yml similarity index 100% rename from recyclarr-configs/sonarr/web_2160p_v4.yml rename to recyclarr-configs/sonarr/web-2160p-v4.yml diff --git a/recyclarr-configs/templates.json b/recyclarr-configs/templates.json index 8b89af476..faada2f3e 100644 --- a/recyclarr-configs/templates.json +++ b/recyclarr-configs/templates.json @@ -1,19 +1,19 @@ { "radarr": [ { - "template": "radarr/hd_bluray_web.yml", + "template": "radarr/hd-bluray-web.yml", "id": "hd-bluray-web" }, { - "template": "radarr/uhd_bluray_web.yml", + "template": "radarr/uhd-bluray-web.yml", "id": "uhd-bluray-web" }, { - "template": "radarr/remux_web_1080p.yml", + "template": "radarr/remux-web-1080p.yml", "id": "remux-web-1080p" }, { - "template": "radarr/remux_web_2160p.yml", + "template": "radarr/remux-web-2160p.yml", "id": "remux-web-2160p" }, { @@ -39,27 +39,27 @@ ], "sonarr": [ { - "template": "sonarr/french_anime_multi_v4.yml", + "template": "sonarr/french-anime-multi-v4.yml", "id": "french-anime-multi-v4" }, { - "template": "sonarr/french_anime_vostfr_v4.yml", + "template": "sonarr/french-anime-vostfr-v4.yml", "id": "french-anime-vostfr-v4" }, { - "template": "sonarr/french_web_1080p_multi_v4.yml", + "template": "sonarr/french-web-1080p-multi-v4.yml", "id": "french-web-1080p-multi-v4" }, { - "template": "sonarr/french_web_1080p_vostfr_v4.yml", + "template": "sonarr/french-web-1080p-vostfr-v4.yml", "id": "french-web-1080p-vostfr-v4" }, { - "template": "sonarr/web_1080p_v4.yml", + "template": "sonarr/web-1080p-v4.yml", "id": "web-1080p-v4" }, { - "template": "sonarr/web_2160p_v4.yml", + "template": "sonarr/web-2160p-v4.yml", "id": "web-2160p-v4" } ] diff --git a/sitemap.xml.gz b/sitemap.xml.gz index a03983c7f..985d6f9e8 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/updates.txt b/updates.txt index 10bdf4709..51a45de3d 100644 --- a/updates.txt +++ b/updates.txt @@ -1,3 +1,14 @@ +# 2023-02-17 14:50 +**[New]** +- [Sonarr] Added Comedy Central streaming service to the Sonarr custom formats and release propfile. + +**[Updated]** +- [Radarr] Added RlsGrp `PiRaTeS` to CF 'LQ' - We have been seeing releases from this group lately and their releases seem pretty low quality (artifacting in dark scenes). +- [Radarr] Added RlsGrp `TvR` to CF `Bad Dual Audio` - Because first audio is always german despite not being labeled as such. + +**[Fixed]** +- None + # 2023-02-07 20:45 **[New]** - None