2014-01-20, 04:01
Hi,
Is there any way to enable the season/episode numbers to come across from MythTV into XBMC via the plugin?
Specifically the trakt.tv add-on needs to have the season and episode (where available) passed into the InfoLabel structures to allow them to identify the show and mark it watched in the online tracker. Their code to read the information is...
season = xbmc.getInfoLabel('VideoPlayer.Season')
episode = xbmc.getInfoLabel('VideoPlayer.Episode')
showtitle = xbmc.getInfoLabel('VideoPlayer.TVShowTitle')
year = xbmc.getInfoLabel('VideoPlayer.Year')
Is it possible to get this information from Myth and populate the structure?
Ongoing thanks to everyone working on this!
Is there any way to enable the season/episode numbers to come across from MythTV into XBMC via the plugin?
Specifically the trakt.tv add-on needs to have the season and episode (where available) passed into the InfoLabel structures to allow them to identify the show and mark it watched in the online tracker. Their code to read the information is...
season = xbmc.getInfoLabel('VideoPlayer.Season')
episode = xbmc.getInfoLabel('VideoPlayer.Episode')
showtitle = xbmc.getInfoLabel('VideoPlayer.TVShowTitle')
year = xbmc.getInfoLabel('VideoPlayer.Year')
Is it possible to get this information from Myth and populate the structure?
Ongoing thanks to everyone working on this!