mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 05:16:45 +01:00
- 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:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user