Would like to mod AlaskaRevis to include posterview for music
#1
Question 
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?
Reply
#2
Anyone?
Reply
#3
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"
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
Would like to mod AlaskaRevis to include posterview for music0