FanArt now avalible for My Videos and My Music ! (2 Viewers)

rpm

Portal Pro
November 21, 2006
64
2
Home Country
Argentina Argentina
Is possible to get FanArt for MyVideos in Monochrome/Indigo skin?
I try but don't work for me.

Thanks
massimo

Of course, can you tell me what have you tried to make it work? then maybe I can tell you if something is missing...
 

mamachan

MP Donator
  • Premium Supporter
  • September 25, 2006
    724
    48
    Home Country
    Italy Italy
    Is possible to get FanArt for MyVideos in Monochrome/Indigo skin?
    I try but don't work for me.

    Thanks
    massimo

    Of course, can you tell me what have you tried to make it work? then maybe I can tell you if something is missing...
    1) I add this text to the myvideoTile.xml

    <control>
    <description>fanart</description>
    <type>image</type>
    <id>1000</id>
    <posX>0</posX>
    <posY>0</posY>
    <width>1366</width>
    <height>768</height>
    <colordiffuse>66ffffff</colordiffuse>
    <texture>\FanArt\Video\#title.jpg</texture>
    <animation effect="fade" time="400">WindowClose</animation>
    <animation effect="fade" time="400">WindowOpen</animation>
    </control>

    2) create FanArt\Video folders in skin\Indigo\media folder
    3) put .jpg image into it (videotitle.jpg)

    But don't work.
    Whit Black & white skin work fine

    thanks for you help

    EDIT.: i use MP 0.2.3.0 version - Indigo/Monochrome skis v.1.6/1.7
     

    rpm

    Portal Pro
    November 21, 2006
    64
    2
    Home Country
    Argentina Argentina
    don't know if the version of MP impact on this issue...

    other thing, I got working the same you did, but only with .png files, don't know if this is important...

    you can try with this also <texture>\FanArt\Video\#selecteditem.jpg</texture>...

    and I suppose that you put that code between the <controls></controls> tags, right ?...

    Cheers
     

    rpm

    Portal Pro
    November 21, 2006
    64
    2
    Home Country
    Argentina Argentina
    and I suppose that you put that code between the <controls></controls> tags, right ?...
    What mean? :oops:

    ok, let me explain you how it is...

    in the xml file you should have something like this...

    <window>
    <!-- include the common window features here -->
    <define>#header.label:134</define>
    <define>#header.image:videos_logo.png</define>
    <define>#header.hover:hover_my videos.png</define>
    <controls>
    <!-- include the header logo, text and other common elements -->
    <import>common.window.xml</import>

    ............
    </controls>

    you should put the code between the controls tag, like this

    <window>
    <!-- include the common window features here -->
    <define>#header.label:134</define>
    <define>#header.image:videos_logo.png</define>
    <define>#header.hover:hover_my videos.png</define>
    <controls>
    <!-- include the header logo, text and other common elements -->
    <import>common.window.xml</import>
    <PUT THE CODE HERE>
    </controls>

    check if you have it like this...

    Cheers
     

    Darre

    Portal Pro
    April 21, 2007
    925
    80
    Home Country
    Norway Norway
    @ Joz: The reason you see black textures is probably because every image you load like this is loaded into your RAM. MP does not clean this up untill its restarted. so after a while it gets full..

    Oh and thx for the fanart =)
     

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    Thx Darre I'd expected something like this would be the cause.
    See if running a memory optimizer helps :)
     

    Schenk2302

    Portal Pro
    September 12, 2008
    50
    14
    Bonn
    Home Country
    Germany Germany
    1) I add this text to the myvideoTile.xml

    <control>
    <description>fanart</description>
    <type>image</type>
    <id>1000</id>
    <posX>0</posX>
    <posY>0</posY>
    <width>1920</width>
    <height>1080</height>
    <colordiffuse>66ffffff</colordiffuse>
    <texture>\FanArt\Video\#title.jpg</texture>
    <animation effect="fade" time="400">WindowClose</animation>
    <animation effect="fade" time="400">WindowOpen</animation>
    </control>

    Hi,

    I had to put the code in the myvideo.xml and not the myvideotitle.xml. After that it´s working fine now!!!

    -Schenk
     

    Users who are viewing this thread

    Top Bottom