mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 03:12:04 +01:00
- Samsung .zip loader: auto-detect UTF-16 endianness and allow to change encoding after loading to UTF-16 LE/BE (some files use Little Endian format and show chinese characters when loaded with the default Big Endian format) - Customized column order is now preserved across file formats and input sources - Note about LG WebOS 5 files (e.g. CX series): It is still unclear what exact firmware version and conditions are needed to properly import a channel list. Users reported about varying success of an import, reaching from not possible at all, only after a factory reset, importing the same list twice or working just fine. The problems is not related to ChanSort, as it can be reproduced by exporting a list to USB, swapping channels in the TV's menu and trying to loading the previously exported list back. The TV may keep the swapped channels and show inconsistencies between the channel list in the settings menu and the EPG. - upgrade to DevExpress 20.1.4
This module allows loading of LG's GlobalClone*.TLL files. There seem to be different versions of this XML file format, depending on Series, Model and/or firmware version. 2013 LA-Series, 2014 LB55xx and LB56xx: <vchName> is binary data inside an UTF8 envelope. Once decoded, this data is correct. Some higher numbered models seem to exclusively support the GlobalClone and no longer have a binary TLL file, while lower numbered models export both files and can only load the binary file. <hexVchName> is not included in these models 2014 LB6xxx and higher: <vchName> is a readable text, but sometimes left empty and misses all local characters <hexVchName> may be present, depending on firmware. It contains a hex-encoded DVB encoded channel name with correct data.