Foobar2000 Customization Topic


Recommended Posts

Whenever I adds new tracks to my playlist, those songs get selected. Does anyone know if I can remove that?

Preferences > Media Library > Album list > remove "select added items"

for panel version, it's under behavior

Link to comment
Share on other sites

Small Update

prev8kg.jpg

click

- VistaXP (mod task et font)

- Blue Planet Wallpaper >> here

I really like those big icons for your hdd and music on your desktop. they are big, and the info under them.. how did you do that?

Link to comment
Share on other sites

my latest...switched from tannish to black, really like it :)

just ask for any of the info

blacky2wy.th.jpg

also brumal,

in this pic

brumalscreenshot426200628dy7tl.th.png

how do you get the playlist catagories with the numbers and such.

tHanks,

bsommer

Link to comment
Share on other sites

also brumal,

in this pic

brumalscreenshot426200628dy7tl.th.png

how do you get the playlist catagories with the numbers and such.

tHanks,

bsommer

Here's my playlist switcher formatting string

$if($strcmp(%size%,0),$tab()$rgb(85,217,2550)$upper(%title%) , o %title%$tab()'('%size%')' )

Link to comment
Share on other sites

cool, is there any way to get rid of the squares in front of the playlist name , and also, make the number of songs in that playlist smaller then the playlist name?

Link to comment
Share on other sites

Preferences > Media Library > Album list > remove "select added items"

for panel version, it's under behavior

That didn't work for me :no:

Link to comment
Share on other sites

I have a question: how can i remove the ? signal from the song titles?

Here's an image:

image7cc.th.jpg

I've seen the .fcs file, but there's no ? symbol... :(

Link to comment
Share on other sites

I have a question: how can i remove the ? signal from the song titles?

posting your code of that certain column would be a help. Or better, upload your fcs file

Link to comment
Share on other sites

Sorry.Here is the part that matters (i couldn't upload the entire .fcs file,permission denied)

$if(%_isplaying%,-> )
// Title
$if(%title%,
$if(%_isplaying%,$replace(%_titlep%|%_titles%%_c_title%,
'(',%_bonus%'(',')',')'%_titlep%|%_titles%),
$replace(%_title%|%_titles%%_c_title%,
'(',%_bonus%'(',')',')'%_title%|%_titles%)),
%_file%%_filename%)
// Bonustrack
$if(%bonustrack%, %_bonus%*Bonus Track*)
%_titlep%|%_titles%%_now_play%
$if(%_showrt%,$tab()
$if(%_slick%,
$if(%__replaygain_track_gain%,,%_rone%|%_rtwo%$char(10007))
$if(%_albumgain%,
$if(%__replaygain_album_gain%,,%_rone%|%_rtwo%$char(10007)),),
$if(%__replaygain_track_gain%,,%_rone%|%_rtwo%T)
$if(%_albumgain%,
$if(%__replaygain_album_gain%,,%_rone%|%_rtwo%A),)))

he's got another column called TitleS configured as follows:

$if(%_isplaying%,-> )
$if(%title%,
$if(%_isplaying%,$replace(%_titlep%|%_titles%%_c_title%,
'(',%_bonus%'(',')',')'%_titlep%|%_titles%),
$replace(%_title%|%_titles%%_c_title%,
'(',%_bonus%'(',')',')'%_title%|%_titles%)),
%_file%%_filename%)
$if(%bonustrack%, %_bonus%*Bonus Track*)
%_now_play%
$if(%_showrt%,$tab()
$if(%_slick%,
$if(%__replaygain_track_gain%,,%_rone%|%_rtwo%$char(10007))
$if(%_albumgain%,
$if(%__replaygain_album_gain%,,%_rone%|%_rtwo%$char(10007)),),
$if(%__replaygain_track_gain%,,%_rone%|%_rtwo%T)
$if(%_albumgain%,
$if(%__replaygain_album_gain%,,%_rone%|%_rtwo%A),)))

Link to comment
Share on other sites

Foobar Materia.

Classical

Modern

:cool:

Hey sweet setup. Would you mind posting your trackinfo panel codes? Thanks ;)

Link to comment
Share on other sites

Hey sweet setup. Would you mind posting your trackinfo panel codes? Thanks ;)

Sure thing.

Top panel:

$tab()[$upper(%artist%)]$char(10)
$tab()$if($and($strstr(%genre%,Classical),$not($strcmp(%album%,%title%))),[%album%: ],)[%title%]$char(10)
$if(%_trackinfo_notrack%,no track)

Bottom panel:

$if(%_trackinfo_notrack%,,$if($strstr(%genre%,Classical),[%genre%]$tab()[%performer%],
[%genre%]$tab()[%album%])$char(10)
[%codec% %bitrate%Kbps][%_extrainfo%] ~ 
$div(1411,%bitrate%).$substr($muldiv(1411,100,%bitrate%),2,3):1 '('$sub(100,$muldiv(%bitrate%,100,1411))'%)'
$tab()[%playback_time% / ][%length%]$char(10))

Enjoy. ;)

Link to comment
Share on other sites

very comprehensive and professional looking foobar brumal :)

.. and also nice, large and clean looking foobar you got there bsommer ;)

keep it comin' guys, we need thread revival :D

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.