Recommended Posts

Try this :) the header seems to appear with replay-gained files only

Group By

%album%

Yeap. I do believe its one of my old configs.

I use replaygain to differentiate singles from albums by only applying track gain to single tracks and album gain to albums. So a simple case of checking for album gain does the trick. Saves all custom tagging and whatever other exotic methods people use to identify singles.

does anyone have a image for record? something that i can use as a background for album art?

something to replace the cd in this:

untitled1tn7.jpg

a record with a sleeve or something like it would be fine.

can you please post your trackinfo+images please?? been looking for something simple like that :D

can you please post your trackinfo+images please?? been looking for something simple like that :D

here is the image: (its 1280x30)

http://img183.imageshack.us/img183/2765/trackinfobg3ek0.png

and the code:

$imageabs(,,LOCATION HERE,)

$padding(5,5)
$align(left,middle)
$font(Calibri,10,bold glow- glowexpand-0 glowalpha-125,255-255-255)
[%title%]
$font(Calibri,10,glow- glowexpand-0 glowalpha-125,180-184-194)
 '/ '
[%artist%]


$padding(,)
$align(right,middle)
$font(Calibri,10,bold glow- glowexpand-0 glowalpha-125,255-255-255)
[%_time_elapsed%]
$font(Calibri,10,glow- glowexpand-0 glowalpha-125,180-184-194)
 '/'
[%length%]

I guess I'm not as big of a customizer as I thought, I had many problems so I gave up. But I still see there is alot you can do with this program.

I thought I was big on it before I started, I stayed at the shallow end of the pool customization wise in FooBar.

Here's the code for this (well it's ever so slightly different):

fbfk1.png

----------

Layout

Vertical Splitter
- Horizontal Splitter
- - Buttons
- - Playlist Switcher
- Single Column Playlist
- Quicksearch Toolbar

Single Column Playlist

Row height: 18

Group rows: 1

Group By:

$if(%totaltracks%,%album%,-)

Item Display:

$puts(coverstring,$replace(%path%,%filename_ext%,folder.jpg))
$puts(nocover,C:\Program Files\foobar2000\images\itunes\nocover.png)

$puts(font1,200-200-200)
$puts(font2,100-100-100)
$puts(font3,150-150-150)
$puts(font4,180-180-180)
$puts(font5,200-200-200)

$if(%_selected%,
$puts(font1,245-245-245)
$puts(font2,245-245-245)
$puts(font3,245-245-245)
$puts(font4,245-245-245)
$puts(font5,245-245-245)
)

$if($stricmp($mod(%list_index%,2),1),$drawrect(0,0,0,0,brushcolor-245-245-245 pencolor-null))
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-$if($stricmp($mod(%list_index%,2),1),190-190-190,200-200-200) pencolor-null))
$if(%_focused%,$drawrect(-1,0,$add(%_width%,2),0,brushcolor-null pencolor-160-160-160))

$alignabs(2,0,20,%_height%,center,middle)
$font(calibri,8,bold,$get(font1))
$num($if(%totaltracks%,%tracknumber%,%_itemindex%),2).

$alignabs(22,0,$sub(%_width%,$if($and(%totaltracks%,$greater(%_itemcount%,4),$greater(6,%_itemindex%)),112,24)),%_height%,,middle)
$font(calibri,8,bold lowercase,$get(font4))
$if(%isplaying%,'['%playback_time_remaining%$if(%ispaused%,.)']'
$if($or($greater($muldiv(%playback_time_seconds%,100,%length_seconds%),49),$greater(%playback_time_seconds%,239)),'[as]') )
$font(calibri,8,bold lowercase,$get(font2))
$if(%totaltracks%,,%artist% - )%title% 
$font(trebuchet ms,6,bold,$get(font3)) $repeat(● ,%rating%)
$if($and(%play_counter%,%rating%), )
$font(calibri,8,bold,$get(font5))[%play_counter%x]

$if($and(%totaltracks%,$greater(%_itemcount%,4),$greater(6,%_itemindex%)),
$drawrect($sub(%_width%,86),$sub($add(4,%_height%),$mul(%_itemindex%,%_height%)),82,82,brushcolor-255-255-255 pencolor-160-160-160)
$imageabs2(76,76,,,,,$sub(%_width%,83),$sub($add(7,%_height%),$mul(%_itemindex%,%_height%)),$get(nocover),nokeepaspect)
$alignabs($sub(%_width%,76),$sub($add(12,%_height%),$mul(%_itemindex%,%_height%)),82,82,,)$font(wingdings 2,52,bold textalpha-30,255-255-255)?
$imageabs2(76,76,,,,,$sub(%_width%,83),$sub($add(7,%_height%),$mul(%_itemindex%,%_height%)),$get(coverstring),nokeepaspect)
)

Group Display:>

$drawrect(0,0,0,0,brushcolor-60-60-60 pencolor-null)

$alignabs(14,0,$sub(%_width%,67),%_height%,,middle)
$font(calibri,8,bold lowercase,240-240-240)
$if(%totaltracks%,%album% ''$right(%date%,2),single tracks)
$font(calibri,8,bold lowercase,220-220-220) by 
$font(calibri,8,bold lowercase,240-240-240)$if(%totaltracks%,%artist%,assorted artists)

$alignabs($sub(%_width%,53),0,50,%_height%,right,middle)
$font(calibri,8,bold lowercase,120-120-120)
%_itemcount% track$if($stricmp(%_itemcount%,1),,s)

$alignabs(0,1,14,%_height%,center,middle)
$font(Wingdings 3,4,,100-100-100)
q

[bPlaylist Switcher>[/b]>

666666|666666 
$replace($lower(%title%),'search results [','search:'999999|999999 ,']',)
999999|999999 ?
666666|666666 %size% $if($stricmp($left(%title%,16),'search results ['),results,tracks)

$tab()

999999|999999%length% 

[Required Fonts (May be commercial)i>[/b]b>

Calibri

Trebuchet MS

Wingdings 2

Wingdings 3

[Required Imagesi>[/b]b>

nocover.png

nocoveriy9.png

[Other Infoi>[/b]b>

  • The buttons are next playlist/previous playlist
  • The 'X' on the nocover image is drawn on using a font (Wingdings 3)
  • For the playlist switcher to display the search playlist differently to the regular playlists, use the quicksearch toolbar with a playlist named 'Search Results', and check the option to append search to playlist name

Well I started using foobar about a month ago, mainly because itunes 7 was a RAM hog, liked to crash a lot and sound quality was choppy. :angry: Over the last month i've learned so much about foobar I think, mostly from forums but also seeing how other people make foobar do things. Finally i've finished messing about with it for now and here it is. Tell me what you think..be nice though :o

foobar2klw5.th.png

P.S Sorry for the large image file. Haven't got any image editing proggies installed and mspaint jpeg makes it look horrid. :blink:

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

    • No registered users viewing this page.
  • Posts

    • Formatting would be awesome if fully customised and then roll out the settings as a company wide standard.
    • I just want to know why the volume control feature in the browser version keeps appearing then disappearing, here today - gone tomorrow. Now it's gone again. Annoying as hell.
    • When you have only lies and blood libels to present, you've lost. And how hard is it for you to look up BBC and AP? You hate Jews, just admit it.
    • This article does not make sense and it’s very evident, the bug wasn’t confirmed to exist, because the application itself runs on editions of Windows which make it impossible to run Hyper-V VMs on, “Basically, Claude Desktop on Windows spins up a 1.8GB Hyper-V virtual machine if you use Claude Cowork or agent mode even once.”, suggests the bug is caused by something else otherwise it would only happen to users with the capability of running Hyper-V VMs and that’s only if Hyper-V was enabled which is by default not enabled. The true issue is that the author who reported the bug used the incorrect terminology, it’s actually a container, not a VM that is being started by the way. There were users on macOS reporting the same issue, Hyper-V, doesn’t exist on that platform obviously. Every single user who confirmed the problem in the last week was either using macOS making this issue impossible to be relevant to them, or was a comment talking about WSL, which the author indicated 3 months ago was disabled.
    • “To prevent hallucination issues and keep the database clean, the platform uses a multi-agent verification loop to check code quality.” - This absolutely isn’t happening. ”Before the massive rise of LLMs, which tanked its traffic by about 50% over the last couple of years, Stack Overflow was the go-to website for millions of programmers seeking coding solutions.” - It still is trusted, because the community of users, blocked other users from submitting false and misleading answers generated by AI agents that can be convinced something it generated is actually incorrect even if it’s actually correct. The company itself doesn’t know what it wants to be so it keeps trying and failing to introduce AI features to the platform. This effort will also fail, already submitted one successful poison pill, look forward to generating more.
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      98
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!