Kodi Community Forum

Full Version: library stats and custom smart playlists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have split up my kids movies and kids shows with the use of smart playlists, and I followed a tutorial somewhere on here to get the library stats on the infoline for these playlist entries. And it works, one thing though, on my default tv show item, it shows 270 shows, 5000 unwatched episodes, 3000 watched episodes, but on the custom playlist it shows total episodes, not the number of tv shows.

How can I fix this
Bump
Did you ever figure this out, or does anyone else know the answer to this question?
Nothing to fix. However the script was made these are the properties that the skin used. It would probably require editing the script and then changing the skin.
Non need of editing the script, properties are already return to XBMC :

Quote:%s.Count = Number of episodes in library or playlist
%s.Unwatched = Number of unwatched episodes in library or playlist
%s.Watched = Number of watched episodes in library or playlist
%s.TvShows = Number of TV shows in library or playlist

https://github.com/XBMC-Addons/script.ra...README.txt

Just need to edit skin files to display it.