PDA

View Full Version : [ViX_Misc] ServiceInfo.py --> IS_MULTICHANNEL needs fixing



Orlandox
15-05-22, 14:05
Hello,

Is it possible to add more multichannel types to ServiceInfo.py like at Openbh ? Thank you.

OpenViX : if description in ("AC3", "AC-3", "DTS"):

Openbh : if description and description.split()[0] in ("AC3", "AC-3", "A_AC3", "A_AC-3", "A-AC-3", "E-AC-3", "A_EAC3", "DTS", "DTS-HD", "AC4", "LPCM", "Dolby", "HE-AAC"):