Different track list presentation (1 Viewer)

maxx_nantes

Portal Pro
October 5, 2009
231
11
Hi,

using a spotify plugin, I'm trying to modify the default skin. I'd like to use a different layout while displaying tracks.
The defaults layout displays them as a list. I would like to know if a component can display them as a table (or multiple lists or multiple columns of the same lists) as I'd like to display only 3 tracks per column and let's say 3 of 4 columns at a time.

Thanks in advance

Matt
 

cul8er

Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Hi,

    The only way I can think of is using the tumbnail view. Make it present the track name and set the thumb image to 0 pixels.

    Example of tags on the thumbnail facade;
    Code:
            <textureWidth>426</textureWidth>
            <textureHeight>30</textureHeight>
    		<itemWidth>426</itemWidth>
            <itemHeight>30</itemHeight>
            <thumbWidth>1</thumbWidth>
            <thumbHeight>1</thumbHeight>
            <thumbPosX>0</thumbPosX>
            <thumbPosY>0</thumbPosY>

    cheers
    cul8er
     

    maxx_nantes

    Portal Pro
    October 5, 2009
    231
    11
    great idea
    plus, there is a thumbnail view (the one you created, I guess) so, I'll only have to copy and modify it instead of re-inventing the wheel

    Thanks a lot pal (and master when it comes to skinning ;) )
     

    Users who are viewing this thread

    Top Bottom