Kodi Community Forum
Linux Hide Episode Count, Watched and Rating - 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: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+---- Thread: Linux Hide Episode Count, Watched and Rating (/showthread.php?tid=160544)



Hide Episode Count, Watched and Rating - leyton01 - 2013-03-26

Hi,
I have searched extensively about this question and no doubt there is an answer somewhere but I can't seem to find it.

In TV Shows - "List" view there is the number of episodes for each show in blue - can I disable this? (ie not the "watched" check mark box)
Similarly can I disable the "X Watched - X Unwatched" in blue in the TV season list and "episode rating" in the episode list?

Thanks in advance!


RE: Hide Episode Count, Watched and Rating - leyton01 - 2013-04-19

No one knows?


RE: Hide Episode Count, Watched and Rating - ezechiel1917 - 2013-04-22

check 720p\View-List.xml:

Code:
$INFO[ListItem.Label2]
shows secondary information next to Item labels depending on sort type. (episode count/rating etc...)

Code:
$INFO[ListItem.Property(WatchedEpisodes)
$INFO[ListItem.Property(UnWatchedEpisodes)
shows (Un)WatchedEpisodes.


RE: Hide Episode Count, Watched and Rating - leyton01 - 2013-04-23

Thanks - I will check it out.