mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 11:22:03 +01:00
- added a "DllName" property to all loaders (set automatically in the main app) for improved error output
- added a "View" class that lets loaders show a dialog prompt without adding direct references to DX assemblies
- Samsung SCM loader now prompts for TV series if it can't be auto-detected uniquely
- added fixes for Samsung .zip format from 288adf7bd2
- added popup to open download page for VC2010 x86 redist if not installed (needed to open SQLite files)
- added hack to work around a problem in the SharpZipLib when Windows returns an invalid code page
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.