Thanks. Your Powershell script, posted separately, helped me see how the TINFO lines are formatted, and how that relates to the data contained within. In particular, I think there's a lot of value in your Attributes array, which I don't see elsewhere documented:
Code: Select all
$Attributes = @(
"Unknown","Type","Name","LangCode","LangName","CodecId","CodecShort","CodecLong","ChapterCount","Duration","DiskSize","DiskSizeBytes","StreamTypeExtension","Bitrate","AudioChannelsCount","AngleInfo","SourceFileName","AudioSampleRate","AudioSampleSize","VideoSize","VideoAspectRatio","VideoFrameRate","StreamFlags","DateTime","OriginalTitleId","SegmentsCount","SegmentsMap","OutputFileName","MetadataLanguageCode","MetadataLanguageName","TreeInfo","PanelTitle","VolumeName","OrderWeight","OutputFormat","OutputFormatDescription","SeamlessInfo","PanelText","MkvFlags","MkvFlagsText","AudioChannelLayoutName","OutputCodecShort","OutputConversionType","OutputAudioSampleRate","OutputAudioSampleSize","OutputAudioChannelsCount","OutputAudioChannelLayoutName","OutputAudioChannelLayout","OutputAudioMixDescription"
)