Get rid of bakground? (1 Viewer)

uberweiss

New Member
July 17, 2008
4
0
Home Country
Sweden Sweden
Hi!
How do i get rid of the background that is in the TV-series menu? I now that i can use fanart instead to get a picture from the tv-series but is it possible to just get a blue background?

I'll attach a picture so that you know which background i mean.

// Kim

post-87055-1242763362.jpg
 

flixxx

Portal Pro
December 7, 2007
68
0
I also want to know how to get rid of that creepy background.

I tried to locate it but I can't find it anywhere.

anyone know where it resides? I'll just replace it with a black jpeg and give it the same name.
 

ryan20021982

Retired Team Member
  • Premium Supporter
  • June 27, 2008
    655
    86
    USA
    Home Country
    United States of America United States of America
    The tvseries.xml says what it uses

    Code:
        <control>
          <description>Default Background</description>
          <type>image</type>
          <id>0</id>
          <posX>0</posX>
          <posY>0</posY>
          <width>1366</width>
          <height>768</height>
          <texture>[COLOR="Red"]background.png[/COLOR]</texture>
        </control>
        <control>
          <description>Default Background when no Fanart Displayed</description>
          <type>image</type>
          <id>0</id>
          <posX>0</posX>
          <posY>0</posY>
          <width>1366</width>
          <height>768</height>
          <texture>[COLOR="Red"]FanArt\background_tv.png[/COLOR]</texture>
          <!-- Avoid default artwork flash when first entering plugin -->
          <visible>!string.equals(#TVSeries.Title,)</visible>
        </control>
     

    Users who are viewing this thread

    Top Bottom