Kodi Community Forum
Would like to mod AlaskaRevis to include posterview for music - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Alaska (https://forum.kodi.tv/forumdisplay.php?fid=126)
+----- Thread: Would like to mod AlaskaRevis to include posterview for music (/showthread.php?tid=72111)



Would like to mod AlaskaRevis to include posterview for music - PantsOnFire - 2010-04-14

I've always like Aeon's showcase view for music:

Image

I've been keen to see it in Alaska, would I have to create a whole new view or could posterview from the other sections be adapted? (this might already be in progress by somebody, I'm not too up to date, if it is I don't want to overstep my boundaries and sound pushy, but I am keen to see it available so if I can help contribute something to it, I'd be glad).

Anyone else want to help out? / Is there much interest in this viewtype for music?


- PantsOnFire - 2010-05-03

Anyone?


- mcborzu - 2010-05-04

Easiest would be to open up Viewtype_Poster.xml

Line 307 starts Alaska's square posterview:
PHP Code:
<include name="Viewtype_SquarePoster">
        <
control type="wraplist" id="54">
            <
viewtype label="40284">icon</viewtype>
            <
posx>-110</posx>
            <
posy>150</posy>
            <
width>1400</width>
            <
height>600</height

Play with the <posy> to move the list up and down. If you want bigger thumbs play with the code below:

PHP Code:
<itemlayout width="200" height="200">
                <
control type="image">
                    <
posx>2</posx>
                    <
posy>52</posy>
                    <
width>196</width>
                    <
height>196</height>
                    <
texture>square/squarematteNF.png</texture>
                    <
colordiffuse>BackgroundColor</colordiffuse>
                    <include>
Animation_HiddenByInfo</include>
                </
control

Change the width and height and, and then bump up the same values below. Then do the same for <focuslayout>:

Quote:itemlayout width="200" height="200"