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-02-20 21:36:49 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5e56653b79d760c196ab73badc7dfba7b04df3de
ChanSort/source/ChanSort.Loader.GlobalClone/GcChannel.cs

23 lines
421 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 System.Xml;
using ChanSort.Api;
namespace ChanSort.Loader.GlobalClone
{
internal class GcChannel : ChannelInfo
{
internal int Index;
internal XmlNode XmlNode;
fixed handling of program numbers for deleted channels: - after loading a list it is now ensures that if IsDeleted => OldProgramNr =-1 and for fixing bad files: if OldProgramNr == -1 => IsDeleted = true - while saving a list, if NewProgramNr == -1, the channel will be set to IsDeleted=true and temporarily gets a sequential NewProgramNr assigned, so that no "-1" or duplicate numbers end up in the file. Afterwards for deleted channels the NewProgramNr will be set back to -1. - GlobalClone files now set IsDeleted and IsDisabled if a channel was removed
2017-11-30 14:50:22 +01:00
internal bool IsDisabled;
- 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
#region ctor()
internal GcChannel(SignalSource source, int index, XmlNode node)
{
this.SignalSource = source;
this.Index = index;
this.XmlNode = node;
}
#endregion
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 78ms Template: 2ms
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