Unwatched movie count wrong
#1
I have a number of issues that have been plaguing my Kodi setup for well over a year, but as I look towards upgrading to v18 I want to sort them out before I upgrade, if I can even upgrade.

My unwatched movie count on the Kodi home screen is 21 movies.
When I select Movies then the Unwatched view it says there a re 19 items (and there are 19 displayed). When I look at the files table there are only 18 unwatched movies. (since empty strfilename appears to be used for TV Shows). The following sql statement returns 18 rows.

sql:
select * from files,movie where playcount is NULL and strFilename<>'' and files.idfile=movie.idMovie;

The problem occurs when there are media files (Eg mkv), and .disc files. Each movie is counted twice by the skin. This is why 21 is shown on the home screen. But when I go to movies and switch to unwatched I see only 19 because the .disc and .mkv is shown only once.

Yet, the files table only lists 18 movies as unwatched, which disagrees with both of the views.

Have I found a bug? If not, any ideas on how to fix?

thanks

thanks
Reply


Messages In This Thread
Unwatched movie count wrong - by Yanta - 2019-07-07, 15:06
RE: Unwatched movie count wrong - by Gade - 2019-07-07, 16:22
RE: Unwatched movie count wrong - by Yanta - 2019-07-07, 16:30
RE: Unwatched movie count wrong - by Gade - 2019-07-07, 17:39
RE: Unwatched movie count wrong - by Klojum - 2019-07-07, 16:33
RE: Unwatched movie count wrong - by Yanta - 2019-07-07, 16:41
RE: Unwatched movie count wrong - by Klojum - 2019-07-07, 16:46
Logout Mark Read Team Forum Stats Members Help
Unwatched movie count wrong0