Total Count of Local Media
#1
Is there a way for me to show the total number of movies -tvshows- albums-and music videos on the home screen even without being infocus? I know I can once selected and in the library but I am not sure how out of the library.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#2
See: http://kodi.wiki/view/Skinning_Manual#Window_2

Code:
$INFO[Window(home).Property(Movies.Count)]

This will show the total number of movies scraped to your library. It will work anywhere in the skin except inside a list itemlayout/focusedlayout container iirc because window properties cannot be accessed inside lists.

You can replace movies.count with any of the following properties:
Movies.Count, Movies.Watched, Movies.UnWatched, TVShows.Count, TVShows.Watched, TVShows.UnWatched, Episodes.Count, Episodes.Watched, Episodes.UnWatched, MusicVideos.Count, MusicVideos.Watched, MusicVideos.UnWatched, Music.SongsCount, Music.AlbumsCount, Music.ArtistsCount
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
Crap I totally looked over that... I was searching so hard for $INFO[ListItem()]. Thanks hahah Face Bump...
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply

Logout Mark Read Team Forum Stats Members Help
Total Count of Local Media0