- LG GlobalClone: Favorites were not loaded correctly into ChanSort

- LG GlobalClone: some changes that might fix problems where the TV didn't work properly
  with an importet list (ChanSort now modifies less data in the file)
- Menu items for hide/unhide, skip/unskip, lock/unlock are now disabled when these features are not supported by the
  channel list file format
- Applying a .txt reference list (which doesn't contain information about skip/lock/hide) will no longer clear these
  flags in the current channel list
This commit is contained in:
hbeham
2019-11-24 20:00:48 +01:00
parent cdd7c219a1
commit 9ba8a357ed
18 changed files with 107 additions and 18 deletions

View File

@@ -77,6 +77,9 @@ namespace ChanSort.Loader.LG
{
this.Features.ChannelNameEdit = ChannelNameEditMode.Analog;
this.Features.DeleteMode = DeleteMode.FlagWithoutPrNr;
this.Features.CanSkipChannels = true;
this.Features.CanLockChannels = true;
this.Features.CanHideChannels = true;
this.Features.CanHaveGaps = true;
this.Features.DeviceSettings = true;
this.Features.CleanUpChannelData = true;