2016-06-21, 11:21
I recently made the switch to this theme and I'm really liking it.
I have made some small modifications to the DialogVideoInfo.xml, added episode thumbnail, season and episode number and some other stats.
I am trying to add another button after cast for episodes that takes you to that series page. I added the following at the end of the control grouplist however it doesn't work. The button shows up but nothing happens when you select it. I have the following
I was testing it with a static tvshow id but it doesn't work anyways, I would also need to get the tvshow id from the current episode selected.
This is the first time I am editing a skin, any help would be appreciated.
Thanks
I have made some small modifications to the DialogVideoInfo.xml, added episode thumbnail, season and episode number and some other stats.
I am trying to add another button after cast for episodes that takes you to that series page. I added the following at the end of the control grouplist however it doesn't work. The button shows up but nothing happens when you select it. I have the following
Code:
<control type="button" id="9027">
<label>Series</label>
<include>DefInfoButtons</include>
<onclick>XBMC.ActivateWindow(10025,videodb://tvshows/titles/16/)</onclick>
<visible>Container.Content(episodes)</visible>
</control>
I was testing it with a static tvshow id but it doesn't work anyways, I would also need to get the tvshow id from the current episode selected.
This is the first time I am editing a skin, any help would be appreciated.
Thanks