PHP Code:
<control type="image">
<description>cover image episodes</description>
<posx>1049</posx>
<posy>-243</posy>
<width>230</width>
<height>250</height>
<texture diffuse="thumbs/movieposter_mask.png">thumbs/<path to the fanart></texture>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<visible>VideoPlayer.Content(episodes) + substring(VideoPlayer.TVShowTitle,<your tv show title> )</visible>
</control>
Of course not if you read the instructions you have to make the code above for each show and replace where is obvious to replace
Quote:<texture diffuse="thumbs/movieposter_mask.png">thumbs/<path to the fanart></texture>
you haver to put the show fanart to use in thumbs and based on the name of the fanart replace like(thumbs/fringe.jpg)
and in
Code:
VideoPlayer.TVShowTitle,<your tv show title>
you need to put the name of the show like (VideoPlayer.TVShowTitle, Fringe)
the one for the movies should work fine like it is.