Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Number of Movies are different in "Kodi GUI View" and "SQL select".
#1
In KODI GUI, I can see there are 872 movies in my collection.
But when I open the underly database, I can see 971 movies;

mysql> select count(*) from movie \G
*************************** 1. row ***************************
count(*): 981
1 row in set (0.00 sec)

Why they are different?
Reply
#2
Maybe you have Music Videos or Concerts that are displayed in the Music Videos tab, not the Movies tab.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2022-01-03, 04:07)kirbyzhou Wrote: Why they are different?

How many movie sets are there in your movie collection, assuming that display option is enabled.
That SQL query does not deal with movie sets, so it would display the total number of movies.
Reply
#4
(2022-01-03, 04:07)kirbyzhou Wrote: In KODI GUI, I can see there are 872 movies in my collection.
But when I open the underly database, I can see 971 movies;

Jepp...as @Klojum said. Most likely due to grouping movies in sets.
Reply

Logout Mark Read Team Forum Stats Members Help
Number of Movies are different in "Kodi GUI View" and "SQL select".0