- DX upgrade

- experimental support for Philips Repair\mgr_chan_s_fta.db file format (DVB-S only)
- fixed missing strings for LG empty-channel-list message box
This commit is contained in:
Horst Beham
2021-08-24 19:41:31 +02:00
parent d4c30a853d
commit b0b09de733
31 changed files with 636 additions and 360 deletions

View File

@@ -514,6 +514,7 @@ namespace ChanSort.Loader.Sony
uint crc = CalcChecksum(this.content, this.textContent);
// the official Sony editor ignores wrong checksums, writes wrong checksums and according to user feedback, the TV imports files with wrong checksums. so no error, just an info msg
if (crc != expectedCrc)
this.fileInfo.AppendLine($"Invalid checksum: expected 0x{expectedCrc:x8}, calculated 0x{crc:x8}. This could indicate that the file is corrupted or it was modified with the Sony channel editor.");
}