Posts: 49
Joined: Jan 2013
Reputation:
0
I'm not quite sure what the actual name for this is, but I am using estuary on windows with the most recent stable as of January 2022. Currently my TV episodes are being displayed as 'unwatched'. They have an overlay at the bottom right of the series poster that indicates how many I have watched versus how many in the collection (i.e. 12/24). Meaning I have watched 12 of the 24 in my collection. Is there a way to change this functionality to just show the number of unwatched episodes (i.e. 12)?
Posts: 14,072
Joined: Mar 2010
Reputation:
564
PatK
Team-Kodi Member
Posts: 14,072
This sounds like a skin issue, there is likely a fix if you're willing to do some skin editing. I'll transfer this thread along to the 'Estuary' skin forum, you may get lucky with some helpful advice
Posts: 4,528
Joined: Jan 2011
Reputation:
152
DaVu
Team-Kodi Member
Posts: 4,528
If it´s really showing a "12" shown of "24" episodes in total...how can you be sure it´s not mentioning the unwatched episodes? As the counting for watched or unwatched episodes would be the same then. Please try to mark an additional episode as watched and let us know which number is shown.
Posts: 55
Joined: May 2011
Reputation:
2
I assume you're writing about displaying the In progress TV shows widget. Yes, by default the pair <watched episodes> / <total episodes> is displayed. It is possible to change this to <number of unwatched episodes> / <total number of episodes>, but it means modifying the skin definition file.
If you are interested, I can specifically guide you in what and in which file needs to be changed.
Posts: 967
Joined: May 2017
Reputation:
83
edit View_54_InfoWall.xml
<include name="InfoWallMovieLayout">
<label>$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]</label>
<label>$INFO[ListItem.Property(TotalEpisodes), / ,]</label>