mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 20:35:51 +02:00
complete support for Samsung J series (added DVB-T, analog and reference list support)
This commit is contained in:
@@ -21,9 +21,9 @@ namespace ChanSort.Loader.Samsung
|
||||
int transp = data.GetByte(_ChannelOrTransponder);
|
||||
decimal freq = transpFreq.TryGet(transp);
|
||||
if (freq == 0)
|
||||
freq = transp*8 + 106; // (106 = DVB-C; DVB-T=306?)
|
||||
freq = LookupData.Instance.GetDvbtFrequeny(transp); // transp*8 + 106); // (106 = DVB-C; DVB-T=306?)
|
||||
|
||||
this.ChannelOrTransponder = LookupData.Instance.GetDvbtTransponder(freq).ToString();
|
||||
this.ChannelOrTransponder = transp.ToString();
|
||||
this.FreqInMhz = freq;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user