Banners in Season View (1 Viewer)

Jaybeam

Portal Member
December 28, 2008
42
5
Home Country
Belgium Belgium
I use My TVSeries in combination with XFace skin. When I use Fan Art under Season View & Episode view there is still a banner displayed. This screwes up the Fan Art most of the time. Is there an option to turn this off or is there an other way to do that?
Season View is set to Text.

 

Jaybeam

Portal Member
December 28, 2008
42
5
Home Country
Belgium Belgium
Resolved it by Removing these 2 parts from the TV_Series.xml script under the "Series banner/Season cover" section.

Code:
<control>
      <type>image</type>
      <description>Series Banner</description>
      <id>30</id>
      <posX>30</posX>
      <posY>78</posY>
      <width>700</width>
      <height>170</height>
      <centered>yes</centered>
      <keepaspectratio>yes</keepaspectratio>
      <texture flipY="true" diffuse="Thumb_Mask.png">#TVSeries.SeriesBanner</texture>
      <visible>Control.IsVisible(1235)+!Control.IsVisible(1232)</visible>
    </control>

And

Code:
<control>
      <type>image</type>
      <description>Series Banner in Series Details</description>
      <id>69</id>
      <posX>10</posX>
      <posY>542</posY>
      <width>325</width>
      <height>147</height>
      <centered>yes</centered>
      <keepaspectratio>yes</keepaspectratio>
      <texture flipY="true" diffuse="Thumb_Mask.png">#TVSeries.SeriesBanner</texture>
      <visible>!Control.IsVisible(1235)</visible>
    </control>
 

Rhym

Portal Member
March 14, 2009
35
0
Home Country
Norway Norway
Could you please share how you got it looking like that in the first place? :) I assume I only need your TVSeries.xml?
Are there any settings in TVSeries you need to set as well?

*edit* TVSeries.fanart.xml too if you please :)
 

Users who are viewing this thread

Top Bottom