Getting series title, season number and episode number
#1
Hi all. I've written a simple add-on to keep a log of what films, shows and music have been played. I get the information I need from getMusicInfoTag and getVideoInfoTag. I've got everything I need for music and films, but I can't see any way to get the following pieces information for TV shows: -
  • The show title (getTitle just returns the episode name)
  • The season number
  • The episode number
Can anyone point me towards a way to find this information? Thanks in advance!
Reply
#2
you can use getInfoLabel

xbmc.getInfoLabel('VideoPlayer.TVShowTitle')
xbmc.getInfoLabel('VideoPlayer.Season')
xbmc.getInfoLabel('VideoPlayer.Episode')

in case you need anything else, here's a list of available InfoLabels
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
Fantastic, thank you - somehow I'd missed that entirely. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Getting series title, season number and episode number0