Amount Of Episodes
#1
Hi all, I have everything running fine but have a question.

When viewing TV Shows in list mode it does not list wether a TV Show has episodes in it or not?

Is there a way to show how episodes are in a TV Show?

Any help appreciated!
Reply
#2
The slim list format does, set it on the left slide panel
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#3
Yep I noticed a few of them have it but the list view is the biggest for my bad eyes so was wondering if it is possible to turn it on there?
Reply
#4
I could hack it in for you? Otherwise its not a option I don't think

EDIT:
Open variables.xml

Find the section
Code:
<variable name="ListLabel2Var">
Find the line:
Code:
<value condition="Container.Content(movies) | Container.Content(tvshows)">$INFO[ListItem.Genre]</value>
Change it to:
Code:
<value condition="Container.Content(movies)">$INFO[ListItem.Genre]</value>
Then after that line add the line:
Code:
<value condition="Container.Content(tvshows)">[LOWERCASE]$INFO[ListItem.Property(TotalEpisodes)] $VAR[OneOrMoreEpisodesVar][/LOWERCASE]</value>

Theres probably a better way to do it but Im still learning :/

Will look like this:
Image

EDIT: I updated the above code, I didnt need to put seasons in that.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply

Logout Mark Read Team Forum Stats Members Help
Amount Of Episodes0