Logo
Explore Help
Register Sign In
Nemcio/ChanSort
1
0
Fork 0
You've already forked ChanSort
mirror of https://github.com/PredatH0r/ChanSort.git synced 2026-01-14 11:22:03 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
c576b94de8e2614bfba1e8e1ed25c2bd260df06b
ChanSort/source/ChanSort.Loader.GlobalClone/GcSerializerPlugin.cs

16 lines
385 B
C#
Raw Normal View History

- added code to read binary TLL file for LB5xx series - added code to read GlobalClone XML file for LB6xx and later series
2014-05-25 16:13:15 +02:00
using ChanSort.Api;
namespace ChanSort.Loader.GlobalClone
{
public class GcSerializerPlugin : ISerializerPlugin
{
public string PluginName { get { return "LG GlobalClone"; } }
- added ServiceType for 4K-TV - prevent Panasonic channel list from having gaps in the numbers - support for mixed channel lists (analog/digital, air/cable/sat/ip, ...) - Sat-IP support for Panasonic - fixed GlobalClone loader to read satellite info and include it in the channel UID - detect "xx*.xml" files as GlobalClone (from hospitality TVs) - updated warning about LG webOS firmware issues (supposedly working with newest firmware) - upgrade to latest DevExpress library - show warning for broken Samsung files where all bytes are 0
2015-01-14 21:38:01 +01:00
public string FileFilter { get { return "*Clone*.tll;xx*.xml"; } }
- added code to read binary TLL file for LB5xx series - added code to read GlobalClone XML file for LB6xx and later series
2014-05-25 16:13:15 +02:00
public SerializerBase CreateSerializer(string inputFile)
{
return new GcSerializer(inputFile);
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 35ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API