PDA

View Full Version : TV Show title info label?


djh_
2009-04-26, 03:04
Is there one? How do I display the name of the TV show if I'm in, say, the episodes container?

Jezz_X
2009-04-26, 03:12
you got
VideoPlayer.TVShowTitle
and
ListItem.TVShowTitle

the last one wasn't in the wiki but I will add it

djh_
2009-04-26, 04:41
Cheers for that, Jezz. Another question, though. What information can I pull up within the seasons container? Ideally, I'd like to just pull up the parent TV show data but that doesn't seem possible.

Jezz_X
2009-04-26, 05:49
you have got
Container.ShowPlot Returns the TV Show Plot of the current container and can be used at season and episode level
ListItem.Property(WatchedEpisodes) number of watched episodes for the season
ListItem.Property(UnWatchedEpisodes) number of unwatched episodes for the season
ListItem.Episode Total Number of episodes in the season

Might be some others thats all of the top of my head have a look here http://xbmc.org/wiki/?title=InfoLabels for some more maybe

Meglivorn
2009-06-13, 14:57
I didn't want to open a new thread, I hope someone will notice it.

I saw on the import/export pages' .nfo examples that movies has an 'original title' tag. I checked and it is stored in the database and not for the movies but series and episodes also:
movies: c16
series: c9
episodes: c14
But I can't find how can I diplay it? ListItem.OriginalTitle?