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 19:02:05 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
c576b94de8e2614bfba1e8e1ed25c2bd260df06b
ChanSort/source/ChanSort.Loader.Samsung/ScmSerializerPlugin.cs

16 lines
373 B
C#
Raw Normal View History

initial import
2013-03-31 14:09:38 +02:00
using ChanSort.Api;
- renamed loaders - added experimental support for Panasonic - fixed Encrypted-flag detection for Samsung Analog and DVB-C/T channels - text editors now only open after holding the mouse button for 0.5sec - new menu item/button for deleting channels from the right list
2013-04-21 22:04:06 +02:00
namespace ChanSort.Loader.Samsung
initial import
2013-03-31 14:09:38 +02:00
{
public class ScmSerializerPlugin : 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 "Samsung B-H series"; } }
initial import
2013-03-31 14:09:38 +02:00
public string FileFilter { get { return "*.scm"; } }
public SerializerBase CreateSerializer(string inputFile)
{
return new ScmSerializer(inputFile);
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 2922ms 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