Kodi Community Forum

Full Version: How to get TV Show infos?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I get TV Shows infos (year, genre, mpaa, director,...) from an episode window (described by DialogVideoInfo.xml)?
Is there some kind of "GetTVShow(ListItem)" function?
I don't see anything I can use to do what I explained.
Am I wrong?
eg
Code:
ListItem.TVShowTitle    Shows the name value for the currently selected tvshow in the season and episode depth of the video library
if you're trying to display tvshow infolabels (year, genre, mpaa) at episode level, that's not possible.
'director' is an episode infolabel, so should work.
(2015-12-19, 17:01)Hitcher Wrote: [ -> ]eg
Code:
ListItem.TVShowTitle    Shows the name value for the currently selected tvshow in the season and episode depth of the video library

Is there any function to get TV Shows infos from its name?

(2015-12-19, 18:22)ronie Wrote: [ -> ]if you're trying to display tvshow infolabels (year, genre, mpaa) at episode level, that's not possible.
'director' is an episode infolabel, so should work.

What about genres?
My TV Shows episodes nfos have some but Kodi doesn't display any of them when I use ListItem.Genre.