skin edit - playlist problem
Posted: 10 Jan 2007 07:08
ok, so anyway i s looking for a good media player compatible with linux to make it easier on me when i switch to linux completely, and found the VLC player. i decided to download a skin, and downloaded the chaos skin from the homepage(it looks like the old skin from winamp, which i like). so anyway, i decide to do a few modifications on it, and unlike the others, i dont have any trouble editing it.
my problem is thus: i dont know how to shift the position of a song in the playlist(i.e moving song #16 to spot #14, and vice-versa). i looked at the manual, and didnt see any actions dealing with moving one song(or sevral selected songs), to a diffrent place. i know its possible, because the standard skin, the windows looking one, can have files moved all you want, including dragging the songs around.
also another problem is that the scrollbar doesnt work. it doesnt scroll. heres the code from the scroll section:
also if you might happen to know how to get the visual equalizer thing working, you know how when it plays it displays the graphics based on the tones moving up and down(like in winamp).
thanks
-RobbieThe1st
my problem is thus: i dont know how to shift the position of a song in the playlist(i.e moving song #16 to spot #14, and vice-versa). i looked at the manual, and didnt see any actions dealing with moving one song(or sevral selected songs), to a diffrent place. i know its possible, because the standard skin, the windows looking one, can have files moved all you want, including dragging the songs around.
also another problem is that the scrollbar doesnt work. it doesnt scroll. heres the code from the scroll section:
Code: Select all
<Playlist id="playlist" x="10" y="20" width="240" height="58" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#FFFFFF" playcolor="#738DB1" bgcolor1="#303B51" bgcolor2="#303B51" selcolor="#000000" >
<Slider id="playlist_slider" x="264" y="28" lefttop="righttop" rightbottom="rightbottom" up="pl_slider_up" down="pl_slider_down" points="(0,40),(0,0)" />
</Playlist>
thanks
-RobbieThe1st