exerimental support for Hisense's new channellist.db format

This commit is contained in:
hbeham
2017-03-31 16:55:37 +02:00
parent 09255695fc
commit 16b3f3fbc0
18 changed files with 1651 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ namespace ChanSort.Loader.Hisense
#if HISENSE_ENABLED
public class HisDbSerializerPlugin : ISerializerPlugin
{
public string PluginName => "Hisense *.db";
public string PluginName => "Hisense channel.db";
public string FileFilter => "channel*.db";
#region CreateSerializer()