diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 2ebc337fa..ada1ac683 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -988,9 +988,11 @@ I also made 3 guides related to this one. ??? faq "DV (WEBDL) - [CLICK TO EXPAND]" This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback. + You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000` + This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision. - Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup. + Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors (typically a green hue) if you want to play it on a not Dolby Vision compatible setup. Remuxes and Bluray have a fallback to HDR10. diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 368f5ff5f..4c7f12bc4 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -934,9 +934,11 @@ I also made 3 guides related to this one. ??? faq "DV (WEBDL) - [CLICK TO EXPAND]" This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback. + You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000` + This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision. - Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup. + Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors (typically a green hue) if you want to play it on a not Dolby Vision compatible setup. Remuxes and Bluray have a fallback to HDR10. diff --git a/docs/updates.txt b/docs/updates.txt index 4e00a6ced..3f9b13168 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,18 @@ +# 2023-01-06 22:45 +**[Sonarr v4]** +- sync radarr to sonarr streaming CF. *PR#1063* + +**[Starr]** +- Updated: CF `DV HDR10` to match only `DV HDR10`. *PR#1065* + +**[Radarr]** +- Add: RlsGrp `CREATiVE24` to CF `LQ` Poorly named releases including "DTSHD-MA" as PCM WEBDLs as m2ts. *PR#1068* +- Add: `BCORE`(Bravia Core) to Streaming Services with a score of `15`. *PR#1026* +- Raised: CF `MA` Score to `20`. *PR#1026* + +**[Guide]** +- Fix: Emby/JF file naming scheme for imdbid. *PR#1071* + # 2023-01-03 22:30 **[Guide]** - Updated: Recommended naming scheme for the Starr apps. *PR#1062*