Kodi Community Forum

Full Version: Hide Episode Count, Watched and Rating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
No one knows?
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.
Thanks - I will check it out.