Radarr Naming

This commit is contained in:
soraefir
2026-05-21 02:14:33 +02:00
parent ce0797b73b
commit 775b0b4823

View File

@@ -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' \