Seems like there's quite the interest in my foobar layout. I actually copied it from someone else because it was very neat. The real creator is Psyphre and can be found in this thread (and on the forum of course):
http://www.hydrogenaudio....index.php?showtopic=43077. I'm 'Wicoith' and yes, I'm a noob to foobar. Well, less now.
Here's his layout that made me want to change mine:
[knip]
His fcs can be downloaded here:
http://www.hydrogenaudio....hp?showtopic=43077&st=975.
His trackerinfo config can be found in that thread too.
I just wanted to give proper credit to the author of this awesome theme. Now for my version of his layout (almost the same).
Use his fcs, and the following 'codes' to get my version.
Tracker info:
$if(%ispaused%,$puts(ctext,999999),$puts(ctext,0342fc))
$puts(grey,555555)
$puts(bright,FFFFFF)
$if(%_trackinfo_notrack%,$char(10)$tab()no track,
$upper($get(bright)[%artist% $rgb(125,125,125)/ ]$get(ctext)
$if($and($strstr(%genre%,Classical),$not($strcmp(%album%,%title%))),
[ :%album%: ]
$select(%tracknumber%,I,II,III,IV,V,VI,VII,VIII,IX,X,XI,XII,XIII,XIV,XV,XVI,XVII,XVIII,XIX,XX,XXI,XXII,XXIII,XXIV,XXV,XXVI,XXVII,XXVIII,XXIX,XXX).
)
[%title%])
$tab()
$get(bright)[ %playback_time% / ][%length%]$char(10)
$get(grey)$if2([%performer%],[%album%])$tab())
// progress bar length
$puts(pblength,15)
// progress bar char
$puts(pbchar, I)
$tab()$tab()$get(bright)$if(%ispaused%,Paused ,Progress )$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(pblength),$get(ctext)$get(pbchar),$get(grey)$get(pbchar))
Playlist switcher:
$puts(ctext,0261FD)
$if($and($strcmp(%size%,0),$or($strcmp(%title%, ),$strcmp(%title%,MISC),$strcmp(%title%,GENRE))),
$get(ctext) %title%,
%title%)
The pic to the upper left is one I made in PS, I added it there through "Album art" and changed the code so that it'll only show that pic and no album art. I'm waiting for the album art component to allow multiple instances so I can use that + album art. If someone wants the pic I can upload it somewhere.