2013-05-11, 22:55
I know this topic has been discussed by quite a few Threads and addons.
As there is no working solution available for Kodi (at least I found none) I hope my addon can fill the gap:
service.watchedlist
script that saves and restores the watched state of movies and TV episodes.
Advantages
Participation
If you have problems or suggestions, just answer to this thread or write an issue on github, if you know what you are doing.
As there is no working solution available for Kodi (at least I found none) I hope my addon can fill the gap:
service.watchedlist
script that saves and restores the watched state of movies and TV episodes.
Advantages
- only clean access of XBMC database with JSON-RPC. No "dirty" manual database opening or reading xml files.
- starts as a service in autostart and repeats periodically
- automatic backup of addon database
- no user interaction needed
- addon database (SQLite) is easy to edit, in case wrong watched states are stored
Participation
If you have problems or suggestions, just answer to this thread or write an issue on github, if you know what you are doing.