TRaSH-Guides / Guides

Here you will find Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it.
https://trash-guides.info/
MIT License
1.84k stars 227 forks source link

HLG not included in SDR as HDR Format #1168

Closed dcglabs closed 1 year ago

dcglabs commented 1 year ago

https://github.com/TRaSH-/Guides/blob/master/docs/json/sonarr/cf/sdr.json https://github.com/TRaSH-/Guides/blob/master/docs/json/radarr/cf/sdr.json

      "name": "HDR Formats",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": false,
      "fields": {
        "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SiCFoI)\\b|\\b(PQ)\\b"

Doesn't include HLG. Thus when run on item with HLG it gets scored as SDR. Adding HLG allows for proper HLG scoring. \\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SiCFoI)\\b|\\b(PQ)\\b|\\b(HLG)\\b

TRaSH- commented 1 year ago

Thnx for reporting will be fixed as soon as PR #1169 has been merged