diff --git a/source/ChanSort.Loader.Panasonic/IdtvChannelSerializer.cs b/source/ChanSort.Loader.Panasonic/IdtvChannelSerializer.cs index 39d8298..11882b4 100644 --- a/source/ChanSort.Loader.Panasonic/IdtvChannelSerializer.cs +++ b/source/ChanSort.Loader.Panasonic/IdtvChannelSerializer.cs @@ -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; } diff --git a/source/changelog.md b/source/changelog.md index 09e10cd..504f367 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -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)