Kodi Community Forum

Full Version: Where to find unwatched episodes? (xml?)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am hoping to edit out unwatched episodes. Can anyone point me to the xml file that has this? Below is a pic of what I'm looking for. I've been pouring through the xml for several hours and am not having a lot of luck.

Image

In other words, I want it to say Season 1, 21 episodes with no mention of 21 unwatched episodes.

Thanks!
In case anyone cares, I found it in MyVideoNav.xml changing the localized line here:

<control type="label">
<posy>35</posy>
<width>980</width>
<label>$LOCALIZE[31072]</label>
<align>left</align>
<include>Heading3</include>
<visible>Container.Con

to:

$LOCALIZE[31074]

Made this:

Image