- switched to Hisense SQLite file format

This commit is contained in:
hbeham
2015-11-21 19:34:30 +01:00
parent ada0a52637
commit 893579d615
15 changed files with 314 additions and 157 deletions

View File

@@ -309,6 +309,7 @@ namespace ChanSort.Loader.Panasonic
this.Features.ChannelNameEdit = ChannelNameEditMode.None; // due to the chaos with binary data inside the "sname" string column, writing back a name has undesired side effects
this.Features.CanHaveGaps = false;
this.Features.EncryptedFlagEdit = true;
this.DataRoot.SortedFavorites = true;
this.DataRoot.AddChannelList(this.avbtChannels);