Philips: Improved support for ChannelMap_xxx channel lists directory structure.

Selecting any .xml or .bin file in the folder will now load all DVB\*.xml files from the
channellib and s2channellib sub folders.

The Loader can now return multiple file names to the MainForm that it will use for backup/restore.
This commit is contained in:
hbeham
2019-11-17 14:56:19 +01:00
parent 737ce9d344
commit 0e7f810dd5
5 changed files with 194 additions and 61 deletions

View File

@@ -6,7 +6,7 @@ namespace ChanSort.Loader.PhilipsXml
{
public string DllName { get; set; }
public string PluginName => "Philips .xml";
public string FileFilter => "*.xml";
public string FileFilter => "*.xml;*.bin";
public SerializerBase CreateSerializer(string inputFile)
{