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-13 10:52:05 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
c576b94de8e2614bfba1e8e1ed25c2bd260df06b
ChanSort/source/ChanSort.Loader.Panasonic/SerializerPlugin.cs

16 lines
365 B
C#
Raw Normal View History

- added code to read Toshiba channel list (*.db) - code cleanup
2013-04-12 00:47:50 +02:00
using ChanSort.Api;
namespace ChanSort.Loader.Panasonic
{
public class SerializerPlugin : ISerializerPlugin
{
- added experimental support for Loewe / Hisense 2017 servicelist.db file format - show error message when trying to open a .zip file that doen't contain the expected files of a Samsung J series or Toshiba .zip channel list - show error message when trying to open a broken .zip file, which is most likely caused by exporting to a USB stick formatted with NTFS - allow changing the "crypt" flag for Samsung .scm lists - iterating through loaders supporting a file extension till one can read the file
2017-06-08 20:01:42 +02:00
public string PluginName { get { return "Panasonic"; } }
added support for Panasonic channel lists (svl.bin and svl.db format)
2013-06-25 23:45:40 +02:00
public string FileFilter { get { return "*.db;*.bin"; } }
- added code to read Toshiba channel list (*.db) - code cleanup
2013-04-12 00:47:50 +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: 87ms Template: 2ms
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