fix(starr): Increase the max custom format score of the german guide to be more than whats really actually possible (#2224)

* Fix: max custom format score to more than the actual max custom format score

* Fix: adjust scoring in the quality profile jsons

---------

Co-authored-by: Lokilicious <mail.lokilicious.work>
pull/2226/head
Lokilicious 1 month ago committed by GitHub
parent c4962b9ec4
commit 08287f49ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 KiB

After

Width:  |  Height:  |  Size: 321 KiB

@ -75,7 +75,7 @@ There are a couple of changes that are needed for German Custom Formats to work
Radarr supports the ISO-2 naming convention for naming movies, so replacing `{Movie CleanTitle}` with `{Movie CleanTitle:de}` will change the name to its German version.
??? abstract "Set the Maximum Custom Format Score - [Click to show/hide]"
To allow upgradeability to the best possible quality, we set the `Upgrade Until Custom Format Score` to `25k`, which is more than the highest reachable score.
To allow upgradeability to the best possible quality, we set the `Upgrade Until Custom Format Score` to `35k`, which is more than the highest reachable score.
!!! tip "Tip"
If you want to stop upgrades at a specific score, feel free to adapt this setting based on your needs.

@ -66,7 +66,7 @@ There are a couple of changes that are needed for German Custom Formats to work
Please have a look here: [Recommended naming scheme](/Sonarr/Sonarr-recommended-naming-scheme/){:target="_blank" rel="noopener noreferrer"}.
??? abstract "Set the Maximum Custom Format Score - [Click to show/hide]"
To allow upgradeability to the best possible quality, we set the `Upgrade Until Custom Format Score` to `25k`, which is more than the highest reachable score.
To allow upgradeability to the best possible quality, we set the `Upgrade Until Custom Format Score` to `35k`, which is more than the highest reachable score.
!!! tip "Tip"
If you want to stop upgrades at a specific score, feel free to adapt this setting based on your needs.

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"language":"Any",
"items": [

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"language":"Any",
"items": [

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"language":"Any",
"items": [

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"language":"Any",
"items": [

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"items": [
{ "name": "Unknown", "allowed": false },

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"items": [
{ "name": "Unknown", "allowed": false },

@ -6,7 +6,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"items": [
{ "name": "Unknown", "allowed": false },

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"items": [
{ "name": "Unknown", "allowed": false },

@ -7,7 +7,7 @@
"upgradeAllowed": true,
"cutoff": "Merged QPs",
"minFormatScore": 0,
"cutoffFormatScore": 25000,
"cutoffFormatScore": 35000,
"minUpgradeFormatScore": 1,
"items": [
{ "name": "Unknown", "allowed": false },

Loading…
Cancel
Save