Titan doesn't apply the "Show empty TV shows" setting.
#1
Bug 
I thought this was a Kodi issue until I switched over to Estuary and it worked as expected.
Titan is showing empty tv shows whether or not Media Settings > Videos > Library > Show empty TV shows is set to True or False.

This is with Kodi 17.5 and Titan Beta 3.7.63.
Reply
#2
Is there anything I can do to help troubleshoot? Not sure a debug log would help but will post if needed.
Reply
#3
How are you entering the TV show list that isn't hiding empty ones?
Reply
#4
Hi Hitcher.  Thanks for the response.

I want to stress.  This WORKED PERFECTLY for years until a few months ago.  I kept thinking it would get fixed, but it hasn't, so I'm here. :-D

I access shows from the home screen via SmartPlaylists set up to display by tag.

We delete shows once they've been watched. With "show empty shows" turned off only shows with available episodes are supposed to appear.  Now, because the setting isn't working, the home screen has become mess and is hard to navigate. 

As an example... the Comedy Shows section (shown below) actually has another 4-5 shows "below the fold".  When "show empty" is working we almost never have shows hidden off screen.

Some screenshots...

Home screen not hiding empty shows.
Every show that is marked as fully watched is actually empty.
Image

Episode List of an empty show
Image

Proof "Show Empty TV Shows" is turned off.
Image
Reply
#5
You might try adding "and play count is 0" to the playlist.
Reply
#6
You're using a playlist and not the library hence the reason they're not hidden.
Reply
#7
(2017-11-03, 20:42)lviperz Wrote: You might try adding "and play count is 0" to the playlist.

That would do it, but I think it should be "and play count is >0" ? Smile

EDIT - Oh no you're quite right, sorry I didn't read it properly Big Grin
Reply
#8
Thanks for the replies everyone!!
Oh man do I feel a little dumb right now. Oo 

I totally forgot about setting the episode limit for my playlists.
When I moved from Windows 10 to Android (an Nvidia Shield 2017) I rebuilt my playlists.  THAT was when this "bug" happened. I just assumed it was one of the new versions of software.

For those interested, the playlist rule I use in the UI is "Episodes" "Greater than" "0".

The playlist file ends up looking like this...

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
   <name>Parent TV - Comedy</name>
   <match>all</match>
   <rule field="tag" operator="contains">
       <value>Parent TV</value>
   </rule>
   <rule field="tag" operator="contains">
       <value>Comedy</value>
   </rule>
   <rule field="numepisodes" operator="greaterthan">
       <value>0</value>
   </rule>
</smartplaylist>
Reply

Logout Mark Read Team Forum Stats Members Help
Titan doesn't apply the "Show empty TV shows" setting.0