Kodi Community Forum
library stats and custom smart playlists - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: library stats and custom smart playlists (/showthread.php?tid=163712)



library stats and custom smart playlists - endlesslyonline - 2013-04-30

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


RE: library stats and custom smart playlists - endlesslyonline - 2013-05-06

Bump


RE: library stats and custom smart playlists - Flinger - 2014-01-10

Did you ever figure this out, or does anyone else know the answer to this question?


RE: library stats and custom smart playlists - Vaikin - 2014-01-10

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.


RE: library stats and custom smart playlists - mikebzh44 - 2014-01-10

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.randomandlastitems/blob/master/README.txt

Just need to edit skin files to display it.