Recommended Posts

Does anyone have a simple-to-apply config of Foobar 0.9.4.2 to suggest? I have tried a few of the more advanced configs, but never achieved the complete nice look. I have pieced together a few things from earlier post but I am obviously not there yet.

<<removed due to nudity on host page>>

Edited by bangbang023
Can you upload your .cfg to get the same Single Column Playlist? Thank you. ;)

Group by:

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

Item display:

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

// background
$if($stricmp($mod(%list_index%,2),1),$drawrect(,,,,brushcolor-240-240-240 pencolor-null))
$drawrect(-1,-1,$add(%_width%,2),19,brushcolor-null pencolor-220-220-220)
$if(%_selected%,$if($stricmp($mod(%list_index%,2),1),$drawrect(,,,,brushcolor-200-200-200 pencolor-null),$drawrect(,,,,brushcolor-210-210-210 pencolor-null))$if($stricmp($mod(%list_index%,2),1),$drawrect(,,,,brushcolor-null pencolor-190-190-190)))
$if(%isplaying%,$imageabs2(,,,,,,,,$get(imagedir)playing.png,))
$if(%_focused%,$drawrect(-1,,$add(%_width%,2),,brushcolor-null pencolor-160-160-160))


$if($and($greater(7,%_itemindex%),$greater(%_itemcount%,5),%totaltracks%),

// coverart
$drawrect(-1,$sub(17,$mul(%_itemindex%,18)),109,109,brushcolor-255-255-255 pencolor-220-220-220)
$imageabs2(97,97,,,,,5,$sub(23,$mul(%_itemindex%,18)),$get(imagedir)nocover.png,)
$imageabs2(97,97,,,,,5,$sub(23,$mul(%_itemindex%,18)),$get(coverstring),)
$drawrect(5,$sub(23,$mul(%_itemindex%,18)),97,97,brushcolor-null pencolor-200-200-200)
$drawrect(6,$sub(24,$mul(%_itemindex%,18)),95,95,brushcolor-null pencolor-255-255-255 alpha-200)

// info for files with coverart
$if(%isplaying%,$alignabs(113,,40,40,,)$font(webdings,9,,90-120-140)$if(%ispaused%,;,4),
$alignabs(109,,22,18,center,middle)$font(Segoe UI,8,,180-180-180)$num(%tracknumber%,2).)
$alignabs(131,,$sub(%_width%,270),18,left,middle)$font(Segoe UI,8,,$if(%isplaying%,60-60-60,90-90-90))%title%
$alignabs($sub(%_width%,142),,50,18,right,middle)$font(Segoe UI,8,,$if(%isplaying%,130-160-180,180-180-180))[%play_counter%x  ∙  ]$font(Segoe UI,8,,$if(%isplaying%,80-80-80,120-120-120))$if(%isplaying%,%playback_time_remaining%,%length%),

// info for without coverart
$if(%isplaying%,$alignabs(4,,40,40,,)$font(webdings,9,,90-120-140)$if(%ispaused%,;,4),
$alignabs(1,,22,18,center,middle)$font(Segoe UI,8,,180-180-180)$if(%totaltracks%,%tracknumber%.,$num(%_itemindex%,2).))
$alignabs(23,,$sub(%_width%,162),18,left,middle)$font(Segoe UI,8,,$if(%isplaying%,60-60-60,90-90-90))$if(%totaltracks%,,[%artist% - ])%title%$font(Segoe UI,8,,$if(%isplaying%,120-150-170,170-170-170))$if(%totaltracks%,,[ '('%genre%[',' %date%]')'])
$alignabs($sub(%_width%,142),,50,18,right,middle)$font(Segoe UI,8,,$if(%isplaying%,130-160-180,180-180-180))[%play_counter%x  ∙  ]$font(Segoe UI,8,,$if(%isplaying%,80-80-80,120-120-120))$if(%isplaying%,%playback_time_remaining%,%length%))

// autorating display
$if(%rating%,$puts(rating,%rating%),$puts(rating,$sub(%play_counter%,$div($cwb_datediff(%cwb_systemdatetime%,%first_played%),28))))
$if($greater($get(rating),5),$puts(rating,5))
$if($greater(0,$get(rating)),$puts(rating,0))
$alignabs($sub(%_width%,93),1,72,18,center,middle)$font(wingdings,10,,$if(%isplaying%,100-130-150,150-150-150))$repeat(?,$get(rating))$font(wingdings,10,,$if(%isplaying%,170-200-220,220-220-220))$repeat(?,$sub(5,$get(rating)))

// lyrics &amp; rating tagcheck
$alignabs($sub(%_width%,25),1,10,18,center,middle)$font(wingdings 2,10,,$if(%lyrics%,$if(%isplaying%,100-130-150,150-150-150),$if(%isplaying%,170-200-220,220-220-220)))P
$alignabs($sub(%_width%,14),1,10,18,center,middle)$font(wingdings 2,10,,$if(%rating%,$if(%isplaying%,100-130-150,150-150-150),$if(%isplaying%,170-200-220,220-220-220)))P[/codebox[b]Group display:[/b]b&gt;
[codebox]$puts(imagedir,'C:\Program Files\foobar2000\images\itunes\')

// background
$imageabs2(,,,,,,,,$get(imagedir)header.png,)

// top row
$alignabs(22,4,$sub(%_width%,80),20,,)$font(Segoe UI,9,bold uppercase,240-240-240)
$if(%totaltracks%,%album% / %date%,single tracks)

// bottom row
$alignabs(22,16,$sub(%_width%,80),20,,)$font(Segoe UI,9,bold lowercase,190-190-190)
$if($or($stricmp(%playlist_name%,most played songs),$stricmp(%playlist_name%,by rating),$not(%totaltracks%)),assorted artists,%artist%)

// right side
$if(%totaltracks%,
$alignabs($sub(%_width%,80),5,75,15,right,)$font(Segoe UI,8,,230-230-230)%_itemcount% tracks

$alignabs($sub(%_width%,80),18,75,15,right,)$font(Segoe UI,8,,170-170-170)%genre%
,
$alignabs($sub(%_width%,80),12,75,15,right,)$font(Segoe UI,8,,230-230-230)%_itemcount% tracks
)

// little arrow
$alignabs(,1,20,36,center,middle)$font(Wingdings 3,6,,120-120-120)q

It's a tweak of Spex's original configuration. The tweaks are that all fonts are replaced with SegoeUI, and the seccond tick mark shows if the track has replaygain, instead of showing if it has lyrics. Enjo:):)

Hi

I've found the following PHP script to download iTunes Music Store covers from within fb2k - click here. The problem is, that it's made to be used with the foo_openwith component, which sadly isn't available for fb2k 0.9 :cry:

I've found foo_run, but I can't configure it to use the script correctly....

Does anyone have a solution? maybe a complete component to download covers from itms or amazon?

Greetings

bbmartini, THANK YOU very much! Your config is simply awesome. I've tweaked it a little to match my theme better (Inspirat SE). Is anyone else using that them for windows? I'm looking for buttons that match this theme, but haven't found any. I'm not artistic enough to create my one. If someone has some that goes well with this, please let me know. Thanks.

Foobar2000.png

That one looks lovely in my config. Thanks for sharing, Punio. I'd like to see more of your settings, such as your image files, trackinfo and buttons. How do you achieve that black bar in the album group display? Sorry for n00b questions, but I really like your foobar look.

I?m slowly getting there...

post-199259-1169922371_thumb.jpg

That one looks lovely in my config. Thanks for sharing, Punio. I'd like to see more of your settings, such as your image files, trackinfo and buttons. How do you achieve that black bar in the album group display? Sorry for n00b questions, but I really like your foobar look.

I?m slowly getting there...

https://www.neowin.net/forum/index.php?show...#entry587998552:))

Is there a simple way to do alternating colored lines in the playlist? Ideally I want to make every other line light blue ... perhaps I am missing something obvious.

Thanks for any help guys.

here is a sample from my code.

$ifequal($mod(%tracknumber%,2),0,

$imageabs(,,\images\LE5\reluna1.png,),

$imageabs(,,\images\LE5\reluna2.png,))

the tracknumber is divided by 2 if there is no remainder, even numbers, it will return the first image, and if there is a remainder it will display the second image.

Thanks for bearing with me Punio. Now - any idea why so many of my tracks end up in "Single Tracks"? In my previous configs, they have all been placed in the respective album section.

More complete info on you entire setup would be apprciated, I'm looking to incorporate a nice-looking track info section at the top to match the rest.

Cheers!

post-199259-1169992590_thumb.jpg

Your foobar doesn't look like Sony Walkman, but I like it. :p

I insert Walkman logo, because i try fill some space :p It works as button (play/pause)

If you like it, there is download link for my foo

http://rapidshare.com/files/13391041/foobar2000.exe.html

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

    • No registered users viewing this page.
  • Posts

    • "TeamViewer is the fast, simple and friendly solution for remote access over the Internet" Regarding the "friendly" description, has is stopped unceremoniusly booting your session after a couple of minutes accusing you of using it in a commercial environment?!
    • I hate religious supremacist genocidal maniacs. How antisemitic of you to imply that's what all Jews are like. Still no links I see. I guess when you're a zionists, backing your claims with proof doesn't matter. bEliEvE mE oR yOuRe hItLeR.
    • Moto G Stylus has better specs and a stylus. Search for the specs to see if they they're important to you. 
    • Funny how people who don't use OneDrive feel the need to give their opinion.
    • Win11Debloat 06.10.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.10.2026 release notes: This release brings some long-requested features alongside a host of fixes. For starters, Win11Debloat can now automatically detect previously applied tweaks for the logged-in user. And reverting them is as simple as unchecking the corresponding setting. The script now also fully supports running under the SYSTEM account, which has also made it possible to apply changes to users who are still logged in. This makes it far easier to integrate Win11Debloat into your automations and deployments. What's changed: Add confirmation dialogs & warning for Windows Terminal Removal by @Raphire Add Support for running the script under SYSTEM account by @soccerzockt in #609 With this, support was also added for applying changes to users that are still logged-in. Add option to show & undo previously applied tweaks by @Raphire in #599 Add additional options to change the All Apps view in the start menu (Hide, Grid, Category, List) by @Raphire in #599 Clean up logging of exceptions during Appx Package uninstallation via Write-Verbose by @HetCreep in #617 Improve log output in Get.ps1/Get-Dev.ps1 and clean up file exclusions by @Raphire Remove RemoveCommApps and RemoveW11Outlook app removal parameters. Use -RemoveApps parameter instead by @Raphire in #599 Resolve nested quoting bug in Run.bat when path has spaces, see #583 by @Raphire in #599 Fix desync issue when toggling "Only Show Installed" checkbox too fast by @Raphire in #599 Fix: add missing keys in Sysprep/Undo regfiles for Disabling Recall and Windows Suggested content by @Raphire in #599 Fix 'Disable Animations' Sysprep settings not being set for new users by @Raphire in #599 Fix typo in Disable_Game_Bar_Integration Sysprep registry file by @Raphire Note The -RemoveCommApps and -RemoveW11Outlook command-line parameters for uninstalling a few specific apps have been removed with this release. If you previously relied on these parameters, please see this wiki page for alternative methods of removing these apps. Download: Win11Debloat 06.10.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • 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
      508
    2. 2
      PsYcHoKiLLa
      207
    3. 3
      +Edouard
      156
    4. 4
      Steven P.
      89
    5. 5
      ATLien_0
      79
  • Tell a friend

    Love Neowin? Tell a friend!