From 775b0b4823acd7188eb9e0c7bf9abb26abf61e51 Mon Sep 17 00:00:00 2001 From: soraefir Date: Thu, 21 May 2026 02:14:33 +0200 Subject: [PATCH] Radarr Naming --- modules/server/containers/apps/servarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/apps/servarr.nix b/modules/server/containers/apps/servarr.nix index 51f6541..59e11ea 100644 --- a/modules/server/containers/apps/servarr.nix +++ b/modules/server/containers/apps/servarr.nix @@ -443,7 +443,7 @@ in ${pkgs.curl}/bin/curl -s -X POST "$RADARR_URL/api/v3/config/naming" \ -H "X-Api-Key: $RADARR__AUTH__APIKEY" -H 'X-Radarr-Client: true' \ -H 'Accept: application/json' -H 'Content-Type: application/json' \ - -d '{"renameEpisodes":true,"replaceIllegalCharacters":true,"colonReplacementFormat":4,"customColonReplacementFormat":"","multiEpisodeStyle":5,"standardEpisodeFormat":"{Series Title} - S{season:00}E{episode:00} - {Episode Title} {Quality Full}","dailyEpisodeFormat":"{Series Title} - {Air-Date} - {Episode Title} {Quality Full}","animeEpisodeFormat":"{Series Title} - S{season:00}E{episode:00} - {Episode Title} {Quality Full}","seriesFolderFormat":"{Series Title}","seasonFolderFormat":"Season {season}","specialsFolderFormat":"Specials","id":1}' + -d '{"renameMovies":true,"replaceIllegalCharacters":true,"colonReplacementFormat":"smart","standardMovieFormat":"{Movie Title} ({Release Year}) {Quality Full}","movieFolderFormat":"{Movie Title} ({Release Year})","id":1}' RADARR_QP=$(${pkgs.curl}/bin/curl -s -X GET "$RADARR_URL/api/v3/qualityprofile" \ -H "X-Api-Key: $RADARR__AUTH__APIKEY" -H 'X-Radarr-Client: true' \