Posters + Logo + Extra Fanart Mod
#1
I got bored so decided to edit alaska a little?

All i did was add the tv show logo at the bottom, wasn't really sure where to put it did consider replacing the tv show title text with the logo but not all shows have logos.

I also added support for extra fanart folder tv shows, no toggles or anything very crudely done via trial and error lol im no skinner.

Its very simple but what do you think, note this was mostly done out of boredom lol

Image

Uploaded with ImageShack.us
Image
Reply
#2
LE: edited, saw it now, sorry!
Reply
#3
Sorry I did include picture but for some reason it didn't show up lol.

Hopefully should show up now.
Image
Reply
#4
Please share how to add the logo, I like it.
Reply
#5
simple or not, the adding the logo adds a very nice touch! please share your mod, thanks
Reply
#6
Here is my file for the posters view, its only for the fixed view with no info, but I'll post the changes I made incase you want to add them to any other views.

http://www.mediafire.com/file/xiir3jifi4..._Fixed.xml

I am no skinner so please make sure you back up the original file just incase I killed something else in the skin.

The above file is just for the logo mod, I need to double check the fanart one as I killed fanart in movies lol.

If you want to do it yourself all I did was add this:

PHP Code:
<control type="image">
    <
posx>12</posx>
    <
posy>450</posy>
    <
width>290</width>
    <
height>164</height>
    <
texture background="true">$INFO[ListItem.Path,,/logo.png]</texture>
    <
fadetime>200</fadetime>
    <
aspectratio aligny="center">keep</aspectratio>
    <
animation type="Focus" reversible="false">
        <
effect type="zoom" center="auto" start="50" end="100" time="400" tween="back" easing="out" />
    </
animation>
    <
visible>Container.Content(tvshows)</visible>
</
control

At line 143, the bottom of the focused layout for the poster fixed view.

I also made to other changes.
Line 89:
PHP Code:
<focusedlayout width="328" height="800"

and Line 12:
PHP Code:
<height>800</height
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Posters + Logo + Extra Fanart Mod0