mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 21:25:45 +02:00
- 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:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user