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-15 11:52:04 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
9dc520e22e60e9b75ea24dcd5d833fd39ca65f2f
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: 201ms Template: 5ms
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