Indicate non-HDR with "SDR"
Posted: 07 Oct 2024, 08:43
Non-HDR content shows an undefined value or blank space
Here is the format I want to update with an HDR tag at the end before the close bracket ]
The problem is that an SDR file will have a (blank) space before the close bracket ] ie. "H.265 ]" instead of "H.265]"
1. What would I need to add to this so that non-HDR files are labeled "SDR"?
2. Alternatively, what would I need to add if I wanted non-HDR files to simply have no tag? to end with {vc} and no space before the ]
Here is the format I want to update with an HDR tag at the end before the close bracket ]
Format: Select all
{n} - {s00e00} - {t} - [{airdate} {vf} {mbps} {aco.replace('DTS-HD Master Audio','DTS-HD').replace ('Dolby TrueHD with Dolby Atmos','TrueHD')} {af} {video[0].FrameRate} {vc.replace('Microsoft','VC-1').replace('AVC','H.264').replace('HEVC','H.265')} {hdr.replace('Dolby Vision','DoVi')}]
1. What would I need to add to this so that non-HDR files are labeled "SDR"?
2. Alternatively, what would I need to add if I wanted non-HDR files to simply have no tag? to end with {vc} and no space before the ]