Solved Kodi16 getTVShowTitle()
#1
On Kodi17
is an easy way to get the Series of an Selected Item:
info = sys.listitem.getVideoInfoTag()
title=info.getTVShowTitle()

Is there a possible way to do so in Kodi 16?
It should work on Episodes / or Series
Reply
#2
perhaps this might work:
Code:
label = xbmc.getInfoLabel('ListItem.TVShowTitle')
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thanks worked
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi16 getTVShowTitle()0