QUOTE(Raven.am0k @ Jul 14 2006, 05:06)

Well, i realised, that the best foobar is a fullscreen foobar

so i´ve made a new one, i hope you like it, I do

The Photo is Animated, the first photo is DURING play, and the second one is while stoped playing, just look at the trackinfo pannel on the lower-left.
Strictly4me inspired me a little bit for my design


greets Raven.am0k
hey can you post ur fcs? and also the code to your track info??
thanks!!

[/quote]
upper trackinfo code:
CODE
$puts(bright,FFFFFF)
$puts(grey,999999)
$puts(special,F3AA17)
$puts(dark,444444)
$if(%_trackinfo_notrack%,$char(10)$get(special)Foobar 2000 Mp3 Player,
$upper($if(%ispaused%,$get(bright)%artist%$get(dark) / ,$get(bright)%artist% $get(dark)/ )
$upper($get(grey)[%title%])
$tab()
$if(%isPaused%,F3AA17 o FFFFFFpaused,
$if(%IsPlaying%,$ifgreater(3,%_time_remaining_seconds%,F3AA17 o FFFFFFstarting next track,
$if(%IsPlaying%,$ifgreater(8,%_time_remaining_seconds%,F3AA17 o FFFFFFloading next track,
$upper($if(%isplaying%,$get(bright)%playback_time%$get(dark)|,$get(grey)%playback_time% $get(dark)| ))
$upper($if(%isplaying%,$get(bright)%length%,$get(grey)%length%))
), F3AA17o$get(bright) Track not loaded))
, F3AA17o$get(bright) Track not loaded))
$char(10)
$get(special)[%album%])
$tab()
$get(special)[%genre%])
bottom trackinfo code:
CODE
$puts(bright,FFFFFF)
$puts(grey,CDCDCD)
$if(%_filesize%,$get(head)$get(bright)Filesize: $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'F3AA17 | $get(bright),)
$if($strcmp(1,$get(codec)),$get(info)$get(text)%__codec%)
$get(head)$if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),)
$if($strcmp(1,$get(bitdepth)),$if(%__bitspersample%,$get(info) $get(text)%__bitspersample%))
$if(%__samplerate%,$get(head)$get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3)KHz )
$if(%__bitspersample%,$get(head)Bitdepth: $get(info)%__bitspersample% bits/sample,)
%channels%
//progress bar
$tab()
$if(%isPaused%,F3AA17 o FFFFFFpaused,
$if(%IsPlaying%,$ifgreater(5,%_time_remaining_seconds%,F3AA17 o FFFFFFstarting next track,
$if(%IsPlaying%,$ifgreater(10,%_time_remaining_seconds%,F3AA17 o FFFFFFloading next track,F3AA17o $get(bright)progress
$progress2(%_time_elapsed_seconds%, %_time_total_seconds%, 48,F3AA17I,
$get(grey)I)
), $get(bright) no track loaded))
, o $get(bright) no track loaded))
columns UI setup:

have fun

[/quote]
hey chivas can you post up the plugins that you have for the playlist drop down , or let me know where to get it?, and also the tabbed panel stock mod, im guessing that is the plugin that you use to get the tabs that have album art, lyrics, and such , its really cool
thanks a lot!!