mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-13 07:20:17 +01:00
- 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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user