Logo
Explore Help
Register Sign In
Nemcio/ChanSort
1
0
Fork 0
You've already forked ChanSort
mirror of https://github.com/PredatH0r/ChanSort.git synced 2026-01-15 03:42:04 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
df5d8770be1fc017e52b89c62b4ff04d7cfbb2de
ChanSort/source/ChanSort.Loader.Sony/SerializerPlugin.cs

17 lines
362 B
C#
Raw Normal View History

- fixed 200MHz offset for Samsung DVB-C channels - added support for Sony channel lists (read-only at the moment) - added option to disable check for updates
2019-07-14 22:54:46 +02:00
using ChanSort.Api;
namespace ChanSort.Loader.Sony
{
public class SerializerPlugin : ISerializerPlugin
{
public string DllName { get; set; }
public string PluginName => "Sony sdb.xml";
- using custom %LOCALAPPDATA%\ChanSort\chansort.xml config file instead of standard .NET Settings with user.config - .sdx files supported by the "SilvaSchneider" loader are also used by ITT, Medion, Nabo, ok., PEAQ, Schaub Lorenz and, Telefunken - fixed Sony DVB-T channel lists - fixed using wrong loader, when a file type was selected in the OpenFileDialog
2019-07-20 14:54:01 +02:00
public string FileFilter => "*.xml";
- fixed 200MHz offset for Samsung DVB-C channels - added support for Sony channel lists (read-only at the moment) - added option to disable check for updates
2019-07-14 22:54:46 +02:00
public SerializerBase CreateSerializer(string inputFile)
{
return new Serializer(inputFile);
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 31ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API