Thanks! Already using Maybe it's not Br3tt-perfect but very useful
Pretty kickass temporary implementation until hopefully Br3tt makes this a part of the UI somehow...
Note: Could you reupload this left-panel config after Br3tt posts the new Kameleon revision that fixes the cover scaling bug in Vista? Thanks!
Thanks for the positive response I'm definately no PSS pro, that's why I really hope that Br3tt would take over this project.
For now, this is the updated version!
Also, how did you get those playlist stats on your playlist switcher?
It's basically %length% and %size%. In the playlist switcher preferences, tick "Use titleformatting" and enter your code.
Edit: This is my full code (something similar was posted here some time ago):
////////CONFIG////////
////HEADER COLOR////
$puts(headercol,$rgb(100,150,250,255,255,255))
////NORMAL PLAYLIST COLOR////
$puts(listcol,$rgb(255,255,255,150,200,255))
////NOW PLAYING////
$puts(nowplaycol,$rgb(100,150,250,100,150,250))
$puts(nowplayindic_a,'>>' )
$puts(nowplayindic_b, '<<')
$puts(nowplayindic_c, '<>')
$puts(nowplayindic_col,$rgb(100,150,250,255,255,255))
////ITEM-COUNTER COLOR////
$puts(countercol,$rgb(144,144,144,255,255,255))
////ITEM-LENGTH-COLOR////
$puts(lengthcol,$rgb(88,88,88,144,144,144))
////FADING LINE COLORS////
$puts(fadebegin,$rgb(100,150,250,255,255,255))
$puts(fadeend,$rgb(255,255,255,100,150,250))
//FADING IN SECTION HEADER//
$puts(fadesymbola1,\)
$puts(fadesymbola2,/)
$puts(fadelengtha1,30)
$puts(fadelengtha2,30)
//FADING IN DIVIDER//
$puts(fadesymbolb1,--)
$puts(fadesymbolb2,)
$puts(fadelengthb,35)
////////CONFIG-END////////
$if($greater($len(%title%),0),
$if($strcmp(%title%,-),
$transition($repeat($get(fadesymbolb1),$get(fadelengthb)),$get(fadebegin),$get(fadeend))
$transition($repeat($get(fadesymbolb2),$get(fadelengthb)),$get(fadeend),$get(fadebegin)),
$if($strcmp($left(%title%,1),-),$transition($repeat($get(fadesymbola1),$get(fadelengtha1)),$get(fadebegin),$get(fadeend))$get(headercol)
$substr(%title%,2,$len(%title%)) $transition($repeat($get(fadesymbola2),$get(fadelengtha2)),$get(fadeend),$get(fadebegin)),
$if($stricmp($right(%title%,3),-AB),
$if(%is_playing%,$get(nowplayindic_col)$get(nowplayindic_a)$get(nowplaycol)$left(%title%,$sub($len(%title%),3))$get(nowplayindic_col)$get(nowplayindic_b),$get(listcol)$left(%title%,$sub($len(%title%),3))),
$if($stricmp($right(%title%,2),'-S'),
$if(%is_playing%,$get(nowplayindic_col)$get(nowplayindic_a)$get(nowplaycol)$left(%title%,$sub($len(%title%),2))$get(nowplayindic_col)$get(nowplayindic_b),$get(listcol)$left(%title%,$sub($len(%title%),2))),
$if($stricmp($right(%title%,2),'-R'),
$if(%is_playing%,$get(nowplayindic_col)$get(nowplayindic_a)$get(nowplaycol)$left(%title%,$sub($len(%title%),2))$get(nowplayindic_col)$get(nowplayindic_b),$get(listcol)$left(%title%,$sub($len(%title%),2))),
$if(%is_playing%,$get(nowplayindic_col)$get(nowplayindic_a)$get(nowplaycol)%title%
$get(nowplayindic_col)$get(nowplayindic_b),$get(listcol)%title%)
))))))
$tab()
$ifgreater(%size%,0,$get(lengthcol)%length%
//$if(%is_playing%,$get(countercol)|$get(nowplayindic_col)$get(nowplayindic_c),)
$get(countercol)|%size%,)