- LG GlobalClone: added support for additional favorites (A-H) and individual fav sorting when supported by the TV

- LG GlobalClone: data/option channels were not listed before and are now shown in the TV channel list
- added function to copy list to clipboard (which can then be pasted into Excel or other programs)
This commit is contained in:
hbeham
2019-08-13 13:29:59 +02:00
parent 0c348ed151
commit 8923ce4c83
14 changed files with 372 additions and 428 deletions

View File

@@ -5,7 +5,7 @@ namespace ChanSort.Api
{
public class ChannelInfo
{
private const int MAX_FAV_LISTS = 5;
private const int MAX_FAV_LISTS = 16;
private string uid;
private string serviceTypeName;

View File

@@ -73,7 +73,7 @@ namespace ChanSort.Api
#endregion
[Flags]
public enum Favorites : byte { A = 0x01, B = 0x02, C = 0x04, D = 0x08, E = 0x10 }
public enum Favorites : byte { A = 0x01, B = 0x02, C = 0x04, D = 0x08, E = 0x10, F=0x20, G=0x40, H=0x80 }
public enum UnsortedChannelMode
{