- improved tv.db/idtvChannel.bin support (e.g. Panasonic LSW500, LXW700)

- fixed error when changing "Auto hide/unhide columns" option while no list is loaded
- added "Feature" to serializers so they can enforce that all TV channels must come before Radio and Data (but share a common number sequence)
This commit is contained in:
Horst Beham
2023-10-28 21:28:02 +02:00
parent 5476e1f40e
commit 6134eb3eb5
7 changed files with 115 additions and 11 deletions

View File

@@ -133,6 +133,7 @@ internal class IdtvChannelSerializer : SerializerBase
this.Features.FavoritesMode = FavoritesMode.Flags;
this.Features.DeleteMode = DeleteMode.FlagWithPrNr;
this.Features.EnforceTvBeforeRadioBeforeData = true;
this.DataRoot.AddChannelList(new ChannelList(SignalSource.Antenna | SignalSource.Tv | SignalSource.Radio, "Antenna"));
this.DataRoot.AddChannelList(new ChannelList(SignalSource.Cable | SignalSource.Tv | SignalSource.Radio, "Cable"));