Block Dolby Vision from playing in profile. (not fully working due to upstream bug)

This commit is contained in:
Ian Walton 2023-02-14 17:12:45 -05:00
parent b78e06a6b8
commit dc8f16c58d

View File

@ -84,7 +84,18 @@ function getDeviceProfile() {
'DirectPlayProfiles': [{'Type': 'Video'}, {'Type': 'Audio'}, {'Type': 'Photo'}],
'ResponseProfiles': [],
'ContainerProfiles': [],
'CodecProfiles': [],
'CodecProfiles': [
{
'Type': 'Video',
'Conditions': [
{
'Condition': 'NotEquals',
'Property': 'VideoRangeType',
'Value': 'DOVI'
}
]
}
],
'SubtitleProfiles': [
{'Format': 'srt', 'Method': 'External'},
{'Format': 'srt', 'Method': 'Embed'},