mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-05 03:30:44 +01:00
- Philips ChannelMap_100 and later: keeping original indentation in XML files
and original number of bytes for hex-encoded Unicode names (channel name, fav list names) - Philips ChannelMap_110: setting the "UserReorderChannel" flag in the file to 1 - Philips ChannelMap_45: fixed error when channel names did not match between tv.db and Cable/Terrestrial/SatelliteDb.bin
This commit is contained in:
@@ -550,7 +550,7 @@ namespace ChanSort.Loader.Philips
|
||||
if (ch.OldProgramNr != nr)
|
||||
this.logMessages.AppendFormat($"channel with id {id}: prNum {ch.OldProgramNr} in bin file and {r.GetInt32(1)} in tv.db");
|
||||
if (ch.Name != r.GetString(2))
|
||||
this.logMessages.AppendFormat($"channel with id {id}: Name {ch.OriginalNetworkId} in bin file and {r.GetInt32(2)} in tv.db");
|
||||
this.logMessages.AppendFormat($"channel with id {id}: Name {ch.Name} in bin file and {r.GetString(2)} in tv.db");
|
||||
if (ch.OriginalNetworkId != r.GetInt32(3))
|
||||
this.logMessages.AppendFormat($"channel with id {id}: ONID {ch.OriginalNetworkId} in bin file and {r.GetInt32(3)} in tv.db");
|
||||
if (ch.TransportStreamId != r.GetInt32(4))
|
||||
|
||||
Reference in New Issue
Block a user