Hi!
As in this thread:
https://forum.team-mediaportal.com/moving-pictures-284/patch-centralized-db-fixes-76414/
tvseries is in similar ways to movpics also plagued by centralized database issues.
My fixes include:
1) The database connection was not closed when going into standby/hibernation mode. This would cause all kinds of SQL lite exceptions once the HTPC was resumed again. This would often cause the db image (file) to become malformed. The only solution in these situations would be to rebuild the database once again. Tedious job.
My fix for this includes having the tvseries plugin now properly react to the onsuspend and onresume events.
On "OnSuspend" it will close the DB connection. On resume it will reestablish connection.
/gibman
As in this thread:
https://forum.team-mediaportal.com/moving-pictures-284/patch-centralized-db-fixes-76414/
tvseries is in similar ways to movpics also plagued by centralized database issues.
My fixes include:
1) The database connection was not closed when going into standby/hibernation mode. This would cause all kinds of SQL lite exceptions once the HTPC was resumed again. This would often cause the db image (file) to become malformed. The only solution in these situations would be to rebuild the database once again. Tedious job.
My fix for this includes having the tvseries plugin now properly react to the onsuspend and onresume events.
On "OnSuspend" it will close the DB connection. On resume it will reestablish connection.
/gibman
Ethiopia