Kodi: “mark as watched” on tv show not working
Had an issue where “Mark as watched” did not actually mark a show as watched as seen on the “in progress shows” page, probably because I’ve removed/moved files since beginning to watch a show.
solution:
- replace XX with the showId from tvshow table. gist here
diff /tmp/alleps /tmp/watchedeps
DELETE FROM episode WHERE episode.idEpisode = YY
, where YY is the episodeId from the diff- profit!