Recommended Posts

^Dude, that looks pretty sweet. But you know, I think you should add glass to the bottom instead of a background image. Glass is supported by the new foo_ui_panels component.

Thanks :)

Glass at the bottom?

You mean, like this :D

fooglassxg2.th.jpg

small glitches with the buttons though :) but well.... satisfied, for now.

Could you post the code for that config Mr. Fuji? While I would change it a bit, I would love a starting point.

As already said... it's basically em3's layout....

It's really badly converted to ui_panels at the moment, but I'll post it anyway ;)

UI_Panels config:

// Background
$glass(0,0,0,58)

// Global
$panel(Playlist,Single Column Playlist,0,43,%_width%,$sub(%_height%,101),)
$panel(Buttons,Buttons,$sub($div(%_width%,2),110),$sub(%_height%,49),240,52,)

$puts(tracktitle,
	$if($meta_test(artist),%artist%,$substr(%_filename%,1,$sub($strstr(%_filename%, - ),1)))
	$if($or($meta_test(artist,title),$strstr(%_filename%, - )), - )
	$if($or($meta_test(title),$not($strstr(%_filename%, - ))),
	%title%,$substr(%_filename%,$add($strstr(%_filename%, - ),3),$len(%_filename%))))

$if(%album%,

	$puts(freespace,$sub(%_width%,38,$calcwidth($get(tracktitle)),$calcwidth(%album%)))
	$puts(space1,$sub($muldiv(%_width%,60,100),28,35))
	$puts(space2,$sub($muldiv(%_width%,40,100),8))

	$ifgreater($get(freespace),35,
		$puts(areaWidth1,$add($calcwidth($get(tracktitle)),$div($get(freespace),2)))
		$puts(areaWidth2,$add($calcwidth(%album%),$div($get(freespace),2)))
		,
		$ifgreater($calcwidth(%album%),$get(space2),
			$puts(areaWidth1,$get(space1))
			$puts(areaWidth2,$get(space2))
			,
			$puts(areaWidth1,$sub(%_width%,$calcwidth(%album%),28,35))
			$puts(areaWidth2,$add($calcwidth(%album%),8))
			)
		)

	,$puts(areaWidth1,$sub(%_width%,36))
	)

$puts(charWidth1,$div($calcwidth($get(tracktitle)),$len($get(tracktitle))))
$puts(charWidth2,$div($calcwidth(%album%),$len(%album%)))


// PerTrack
$if($and($stricmp(%_trackinfo_mode%,Follow Cursor),$stricmp(%_trackinfo_notrack%,1))
	,$imageabs(0,0,images\track_bg3.png,)
	,$if($and($stricmp(%_trackinfo_mode%,Now Playing),$stricmp(%_trackinfo_notrack%,1)),
		$imageabs(0,0,images\track_bg3.png,),
		$if(%isplaying%,$imageabs(0,0,images\track_bg1.png,),$imageabs(0,0,images\track_bg2.png,))
		)
	)

//$imageabs2(%_width%,3,0,0,0,0,0,$sub(%_height%,4),images\goldbar.png,nokeepaspect)
$button(5,5,0,0,17,18,,,Properties,)

$if($or(%isplaying%,$stricmp(%_trackinfo_mode%,Follow Cursor)),

	$puts(rating,$if2(%rating%,0))
	$button(26,20,0,0,13,17,images\rating$get(rating).png,images\rating1.png,Rate 1,)
	$button(26,20,13,0,13,17,images\rating$get(rating).png,images\rating2.png,Rate 2,)
	$button(26,20,26,0,13,17,images\rating$get(rating).png,images\rating3.png,Rate 3,)
	$button(26,20,39,0,13,17,images\rating$get(rating).png,images\rating4.png,Rate 4,)
	$button(26,20,52,0,13,17,images\rating$get(rating).png,images\rating5.png,Rate 5,)

	$padding(28,4)$align(left,top)
	$font(calibri,9,,0-77-153)

	$ifgreater($calcwidth($get(tracktitle)),$get(areaWidth1),
		$left($get(tracktitle),$sub($sub($len($get(tracktitle)),$div($sub($calcwidth($get(tracktitle)),$get(areaWidth1)),$get(charWidth1))),3))'...'
		,$get(tracktitle)
		)

	$padding(-20,0)$align(right,top)

	$if(%album%,
		$ifgreater($calcwidth(%album%),$get(areaWidth2),
			$left(%album%,$sub($sub($len(%album%),$div($sub($calcwidth(%album%),$get(areaWidth2)),$get(charWidth2))),3))'...'
			,%album%)
		)

	$alignabs($sub(%_width%,66),18,60,20,right,bottom)$font(calibri,8,,255-255-255)

	$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) MB

	)


// PerSecond
$alignabs(110,18,160,20,left,bottom)$font(calibri,8,,255-255-255)

$if(%isplaying%,
	$if2($info(bitrate_dynamic),$info(bitrate)) KB/s [%samplerate%] Hz $caps([%__mp3_stereo_mode% ])$caps([%codec%])) $alignabs(280,20,60,18,center,bottom)$if(%isplaying%,$if(%play_count%,%play_count%x Played,Never Played),)

$imageabs2($ifgreater($muldiv($sub($muldiv(%_width%,81,80),4),%playback_time_seconds%,%length_seconds%),1,$muldiv($sub($muldiv(%_width%,81,80),4),%playback_time_seconds%,%length_seconds%),1),3,0,0,0,0,0,$sub(%_height%,52),images\goldbar.png,nokeepaspect)

Single Columns Playlist:

Group Display:

$imageabs2(%_width%,40,0,0,0,0,0,$sub(%_height%,40),images\vista_group.png,nokeepaspect alpha-180)
// PerTrack
$font(Segoe UI,9,bold glow-0-128-192 alpha-120,255-255-255)
$padding(10,4)
$align(left,top)
%artist%
$align(left,bottom)
%album%
$padding(0,0)
$align(right,top)
%date%
$align(right,bottom)
%genre%

Item Display:

$puts(tracktitle,
	$if($meta_test(artist),%artist%,$substr(%_filename%,1,$sub($strstr(%_filename%, - ),1)))
	$if($or($meta_test(artist,title),$strstr(%_filename%, - )), - )
	$if($or($meta_test(title),$not($strstr(%_filename%, - ))),
	%title%,$substr(%_filename%,$add($strstr(%_filename%, - ),3),$len(%_filename%))))

$puts(li,$calcwidth(%list_index%))
$puts(margins,$sub(%_width%,55,$add($get(li),16)))
$puts(charWidth,$div($calcwidth($get(tracktitle)),$len($get(tracktitle))))

$ifequal($mod(%_itemindex%,2),0,,$drawrect(0,0,0,0,pencolor-0-0-0 alpha-6))
$imageabs2($add($get(li),10),%_height%,0,0,0,0,0,0,images\li1.png,nokeepaspect)
$imageabs($add($get(li),9),0,images\li2.png,)

$if(%_selected%,
$imageabs(0,0,images\sel1.png,)
$imageabs2($add($get(li),9),%_height%,0,0,0,0,2,0,images\sel2.png,nokeepaspect)
$imageabs($add($get(li),9),0,images\sel3.png,)
$imageabs2(%_width%,%_height%,0,0,0,0,$add($get(li),11),0,images\sel4.png,nokeepaspect)
$imageabs($sub(%_width%,2),0,images\sel5.png,))

$padding(4,3)$align(left,top)
$if(%_selected%,$font(,,,0-77-153),$font(,,,0-0-0))
$if(%isplaying%,$imageabs($sub($div($add($get(li),11),2),6),4,images/playing.png,),%list_index%.)

$alignabs($add($get(li),16),3,%_width%,20,left,top)
$ifgreater($calcwidth($get(tracktitle)),$get(margins),
	$left($get(tracktitle),$sub($sub($len($get(tracktitle)),$div($sub($calcwidth($get(tracktitle)),$get(margins)),$get(charWidth))),3))'...'
	,$get(tracktitle))

$align(right,top)%length% 

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,$sub(%_width%,120),,$replace(%path%,%filename_ext%,cover.jpg),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\case.png,)
,)

Images and the button file:

images.zip

@spex04, some question about your great iTunes foobar. :rofl:

itunesfoobywipry6.th.png

1. How can I get the names of the albums, here?

And if I have a lot's of albums, is there a way to get the name to each album?

Ex
:

artist / album

genre

2. How can I replace the total tracks by the year of each album?

Ex:
1998, 2005...

3. And finally, I deleted the rating system but the length of the tracks are "blocked" at this place. How I move them?

(4.) Oh, there are no covers in my Single Column. I cannot get them! How do I do that?

Yes, I know, it's specially for my case but, I can't do that alone.

Many thanks in advance, spex04!

@spex04, some question about your great iTunes foobar. :rofl:

itunesfoobywipry6.th.png

1. How can I get the names of the albums, here?

And if I have a lot's of albums, is there a way to get the name to each album?

Ex
:

artist / album

genre

2. How can I replace the total tracks by the year of each album?

Ex:
1998, 2005...

3. And finally, I deleted the rating system but the length of the tracks are "blocked" at this place. How I move them?

(4.) Oh, there are no covers in my Single Column. I cannot get them! How do I do that?

Yes, I know, it's specially for my case but, I can't do that alone.

Many thanks in advance, spex04!

How did you arrange your music collection by track? Can you please give an insight on how you did it?

Scirwode

How did you arrange your music collection by track? Can you please give an insight on how you did it?

Scirwode

You want to know how I did the Single Column? With "Single Column Playlist" DLL and the spex04's code. In "Group by" I put %album%.

I'm not sure that's what you want... :unsure:

@apul

I think I can help,

1. You need to set the total tracks in your metadata. Just select all the tracks from the album and right click ->properties -> right click -> auto track number

2. Find %_itemcount% and replace it with %date%

3. Change the $alignabs code for the %playback_time_remaining%

4. Once you do #1 it will start displaying the album art

Can someone help me with this simple question? How can I fix this, my library is in order by artist and album, but the tracks in the albums are all out of order, how can I fix this? ( still have no idea what the hell i'm doing with foobar :ninja: )

foobarqc3.th.png

and how can I customize the track info panel to show info such as bitrate, ect.. like I've seen in some screenshots

Edited by ViperAFK

@ ViperAFK

1. When this happens to me, I go to my files and rename them "01 artist - track.ext" "02 artist - track.ext" and so forth in order. It fixes it but I bet someone knows a better way to do it.

2. %codec_profile% , %_bitrate% kbps

@slyph

1. Make sure the code for it is under // PerSecond

2. Try a smaller font size

3. Well there is a way by having it resize the image based on the number of tracks, but I only read and not actually used the code for that, and it was a while ago. Maybe someone will know it.

:p

@spex04, some question about your great iTunes foobar. :rofl:

itunesfoobywipry6.th.png

1. How can I get the names of the albums, here?

And if I have a lot's of albums, is there a way to get the name to each album?

Ex
:

artist / album

genre

2. How can I replace the total tracks by the year of each album?

Ex:
1998, 2005...

3. And finally, I deleted the rating system but the length of the tracks are "blocked" at this place. How I move them?

(4.) Oh, there are no covers in my Single Column. I cannot get them! How do I do that?

Yes, I know, it's specially for my case but, I can't do that alone.

Many thanks in advance, spex04!

Where can I get that config, please :p

:p

Where can I get that config, please :p

OMG im so confused, as a first time foobar user i can honestly say wtf with the skinning. Apul if you could somehow freeze or copy ur entire setup itd be greatly appreciated.

Ok guys, the "iTunes" foobar is here:

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

by spex04

Here's my foobar. Based on's bbmartini

Could some one help me with the reflection. I wanted to add the reflexion effect also to the cd case and the cd, not only the cover.

Here?s the scrip

$imageabs2(360,300,40,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,,,C:\Program Files\foobar2000\components\cd.png,)
$imageabs2(360,300,,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,,,C:\Program Files\foobar2000\components\cd_case\case.png,)
$imageabs2(225,220,,,,,31,38,$replace(%path%,%filename_ext%,folder.*),nokeepaspect)
$imageabs2(360,300,,,,,,,C:\Program Files\foobar2000\components\cd_case\gloss.png,alpha-160)


$imageabs2(300,230,0,0,0,0,-8,290,$replace(%path%,%filename_ext%,folder.jpg),ROTATEFLIP-6)

$imageabs2(0,0,0,0,0,0,0,290,/images\LE5\overlay3.png,)


$if(%_isplaying%,
$font(Calibri,18,bold glow-146-153-179 glowblur-10 glowalpha-220,22-22-31)
$alignabs(,335,280,200,center,)
%artist%

$font(Calibri,14,bold glow-146-153-179 glowblur-10 glowalpha-220,22-22-31)
$alignabs(,368,280,44,center,)
%title%
,
$font(Calibri,20,bold glow-146-153-179 glowblur-10 glowalpha-220,22-22-31)
$alignabs(,345,327,44,center,)
Not playing...
)

post-106812-1171714777_thumb.jpg

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!