mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 21:36:49 +01:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user