- January 29, 2008
- 26
- 0
The problem I am having is when I select a series, and then the season covers come up, it loads the fan art already... which interferes with the text description. How would I keep the fanart from loading until past the season screen (or perhaps reload the background image. Here is the fanart code...
<control>
<description>Fan Art Image</description>
<type>image</type>
<id>524</id>
<posX>0</posX>
<posY>0</posY>
<width>1366</width>
<height>768</height>
<texture>-</texture>
</control>
I thought maybe <visible>Control.IsVisible(1235)</visible> would help (to make the fan art only visible in facade list view) but that does nothing. Any help would be appreciated.
By the way, I'm trying to get this to work with the graphical view of seasons. The season image fills up the whole left screen, and the description is on the right... but it loads the fanart and interferes with the description. Maybe I could add an image background control for this... but I cannot find appropriate sections in tvseries.xml to deal with the season view.
<control>
<description>Fan Art Image</description>
<type>image</type>
<id>524</id>
<posX>0</posX>
<posY>0</posY>
<width>1366</width>
<height>768</height>
<texture>-</texture>
</control>
I thought maybe <visible>Control.IsVisible(1235)</visible> would help (to make the fan art only visible in facade list view) but that does nothing. Any help would be appreciated.
By the way, I'm trying to get this to work with the graphical view of seasons. The season image fills up the whole left screen, and the description is on the right... but it loads the fanart and interferes with the description. Maybe I could add an image background control for this... but I cannot find appropriate sections in tvseries.xml to deal with the season view.
Sweden