I'll start with mine.
My current foobar

All component can be found here : LINK
Required Component
Column UI
Single Column Playlist Viewer
Album Art Panel
Track Info Panel Mod
Album Art Setting


Source List : Here
Single Column Playlist Viewer
Row Height : 16
Group row : 1
Images (put this into your foobar\images folder)
Group By
CODE
$if(%SINGLETRACK%,Singles,%album%)
Item Display
CODE
$imageabs(0,0,images\main_bg.png,)
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-220-210-220 pencolor-null))
//ARTIST TITLE
$padding(1,1)
$font(Calibri,7,bold ,50-50-50)
$upper($if(%singletrack%, %artist% | %title%,
$font(Century Gothic,7,bold,155-155-155) %tracknumber%
$font(Calibri,7,bold,50-50-50)%title%))
$if(%isplaying%, Ω)
//RATING
$padding(,3)
$align(right,)
$font(Star Things,7,,) $repeat($rgb(155,155,155)n,%rating%)
$repeat($rgb(225,225,225)n,$sub(5,%rating%))
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-220-210-220 pencolor-null))
//ARTIST TITLE
$padding(1,1)
$font(Calibri,7,bold ,50-50-50)
$upper($if(%singletrack%, %artist% | %title%,
$font(Century Gothic,7,bold,155-155-155) %tracknumber%
$font(Calibri,7,bold,50-50-50)%title%))
$if(%isplaying%, Ω)
//RATING
$padding(,3)
$align(right,)
$font(Star Things,7,,) $repeat($rgb(155,155,155)n,%rating%)
$repeat($rgb(225,225,225)n,$sub(5,%rating%))
Group Display
CODE
$imageabs(,,images\header6.png,)
$padding(5,2)
$font(Calibri,8,bold,235-235-215)
$if(%SINGLETRACK%,Single,
$upper(%artist%)
$padding(1,0)
$align(right,)
$font(Calibri,8,bold,175-235-175) ↘ %album%)
$padding(5,2)
$font(Calibri,8,bold,235-235-215)
$if(%SINGLETRACK%,Single,
$upper(%artist%)
$padding(1,0)
$align(right,)
$font(Calibri,8,bold,175-235-175) ↘ %album%)
Button Config
Here
Note : To use this, add a Button panel in the layout ,then right click -> Customize, at the bottom left corner, press Tools -> Load from file
Progress Bar (Track Info Mod Panel)
CODE
$padding(,-3)
$align(left,bottom)
$drawrect($muldiv(%_width%,1,100),4,$muldiv(%_width%,95,100),9,brushcolor-null pencolor-180-184-194)
$drawrect($add($muldiv(%_width%,1,100),2),6,$ifgreater($muldiv($sub($muldiv(%_width%,95,100),4),
%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,78,100),4),
%playback_time_seconds%,%length_seconds%),1),5,brushcolor-120-130-210 pencolor-null)
,))
$align(left,bottom)
$drawrect($muldiv(%_width%,1,100),4,$muldiv(%_width%,95,100),9,brushcolor-null pencolor-180-184-194)
$drawrect($add($muldiv(%_width%,1,100),2),6,$ifgreater($muldiv($sub($muldiv(%_width%,95,100),4),
%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,78,100),4),
%playback_time_seconds%,%length_seconds%),1),5,brushcolor-120-130-210 pencolor-null)
,))
Hope everyone can enjoy foobar as much as I did.
This post has been edited by s[H]sIkuA: Jan 5 2007, 09:24 PM
Dec 10 2006, 11:01 AM
Quote



0.0166sec
0.47
7 queries
GZIP Disabled