diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 8cdb4b7f1..ef1eb43d3 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -34,7 +34,7 @@ I also made 3 guides related to this one. | Audio Advanced #1 | Audio Advanced #2 | Audio Channels | HDR Formats | | ------------------------------------- | ------------------------- | ---------------------------- | --------------------------------- | -| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10Plus](#dv-hdr10plus) | +| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10+](#dv-hdr10plus) | | [DTS X](#dts-x) | [PCM](#pcm) | [2.0 Stereo](#20-stereo) | [DV HDR10](#dv-hdr10) | | [ATMOS (undefined)](#atmos-undefined) | [DTS-HD HRA](#dts-hd-hra) | [3.0 Sound](#30-sound) | [DV](#dv) | | [DD+ ATMOS](#ddplus-atmos) | [AAC](#aac) | [4.0 Sound](#40-sound) | [DV HLG](#dv-hlg) | @@ -514,7 +514,7 @@ I also made 3 guides related to this one. Dolby Vision = DoVi = DV -??? question "DV HDR10 - [Click to show/hide]" +??? question "DV HDR10+ - [Click to show/hide]" Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index d12d30c15..bc10ad132 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -32,7 +32,7 @@ I also made 3 guides related to this one. | Audio Advanced #1 | Audio Advanced #2 | Audio Channels | HDR Formats | | ------------------------------------- | ------------------------- | ---------------------------- | --------------------------------- | -| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10Plus](#dv-hdr10plus) | +| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10+](#dv-hdr10plus) | | [DTS X](#dts-x) | [PCM](#pcm) | [2.0 Stereo](#20-stereo) | [DV HDR10](#dv-hdr10) | | [ATMOS (undefined)](#atmos-undefined) | [DTS-HD HRA](#dts-hd-hra) | [3.0 Sound](#30-sound) | [DV](#dv) | | [DD+ ATMOS](#ddplus-atmos) | [AAC](#aac) | [4.0 Sound](#40-sound) | [DV HLG](#dv-hlg) | @@ -83,6 +83,7 @@ I also made 3 guides related to this one. ------ +======= | Misc | Optional | French Audio Version | French Source Groups | | ------------------------------ | ----------------------------------- | ----------------------------- | --------------------------------------------- | | [MPEG2](#mpeg2) | [AV1](#av1) | [Multi-French](#multi-french) | [FR Remux Tier 01](#fr-remux-tier-01) | @@ -531,7 +532,7 @@ I also made 3 guides related to this one. Dolby Vision = DoVi = DV -??? question "DV HDR10 - [Click to show/hide]" +??? question "DV HDR10+ - [Click to show/hide]" Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. diff --git a/docs/json/radarr/cf/dv-hdr10plus.json b/docs/json/radarr/cf/dv-hdr10plus.json index 59c7ce61a..53d0a5d8e 100644 --- a/docs/json/radarr/cf/dv-hdr10plus.json +++ b/docs/json/radarr/cf/dv-hdr10plus.json @@ -4,11 +4,11 @@ "default": 1600 }, "trash_regex": "https://regex101.com/r/60gMpz/1", - "name": "DV HDR10Plus", + "name": "DV HDR10+", "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "DV HDR10Plus", + "name": "DV HDR10+", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, diff --git a/docs/json/sonarr/cf/dv-hdr10plus.json b/docs/json/sonarr/cf/dv-hdr10plus.json index c1f2665ae..bb10c71fa 100644 --- a/docs/json/sonarr/cf/dv-hdr10plus.json +++ b/docs/json/sonarr/cf/dv-hdr10plus.json @@ -4,11 +4,11 @@ "default": 1600 }, "trash_regex": "https://regex101.com/r/60gMpz/1", - "name": "DV HDR10Plus", + "name": "DV HDR10+", "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "DV HDR10Plus", + "name": "DV HDR10+", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true,