Recommended Posts

@Bubbabyte

slowly working on a howto :D

@bbmartini

get the foo_custominfo plugin

@ooomph

awesome taste in music.

edit---

the guide to achieve my foobar2000 is up. any discussion and questions please keep them on my site. enjoy

http://moglenstar.net/archives/my-foobar-setup

Edited by moglenstar

$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)

@Bubbabyte

slowly working on a howto :D

@bbmartini

get the foo_custominfo plugin

@ooomph

awesome taste in music.

edit---

the guide to achieve my foobar2000 is up. any discussion and questions please keep them on my site. enjoy

http://moglenstar.net/archives/my-foobar-setup

File not found?

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??

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.

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

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

    • No registered users viewing this page.