Foobar2000 Customization Topic


Recommended Posts

Nice config!

I've got 2 questions:

What fonts are using on the playlist and on the status bar? (the ones I've tried don't have the arrow character).

How do you separate artist, title, album and time in columns?

EDIT: I got how to display the collumns but I am having trouble formatting the strings :\

Edited by Johnnie Walker
Link to comment
Share on other sites

584845721[/snapback]

i'm pretty sure this is obvious, but how do you get the database (i suppose) in the left panel like that to separate by artist, album, genre, etc? that would completely remove the need for tabs for me..

Link to comment
Share on other sites

alright. i want to have an accessible menu in the main interface that can sort my music by artist and album, and i want everything to be displayed in columns. i don't want to create playlists. a volume slider would be nice too. what do i do? i'm completely new to foobar.

Link to comment
Share on other sites

Copy&paste

font: @Arial Unicode MS bold 7pt

bgcolor: 55,107,180

DCAE8DMode: %_trackinfo_mode%$char(10)$if(%_trackinfo_notrack%,No track,
$char(1)C0CEBA4Song Info$char(10)
D7B997Title: ffffff%title%$char(10)
D7B997Artist: F3EAE0%artist%$char(10)
D7B997Album: F3EAE0%album%$char(10)
D7B997Date: F3EAE0%date%)$char(10)
D7B997Genre: F3EAE0%genre%$char(10)
$char(1)C0CEBA4Tech Info$char(10)
D7B997Codec: F3EAE0%__codec% $char(10)
D7B997Bitrate: F3EAE0%__bitrate% Kbit/s$char(10)
D7B997Samplerate: F3EAE0%__samplerate% Hz$char(10)
D7B997Channels: F3EAE0$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,' 'Stereo,''Mono)),)$char(10)
D7B997Time: F3EAE0%_time_elapsed% / %_time_total%$char(10)

$puts(theme,1)

// progressbar config
$puts(progress_char,█)
$puts(progress_length,20)

$if($strcmp($get(theme),1),
$puts(progress_color1,$rgb(164,235,12))
$puts(progress_color2,$rgb(54,106,179))
)


// PREPARE COLOR-STRINGS
// =========================================
$puts(progress_color1a,$blend($get(progress_color1),000000,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2),000000,1,5.7))
// progressbar
$puts(progressbar,
$if(%_length_seconds%,

$puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%))
$transition($repeat($get(progress_char),$get(progress)),$get(progress_color1a),$get(progress_color1))
$transition($repeat($get(progress_char),$sub($get(progress_length),$get(progress))),$get(progress_color2a),$get(progress_color2))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
,streaming...
)
)
$get(progressbar)

Link to comment
Share on other sites

Nice Cream. I see you're using one of my favorite VS', Nano (Y)

I'm really intrested in how you got it to look like that specifically (well without the fonts and colors). If you could PM me the code or post it here that would be great.

Link to comment
Share on other sites

I'm glad you guys like the config! It took awhile for me to get it the way I wanted. :laugh:

On the left I have the playlist/track info sidebar, with edge style set to 'none' so I get rid of the ugly borders :p

The font is Swis721 Cn BT D-Type @ 7pt, just in case anyone wants to know. My config is based off of someone elses... I have to figure out who's though. I forget. Anyway, It's attached down there \/

Also, I'm not sure if the track info config is exported in the .fcs file, so here it is:

$if(%_trackinfo_notrack%,No track,%artist%
$char(10)
e7be42%title%
$char(10)
%album%
$CHAR(10)
%__bitrate% kB/s)

Anything else, just PM me or something. Glad to help out!

creamconfig.zip

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.