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-26 00:59:03 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
bba6ffb91a4d63b7009e070cb2faaba3a7bb11ba
ChanSort/source/ChanSort.Loader.Hisense/ChannelDb/Channel.cs

15 lines
285 B
C#
Raw Normal View History

- rewrote m3u loader to handle arbitrary lines in the file and preserve encoding and line endings - support for Hisense channel.db format of the H50B7700UW, which has a different schema in the fav_x tables - added spanish translation to distribution packages
2020-01-02 20:33:40 +01:00
using ChanSort.Api;
- merged projects so that there is one loader for each manufacturer
2021-01-23 14:22:18 +01:00
namespace ChanSort.Loader.Hisense.ChannelDb
- rewrote m3u loader to handle arbitrary lines in the file and preserve encoding and line endings - support for Hisense channel.db format of the H50B7700UW, which has a different schema in the fav_x tables - added spanish translation to distribution packages
2020-01-02 20:33:40 +01:00
{
internal class Channel : ChannelInfo
{
public int ChannelId;
public int NwMask;
public Channel(SignalSource ssource, long id, int prNr, string name): base(ssource, id, prNr, name)
{
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 30ms 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