Fanart as poster option?
#5
Well I've just figured out how to make it so that it shows the fanart in place of the thumbnail for List mode but I've no idea how to make optional at the moment. At least it means I can keep the thumbnails intact.

If you want to try it for yourself just edit the ViewCommon.xml (found in the 720 folder) at line 20 as below.

PHP Code:
<control type="image">
          <
posx>-8</posx>
          <
posy>-8</posy>
          <
width>636</width>
          <
height>364</height>
          <
info>ListItem.Icon</info>
          <
aspectratio aligny="bottom">keep</aspectratio>
          <
bordertexture border="14">ThumbShadow2.png</bordertexture>
          <
bordersize>8</bordersize>
        </
control>
        <
control type="image">
          <
posy>348</posy>
          <
width>620</width>
          <
height>348</height>
          <
info>ListItem.Icon</info>
          <
texture flipy="true" diffuse="DiffuseMirror.png" />
          <
aspectratio aligny="top">keep</aspectratio>
        </
control

PHP Code:
<control type="image">
          <
posx>-8</posx>
          <
posy>-8</posy>
          <
width>636</width>
          <
height>364</height>
          <
info>ListItem.Property(fanart_image)</info>
          <
aspectratio aligny="bottom">keep</aspectratio>
          <
bordertexture border="14">ThumbShadow2.png</bordertexture>
          <
bordersize>8</bordersize>
        </
control>
        <
control type="image">
          <
posy>348</posy>
          <
width>620</width>
          <
height>348</height>
          <
info>ListItem.Property(fanart_image)</info>
          <
texture flipy="true" diffuse="DiffuseMirror.png" />
          <
aspectratio aligny="top">keep</aspectratio>
        </
control
Reply


Messages In This Thread
Fanart as poster option? - by Hitcher - 2008-11-20, 02:29
[No subject] - by cold_realms - 2008-11-20, 02:39
[No subject] - by lompelurt - 2008-11-20, 06:02
[No subject] - by cold_realms - 2008-11-20, 08:44
[No subject] - by Hitcher - 2008-11-20, 11:46
[No subject] - by joebrady - 2008-11-20, 19:20
[No subject] - by neoanderson2002 - 2008-11-20, 19:46
[No subject] - by joebrady - 2008-11-20, 20:18
[No subject] - by Waffa - 2008-11-20, 20:34
[No subject] - by joebrady - 2008-11-20, 20:39
[No subject] - by Hitcher - 2008-11-20, 21:22
[No subject] - by cold_realms - 2008-11-20, 23:01
[No subject] - by joebrady - 2008-11-20, 23:37
[No subject] - by cold_realms - 2008-11-21, 01:11
[No subject] - by cold_realms - 2008-11-21, 01:12
[No subject] - by Hitcher - 2008-11-21, 01:15
[No subject] - by joebrady - 2008-11-21, 01:20
[No subject] - by Hitcher - 2008-11-21, 01:31
[No subject] - by FourTwentySmilz - 2008-11-21, 07:32
[No subject] - by Hitcher - 2008-11-21, 10:31
[No subject] - by FourTwentySmilz - 2008-11-21, 10:41
[No subject] - by FourTwentySmilz - 2008-11-23, 07:52
[No subject] - by Hitcher - 2008-11-23, 12:56
[No subject] - by Hitcher - 2008-12-02, 00:49
[No subject] - by skunkm0nkee - 2008-12-02, 14:28
[No subject] - by Hitcher - 2008-12-02, 14:58
[No subject] - by minimalko - 2008-12-02, 16:05
[No subject] - by Hitcher - 2008-12-02, 17:53
Logout Mark Read Team Forum Stats Members Help
Fanart as poster option?0