Kodi Community Forum
Some Watched TV Series Show Up In List When "Hide Watched" Selected - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Some Watched TV Series Show Up In List When "Hide Watched" Selected (/showthread.php?tid=132186)



Some Watched TV Series Show Up In List When "Hide Watched" Selected - arvo.bowen - 2012-05-23

When I go into my TV Shows and select "Hide Watched" all of the watched tv shows are hidden as they should be with thee exception of 2 shows. When I go inside those shows I see NO episodes, just the parent directory in the list (..) but nothing else.

Why will these two shows not hide like all the other shows?


RE: Some Watched TV Series Show Up In List When "Hide Watched" Selected - fems - 2012-05-23

Are the folders empty? XBMC shows empty folders by default.

If so, add

<videolibrary>
<hideemptyseries>true</hideemptyseries>
</videolibrary>

to advancedsettings.xml


RE: Some Watched TV Series Show Up In List When "Hide Watched" Selected - arvo.bowen - 2012-05-23

Didn't even think of that fems! I'll give that a shot when I get home today. Thanks a bunch for the quick response!


RE: Some Watched TV Series Show Up In List When "Hide Watched" Selected - arvo.bowen - 2012-05-24

Just took a peek and both of the shows having issues have lots of episodes in them...

Battlestar Galactica (2003)
House


Though just for the heck of it i did try to create a new file "C:\Users\media\AppData\Roaming\XBMC\userdata\advancedsettings.xml" and added the following to it...
<advancedsettings>
<videolibrary>
<hideemptyseries>true</hideemptyseries>
</videolibrary>
</advancedsettings>


Any ideas of what else it might be?




RE: Some Watched TV Series Show Up In List When "Hide Watched" Selected - jmarshall - 2012-05-24

You need to look in your database directly using something like sqlitespy.

Check what is in the tvshowview for those items, then check how many of the episodes are watched for those items as well.


RE: Some Watched TV Series Show Up In List When "Hide Watched" Selected - arvo.bowen - 2012-05-25

I ended up fixing it by using the "i" key then rescraping (refreshing) all the data for the series (eps etc..) and using locally stored data. As soon as it finished the series disappeared (was hidden like the other shows).

Thanks everyone!


RE: Some Watched TV Series Show Up In List When "Hide Watched" Selected - s_charette - 2014-10-10

(2012-05-25, 02:33)arvo.bowen Wrote: I ended up fixing it by using the "i" key then rescraping (refreshing) all the data for the series (eps etc..) and using locally stored data. As soon as it finished the series disappeared (was hidden like the other shows).

I'm also seeing this same problem with 3 different series in my library when using xbmc 2:13.2 on Ubuntu. Tried so many things, no idea why the empty folders (not really empty, just "watched") were still showing up. Your solution of refreshing the shows works perfectly, they're now hidden as expected. Thanks for the workaround.