Game Fanart useability (1 Viewer)

kaigame

MP Donator
  • Premium Supporter
  • September 9, 2005
    67
    8
    Home Country
    Great Britain (UK) Great Britain (UK)
    Hi there, i tried to search for this, but couldn't find out any information.

    I'm new to Avalon and Avallonis, having used StreamedMP for ages(not a swear word around here i hope). Anyway, i've pretty much got everything the way i want it, but for some strange reason i can't use the games fanart handler option for anything.

    I currently have it populated with my Anime backgrounds for use with the My Anime 3 plugin, although the plugin itself works fine, if i select games as the fanart from within the Editor, i get a blank background, same thing seems to be happening for scorecenter(don't use it, just tried to use the fanart handler as a test).

    Any ideas?
     

    kaigame

    MP Donator
  • Premium Supporter
  • September 9, 2005
    67
    8
    Home Country
    Great Britain (UK) Great Britain (UK)
    As a workaround, it appears as though the only fanart options currently implemented are movies, series, pictures, music and TV. So i've copied the fanart folder into the tv fanart folder.

    IT seems quite strange that there is an option to use the games fanart from the editor, even though there doesn't seem to be any actual implementation of it anywhere.
     

    twinking

    Portal Member
    May 4, 2010
    47
    0
    Home Country
    Germany Germany
    Hey, I made a little workaround.

    Add this Code into your BasicHome.FanartHandler.xml in Directory ProgramData\Team MediaPortal\MediaPortal\skin\Avalon.
    Worked for me.
    Code:
    <!--            :: Games ::            -->
     
    <control>
        <description>FanartHandler Games 1</description>
        <type>image</type>
        <id>1101</id>
        <posX>0</posX>
        <posY>120</posY>
        <width>1190</width>
        <height>660</height>
        <visible>Control.IsVisible(1201) + string.contains(#bgimage1,games)</visible>
        <animation effect="fade" start="100" end="0" time="600" reversible="false">Hidden</animation>
        <animation effect="fade" start="30" end="100" time="600" reversible="false">Visible</animation>
        <animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
        <animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
        <texture>#fanarthandler.games.userdef.backdrop1.any</texture>
    </control>
     
    <control>
        <description>FanartHandler Games 2</description>
        <type>image</type>
        <id>1102</id>
        <posX>0</posX>
        <posY>120</posY>
        <width>1190</width>
        <height>660</height>
        <visible>Control.IsVisible(1202) + string.contains(#bgimage2,games)</visible>
        <animation effect="fade" start="100" end="0" time="600" reversible="false">Hidden</animation>
        <animation effect="fade" start="30" end="100" time="600" reversible="false">Visible</animation>
        <animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
        <animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
        <texture>#fanarthandler.games.userdef.backdrop2.any</texture>
    </control>
    cheers
     

    Users who are viewing this thread

    Top Bottom