- March 10, 2006
- 4,434
- 1,897
- Moderator
- #21
@TheBatfink, I use a simple batch script myself that scans all my DB3 files for basic corruption at SQLite level. If the database is 'ok', an auto-backup is made, and if it is corrupt the last 'ok' version is auto-restored (if available). I used to have a lot of problems with LastMediaHandler database going corrupt at random and in doing so it would introduce stuttering inside MP-TVSeries because of the mass SQL queries that were then going on in the background.
Now it is also possible for an SQL database to be technically 'ok', but still contain corrupted data to freak the program out that reads the database, for those situations my script can not help, but those should be extremly rare.
So not sure if it will be of any help to ya, but here it is: https://forum.team-mediaportal.com/threads/corrupted-database.120376/#post-1014075
Now it is also possible for an SQL database to be technically 'ok', but still contain corrupted data to freak the program out that reads the database, for those situations my script can not help, but those should be extremly rare.
So not sure if it will be of any help to ya, but here it is: https://forum.team-mediaportal.com/threads/corrupted-database.120376/#post-1014075