Skip to content

Commit

Permalink
fix(guides): Add missing HDR10+ Boost and DV HDR10+ Boost custom form…
Browse files Browse the repository at this point in the history
…ats to profile JSONs (#2106)

Add HDR10+ Boost and DV HDR10+ Boost custom formats to profile JSONs that were missing them.
  • Loading branch information
yammes08 authored Oct 21, 2024
1 parent 6c35bdd commit 6676f00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/json/radarr/cf-groups/misc-uhd-optional.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"trash_id": "dc98083864ea246d05a42df0d05f81cc",
"required": false
},
{
"name": "HDR10+ Boost",
"trash_id": "b17886cb4158d9fea189859409975758",
"required": false
},
{
"name": "DV HDR10+ Boost",
"trash_id": "55a5b50cb416dea5a50c4955896217ab",
"required": false
},
{
"name": "SDR",
"trash_id": "9c38ebb7384dada637be8899efa68e6f",
Expand Down
5 changes: 5 additions & 0 deletions docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"name": "HDR10+ Boost",
"trash_id": "b17886cb4158d9fea189859409975758",
"required": false
},
{
"name": "DV HDR10+ Boost",
"trash_id": "55a5b50cb416dea5a50c4955896217ab",
"required": false
}
],
"quality_profiles": {
Expand Down

0 comments on commit 6676f00

Please sign in to comment.