Foobar2000 Customization Topic


Recommended Posts

$alignabs(2,5,$sub(%_width%,2),%_height%,left,)
$font(Wingdings,12,glow-190-190-190 glowexpand-1,250-250-250)
$repeat(?,1)

I use this (^) code to put a sign next to every song. But when it's playing I want the sign next to that song to switch colour. I can't get it to work with

$font(Wingdings,12,$if(%isplaying%,glow-190-190-190 glowexpand-1,250-250-250),)
$repeat(?,1)

Link to comment
Share on other sites

try this

$font(Wingdings,12,glow-190-190-190 glowexpand-1,$if(%isplaying%,100-100-100,250-250-250))
$repeat(?,1)

this will change the sign to grey with a glow

Thanks alot, works wonderfully.

Link to comment
Share on other sites

File not found?

Sorry it works now, i had to take it offline to fix some problems, and couldn't say so here on neowin due to downtime.. - but it is back now (as of about 3pm gmt)

Link to comment
Share on other sites

my first shot on smth new:

screenyyu2.jpg

Could you post the code for the single track mod?
Link to comment
Share on other sites

This is the view setting I have for my album list panel

$if($meta(album artist),%album artist%,$if($strcmp($left(%artist%,4),The ),$right(%artist%,$sub($len(%artist%),4))', 'The,%artist%))|[ %date%] ? [%album%] [Disc %discnumber%]

If I'm reading this right should it not sort the list (not counting in 'the') but display the 'the' before the artists name??

Link to comment
Share on other sites

New one again! :shiftyninja:

*ninja-snip*

I need a better bitmap font though. This one is kinda hard to read...

Really enjoy your current setup. Sure you'll tinker around more with it or possibly already have but wouldnt mind the info on it when you got time. Know its mixes of some others configs but your comboof them simply suits my eye.

Link to comment
Share on other sites

Really enjoy your current setup. Sure you'll tinker around more with it or possibly already have but wouldnt mind the info on it when you got time. Know its mixes of some others configs but your comboof them simply suits my eye.

The playlist is foo_uie_single_column_playlist (obviously). Here's the code for that.

And you'll need foo_uie_trackinfo_mod for the song display at the top. Here's the code for that (it's a slight mod of em3's original):

$drawrect(0,0,,,brushcolor-228-233-240 pencolor-null)
$imageabs(0,0,images\track_bg.png,)

$if(%_isplaying%,
$padding(28,4)$align(left,top)$font(Calibri,9,,68-68-68)
[$meta(artist)]$if($meta_test(artist,title),' - ')%title%

$padding(-20,)$align(right,top)
[%album%]

$padding(107,-2)$align(left,bottom)$font(Tahoma,8,,97-97-97)
$puts(filetype,$upper($ext(%filename_ext%)))
$puts(codec,
$if($strcmp($get(filetype),WAV),[%codec% ]WAVE,
$if($strcmp($get(filetype),OGG),Ogg[ %codec%],
$info(codec))))
%bitrate% Kb/s  %samplerate% Hz  [$caps(%__mp3_stereo_mode%)  ]$get(codec)

$padding(-107,)$align(right,bottom)
$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) MB)

All the images are attached (extract them to the /images directory in the foobar folder). I also attached the silk buttons if you want them.

images.zip

silk.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.