Fixed: Bump media info revision for DV HDR10Plus
This commit is contained in:
parent
8ff6354d44
commit
e291834393
|
@ -22,7 +22,7 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
||||||
private readonly List<FFProbePixelFormat> _pixelFormats;
|
private readonly List<FFProbePixelFormat> _pixelFormats;
|
||||||
|
|
||||||
public const int MINIMUM_MEDIA_INFO_SCHEMA_REVISION = 8;
|
public const int MINIMUM_MEDIA_INFO_SCHEMA_REVISION = 8;
|
||||||
public const int CURRENT_MEDIA_INFO_SCHEMA_REVISION = 8;
|
public const int CURRENT_MEDIA_INFO_SCHEMA_REVISION = 9;
|
||||||
|
|
||||||
private static readonly string[] ValidHdrColourPrimaries = { "bt2020" };
|
private static readonly string[] ValidHdrColourPrimaries = { "bt2020" };
|
||||||
private static readonly string[] HlgTransferFunctions = { "bt2020-10", "arib-std-b67" };
|
private static readonly string[] HlgTransferFunctions = { "bt2020-10", "arib-std-b67" };
|
||||||
|
|
|
@ -686,7 +686,7 @@ namespace NzbDrone.Core.Organizer
|
||||||
new Dictionary<string, int>(FileNameBuilderTokenEqualityComparer.Instance)
|
new Dictionary<string, int>(FileNameBuilderTokenEqualityComparer.Instance)
|
||||||
{
|
{
|
||||||
{ MediaInfoVideoDynamicRangeToken, 5 },
|
{ MediaInfoVideoDynamicRangeToken, 5 },
|
||||||
{ MediaInfoVideoDynamicRangeTypeToken, 8 }
|
{ MediaInfoVideoDynamicRangeTypeToken, 9 }
|
||||||
};
|
};
|
||||||
|
|
||||||
private void AddMediaInfoTokens(Dictionary<string, Func<TokenMatch, string>> tokenHandlers, EpisodeFile episodeFile)
|
private void AddMediaInfoTokens(Dictionary<string, Func<TokenMatch, string>> tokenHandlers, EpisodeFile episodeFile)
|
||||||
|
|
Loading…
Reference in New Issue