Moritz Schappler
Moritz Schappler
Completely appropriate to ask. I myself do not use Plex. Therefore I cannot really assess how much it is different from Kodi. If it is a completely different software, it...
Thanks for looking into this. I just tested the code you submitted and it works in principle. However, the code leads to a complete rewrite of the existing Kodi database...
Hi Fabrice, I used the commit you referenced. One reason could be that I am in time zone UTC+2 (Germany, DST) and you are (probably) in time zone UTC-5 (Canada,...
Unfortunately I have to postpone testing this due to other obligations. Your explanations seem reasonable and valid. However I would like to have this tested further before rolling this out...
Your workaround looks good to me and should not pose any risks of messing up the database. It is [merged into the official repo](https://github.com/xbmc/repo-scripts/pull/2592). If the problem still persists, just...
I also had this problem with other video addons. I think the main issue is, that the Kodi video database (MyVideos##.db) saves the watched state on a per file basis...
Can you please provide a log file with debug setting activated? (both in Kodi and in WatchedList settings)
> 2020-08-30 17:46:25.875 T:6607 NOTICE: service.watchedlist: Notification. WatchedList: Fehler: Beim Sichern der Datenbank (Invalid argument) 2020-08-30 17:46:25.879 T:6607 ERROR: service.watchedlist: database_backup: Error creating database backup /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/service.watchedlist/dbcopy/20200830_174625-watchedlist.db.zip: (22) Invalid argument Can...
Unfortunately probably not in the next years by me. Unless I see a higher priority or have much more free time unexpectedly.
This seems to be an error introduced on the conversion from a hacky sleep-implemention to the monitor method back in [April](https://github.com/SchapplM/xbmc-addon-service-watchedlist/commit/24a6f59582f9757265c163fed5240b99a5ffbe5d) [2016](https://github.com/SchapplM/xbmc-addon-service-watchedlist/commit/23f1bef75b6f317c7edffec05a63276cd2dfe954). It should be fixed with [8420e90e2](https://github.com/SchapplM/xbmc-addon-service-watchedlist/commit/8420e90e2dd13e1351c94881e005596f5a4a4a3a).