From 7216aece5d9e1d395384898d932b9c2479ee6a43 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Mon, 4 Mar 2024 21:31:23 -0800 Subject: [PATCH] Make the text about adding the CF and setting the score in your profile a little clearer (#1828) --- .../Tips/How-to-setup-language-custom-formats.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Radarr/Tips/How-to-setup-language-custom-formats.md b/docs/Radarr/Tips/How-to-setup-language-custom-formats.md index 35adb0140..024706508 100644 --- a/docs/Radarr/Tips/How-to-setup-language-custom-formats.md +++ b/docs/Radarr/Tips/How-to-setup-language-custom-formats.md @@ -24,7 +24,7 @@ With this Custom Format you will get only the Movie/TV Show with the original la For this we're going to make use of so called reverse scoring. -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -44,7 +44,7 @@ With this Custom Format you will only get the Movie/TV Show in the English langu For this we're going to make use of so called reverse scoring. -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -68,7 +68,7 @@ With this Custom Format you will only get the Movie/TV Show with Dutch and/or Fl For this we're going to make use of so called reverse scoring. -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -87,7 +87,7 @@ Let's say you want German, but if German is not available then fall back to Orig !!! info "For languages other than German, replace the German condition with language of your choice." -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -95,7 +95,7 @@ Add the following json to your Radarr/Sonarr with a score of `-10000`. [[% filter indent(width=4) %]][[% include 'json/guide-only/language-not-original-or-german.json' %]][[% endfilter %]] ``` -Add the following json to your Radarr/Sonarr with a score of `10`. +Add the following json to your Radarr/Sonarr with a score in your profile of `10`. ??? example "JSON - [Click to show/hide]" @@ -113,7 +113,7 @@ Let's say you just want to prefer German and don't care if you get another rando !!! info "For languages other than German, replace the German condition with language of your choice." -Add the following json to your Radarr/Sonarr with a score of `10`. +Add the following json to your Radarr/Sonarr with a score in your profile of `10`. ??? example "JSON - [Click to show/hide]" @@ -135,7 +135,7 @@ In this example I will use Dutch and Flemish since a lot of Movies/TV Shows sinc !!! info "For languages other than Dutch/Flemish, replace the Dutch/Flemish condition with language of your choice." -Add the following json to your Radarr/Sonarr with a score of `10`. +Add the following json to your Radarr/Sonarr with a score in your profile of `10`. ??? example "JSON - [Click to show/hide]"