- Added support for Toshiba *.zip channel list (chmgt.db, ... SQLite files)

This commit is contained in:
hbeham
2013-04-11 01:38:37 +02:00
parent e3387422b5
commit 63aefd0cad
11 changed files with 285 additions and 120 deletions

View File

@@ -4,8 +4,8 @@ namespace ChanSort.Loader.DbFile
{
public class DbSerializerPlugin : ISerializerPlugin
{
public string PluginName { get { return "Toshiba chmgt.db"; } }
public string FileFilter { get { return "chmgt.db"; } }
public string PluginName { get { return "Toshiba *.zip"; } }
public string FileFilter { get { return "*.zip"; } }
public SerializerBase CreateSerializer(string inputFile)
{