- some text updates

This commit is contained in:
Horst Beham
2022-10-06 17:53:28 +02:00
parent 074a4c38bb
commit 25486ce5a0
2 changed files with 8 additions and 4 deletions

View File

@@ -133,11 +133,11 @@ internal class IdtvChannelSerializer : SerializerBase
}
catch (SqliteException)
{
// when the USB stick is removed without going through the menu and "safely remove USB", the DB is often corrupted and can't be opened
// when the USB stick is removed without properly ejecting it, the .db file is often corrupted, causing an exception when running the first query
View.Default.MessageBox(
"The Panasonic tv.db file in this channel list is corrupted and can't be loaded.\n\n"+
"This very often happens when the USB stick is unplugged from the TV without using the TV menu to \"safely remove USB device\" before.\n" +
"Please export the list again and use this menu before unplugging the stick from the TV.");
"After using the Hotel Menu's \"TV to USB\", press HOME / Notifications / your USB stick / Eject.\n" +
"This will properly finish all write operations so the stick can be unplugged safely without data loss.");
//throw new FileLoadException("Corrupt database file");
return;
}

View File

@@ -1,9 +1,13 @@
ChanSort Change Log
===================
TBA
2022-10-06
- added support for Android based Panasonic LS and LX 500-700 series (lists with a /mnt/.../tv.db file)
- fixed reference list dialog now showing any controls on small screens with and large scaling factor
- fixed "NullReferenceException" while applying a reference list based on a SQLite database file
(\*.db or Samsung .zip) which contained NULL values for channel names instead of empty strings.
- function to remove backup files (so that the next "File / Save" operation will create a new backup)
- updated Hotbird 13.0E / Tivùsat reference lists for Italy
2022-07-03
- experimental support for Grundig and ChangHong atv\_cmdb.bin files (analog antenna and cable TV)