Skip to content

Commit

Permalink
fixed 2160 remux bug (#28)
Browse files Browse the repository at this point in the history
Fixed bug that was incorrectly prioritising WEBs in 2160p optimal profiles.
  • Loading branch information
santiagosayshey authored Feb 5, 2024
1 parent 495f7f6 commit 3ce31fc
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 4 deletions.
27 changes: 26 additions & 1 deletion imports/quality_profiles/radarr/2160p Optimal (Radarr).json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,31 @@
"minFormatScore": 0,
"cutoffFormatScore": 320,
"formatItems": [
{
"format": 344,
"name": "jennaortegaUHD",
"score": -99999
},
{
"format": 342,
"name": "Freeleech25",
"score": 3
},
{
"format": 341,
"name": "Freeleech50",
"score": 2
},
{
"format": 340,
"name": "Freeleech75",
"score": 1
},
{
"format": 339,
"name": "Freeleech100",
"score": 4
},
{
"format": 338,
"name": "TEST FLAC",
Expand All @@ -377,7 +402,7 @@
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
"score": 60
},
{
"format": 334,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,31 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 344,
"name": "jennaortegaUHD",
"score": -9999
},
{
"format": 342,
"name": "Freeleech25",
"score": 0
},
{
"format": 341,
"name": "Freeleech50",
"score": 0
},
{
"format": 340,
"name": "Freeleech75",
"score": 0
},
{
"format": 339,
"name": "Freeleech100",
"score": 0
},
{
"format": 338,
"name": "TEST FLAC",
Expand All @@ -377,7 +402,7 @@
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
"score": 60
},
{
"format": 334,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,21 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 229,
"name": "HR",
"score": 0
},
{
"format": 228,
"name": "MAX",
"score": 0
},
{
"format": 227,
"name": "h265 (4k)",
"score": 0
},
{
"format": 226,
"name": "PCM",
Expand All @@ -247,7 +262,7 @@
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
"score": 60
},
{
"format": 224,
Expand Down
17 changes: 16 additions & 1 deletion imports/quality_profiles/sonarr/2160p Optimal (Sonarr).json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,21 @@
"minFormatScore": 0,
"cutoffFormatScore": 320,
"formatItems": [
{
"format": 229,
"name": "HR",
"score": 0
},
{
"format": 228,
"name": "MAX",
"score": 0
},
{
"format": 227,
"name": "h265 (4k)",
"score": 0
},
{
"format": 226,
"name": "PCM",
Expand All @@ -247,7 +262,7 @@
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
"score": 60
},
{
"format": 224,
Expand Down

0 comments on commit 3ce31fc

Please sign in to comment.