Recommended Posts

Hmm, when I do that, the bitrate overlaps the album art and becomes unreadable.

Oh, I guess I forget to specify to put it after the existing entries under // Persecond, just right before the // Background

So it'd be something like this..

[color="#2E8B57"]// Persecond[/color]
[color="#A0522D"]something[/color]
[color="#A0522D"]something[/color][color="#0000FF"](%date%[/color]
,
[color="#A0522D"]something
something[/color]
[color="#A0522D"]something[/color]
[color="#0000FF"][%playback_time% / %length%][/color]

[b]Insert code here[/b]

[color="#008000"]// Background[/color]

Sorry I don't have the exact code for it. I've changed mine a bit (see below), so it probably doesn't have the same coding as yours

exoduspc1.jpg

I moved some stuff around a bit and threw in the Channel spectrum analyser.

I've also made my fonts italics, because the Swis721 font wasn't displaying well (and I didn't want to globally turn on ClearType through windows settings.)

I found that making it all in italics actually helps the look of the font.

Edited by stripedphantom

I'll add dynamic bitrate to my new version so don't worry if you can't make it on your own.

Some progress:

mini.png

mini2.png

mini3.png

without "hide titlebar" option

mini4.png

I have just added 'brand new' settings window :D Release soon

Edited by dawxxx666
this is the best set up I've ever seen, but I can't get the new one (1.03+) to work whenever I try and change to that panel in panelsui it immediately reverts to default.

Are you using the beta version of PanelsUI? (0.14.12 beta)

This new config doesn't work with the 0.13.8 version

If you don't have the newest beta, find the link on the first page.

thanks that was precisely the problem. But I have a few other problems:

this may be a ridiculously stupid question, but I can't figure out how to adjust the volume or drag on the seekbar, unless those features are unavailable.

I also can't figure out how to get the visualization to work, it still says unavailable in transparency mode.

Also, is there anyway to get the old backgrounds for transparency in this one? It seems like theres a lot less.

Thanks

OK I get few issues:

- Library constantly scans itself

- Sometimes volume- and seekbars just disappears. Scroll hide is buggy and sometimes I cant get that Scrollbar visible

- Visualisation won?t work

- Ratings won?t work

- everytime i close foobar i got these warnings/errors in this order:

metadb_handle leaks: 1 object

Runtime Error! Program C:\Program Files\foobar2000\foobar2000.exe

R6025
- pure virtual function call

PanelsUI-Root: foobar2000.exe - Sovellusvirhe

Poikkeus unknown software expection (0x40000015) sovelluksessa paikassa 0x0141af69

Lopeta ohjelma napsauttamalla OK

(that error is finnish)

http://img522.imageshack.us/my.php?image=s....png

"No function" problem i solved by myself. I am totally noo:(:(

Edited by foba

I answered my own questions to an extent:

Regarding Volume adjustment as well as seeking I didn't realize that there were keyshortcuts for both. So problem solved there but I would still be interested to know if there is a way to adjust them differently.

Other issues still pending:

Visualizations in transparency mode

Getting old backgrounds for transparency mode

I've also made my fonts italics, because the Swis721 font wasn't displaying well (and I didn't want to globally turn on ClearType through windows settings.)

I found that making it all in italics actually helps the look of the font.

please advice how to change font to italic or any other workaround. I've the same problem with cleartype, it makes foo look good, but the rest of the system is terribly blurred (which is strange because i use LCD monitor plugged via DVI). thanks

Haha, it was painful to find all the codes that manipulates the text. If I were to list them, it'd take me a while (kinda busy with other stuff too.)

I basically just found each $font code in each script and tested it if that's the code I'm looking for by trial and error.

It's really scattered around, and I don't really have to time to list them all at the moment. Sorry

But I can get you started by showing you where the code is for SCPL (non-transparent mode)..

Right-click on the single column playlist and choose "Settings." Then press the "Item Display" button.

Find the following code and insert the word "italics" where shown. (2 entries)

(this is towards the end)

$font($get(fontAVA),$get(fontAVAsize_3),,$if(%_isplaying%,255-255-255,230-230-230))
$alignabs($ifgreater(%tracknumber%,999,31,$ifgreater(%tracknumber%,99,27,22)),0,$sub(%_width%,105),%_height%,,middle)$if(%disc%,' '-Disc %disc%- ,)$if($meta_test(album artist),$font($get(fontAVA),$get(fontAVAsize),$ifequal($getpvar(blue),1,glow-0-180-220 glowexpand-1 glowalpha-120,glow-200-30-30 glowexpand-1 glowalpha-120),$if(%isplaying%,255-255-255,250-250-250))%artist%' - ')$font($get(fontAVA),$get(fontAVAsize),[b][color="#FF0000"]italics[/color][/b],$if(%isplaying%,255-255-255,250-250-250))%title%
$alignabs(-5,0,%_width%,%_height%,right,middle)$font($get(fontAVA),$get(fontAVAsize),[b][color="#FF0000"]italics[/color][/b],$if(%isplaying%,255-255-255,250-250-250))$if(%isplaying%,%playback_time%,%length%)

And just to give you guys a sample of what I'm talking about.. I've added some Screenshots:

This is what the Swis721 Cn BT D-Type font looks like in the old version of Panels UI, which had ClearType

oldpanelsay7.jpg

This image is with the new Panels UI (no cleartype :( )that is needed with FooAVA103+

newpanelsxm4.jpg

And this is how it looks in italics (yeah I didn't italicize the track#)

newpanelseditkr2.jpg

It's still not perfect, but to me it looks a bit better on the eyes.

Good luck finding the ones you want to change!

Can someone be nice and upload the Lyrics DB plugin? I Just get a connection error from the site on the front page.

Dude, try to ping http://lyrics.mirkforce.net/ ;)

Site don't work... So, no site -- no lyrics :(

Turn on "Lyric show component" option in the FooAVA config (second page) and you recieve another lyrics panel :)

For that album art in SCPL, right click go to settings. Make sure you're in "Group Display"

find and enter in this code.

    $drawrect(1,8,37,37,brushcolor-null pencolor-180-180-180) 
    $imageabs2(33,33,,,,,3,10,images\fooAVA\art5.png,nokeepaspect)
[b]    $imageabs2(33,33,,,,,3,10,$get(MyCoverPath),NOKEEPASPECT)[/b]
    $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.gif),NOKEEPASPECT)
    $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.png),NOKEEPASPECT)
    $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.jpg),NOKEEPASPECT)
    $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*folder*.*),NOKEEPASPECT) 
    $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*front*.*),NOKEEPASPECT) 
    $imageabs2(34,34,,,,,3,10,images\fooAVA\artoverlay.png,)
    $puts(xoffset,40) 

All of those "$imageabs" codes are layering an image on top of each other. The first code being the "bottom of the stack" and the last code being the "top of the stack." So order them however you prefer it.

For truncating long track names.. I thought I knew a solution for that, but I forgot what it is. I'll try to look it up later.

edit: ok, same settings window..

Find and replace the bold line with the code below

$font($get(fontAVA),$get(fontAVAsize_2),italics glow-74-127-210glowexpand-0 glowalpha-50,220-220-220)
[b]$alignabs($get(xoffset),18,$eval(%_width% - $get(xoffset) - 5),14,left,middle)[/b]
%album% 

$alignabs($get(xoffset),18,$sub(%_width%,100),14,,middle)

Edited by stripedphantom

Thanks!

truncating worked but after playing a bit with the code i still cant get the album art to display.

noo3zc1.png

I should note that I'm pulling album art from a /covers/ folder inside foobar2k's folder. However MyCoverPath should be pointing to that already by default.

in Globals:

// Covers (front, back & artist) path
$setpvar(MyCoverPath,
$if(
$fileexists($replace(%foobar_path%\covers\%artist% - %album%.jpg,?,)),
$replace(%foobar_path%\covers\%artist% - %album%.jpg,?,),
	$if(
		$fileexists($replace(%path%,%filename_ext%,*front*.jpg)),
		$replace(%path%,%filename_ext%,*front*.jpg),
			$if(
				$fileexists($replace(%path%,%filename_ext%,*folder*.jpg)),
				$replace(%path%,%filename_ext%,*folder*.jpg),
				$if(
					$fileexists($replace(%path%,%filename_ext%,*Cover*.jpg)),
					$replace(%path%,%filename_ext%,*Cover*.jpg),
						$if(
							$fileexists($replace(%path%,%filename_ext%,*front*.png)),
							$replace(%path%,%filename_ext%,*front*.png),
							$if(
								$fileexists($replace(%path%,%filename_ext%,*folder*.png)),
								$replace(%path%,%filename_ext%,*folder*.png),
								$if(
									$fileexists($replace(%path%,%filename_ext%,*Cover*.png)),
									$replace(%path%,%filename_ext%,*Cover*.png),
									$if(
										$fileexists($replace(%path%,%filename_ext%,*%album%*.png)),
										$replace(%path%,%filename_ext%,*%album%*.png),
										$if(
											$fileexists($replace(%path%,%filename_ext%,*%album%*.jpg)),
											$replace(%path%,%filename_ext%,*%album%*.jpg),
						$if(
						$fileexists($replace(%path%,%filename_ext%,*.JPG)),
						$replace(%path%,%filename_ext%,*.JPG),
						)
											)
									  )
								 )
							)
					   )
				 )
			)
	  )
)
)

Edited by Nimchip

Hi,

The font's of FooAvA 1.03+ is very fuzzy and unclean! How can i use the font setting of the old Version (1.03) without the "blure-effekt"???

Fonts in 1.03+

i8j8rlof.jpg

Fonts in 1.03 imho are clean!

skwyftvn.jpg

And this "style" (with cd-case) looks much better as in the current version... :o

q4w3z52j.jpg

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

    • No registered users viewing this page.
  • Posts

    • Windows 11 KB5094126, KB5093998 bugging out Office apps but it may not be Microsoft's fault by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. Although the tech giant did not acknowledge any major problems, some users online reported various issues ranging from OneDrive and Dropbox access problems, BitLocker recovery lockouts, to blue screens and BSODs. You can read about them in this dedicated piece. While there is still no confirmation about those problems from Microsoft the company has admitted to another bug which we did not report on. The tech giant has confirmed it has received reports of an issue in which certain third-party applications may be unable to launch Microsoft Office apps or open Office documents after installing the Patch Tuesday. This affects both Windows 11 as well as Windows 10. The company says the problem impacts a subset of applications that rely on OLE (Object Linking and Embedding) automation to communicate with Microsoft Office programs. According to Microsoft, affected scenarios involve third-party software attempting to open Office applications or documents from within their own interface. In such cases, the Office program may fail to launch altogether, or the requested document may not open. Oddly there may not be any error message, which probably makes the issue difficult to diagnose. The bug affects several Office products, including Word, Excel, PowerPoint, Access, and other apps in the Microsoft Office suite when they are launched through the affected software. These include tax and accounting software such as CCH Engagement and Workpaper Manager, dental practice management solutions like Dentrix and Softdent, as well as the popular research and reference management tool Zotero. Microsoft adds that other applications using similar Office integration methods could also experience the same problematic behavior. To understand the issue it is important to look at OLE, the Microsoft technology involved. OLE allows different applications to work together and share data, while its Automation feature lets one program control another. Thus this enables third-party software to launch Microsoft Office apps, open documents, and perform tasks automatically without requiring users to switch between programs. Because many accounting, healthcare, research, and business applications rely on OLE automation to interact with Word, Excel, PowerPoint, and other Office apps, any disruption can break those workflows. As a result, affected software may be unable to open Office documents or launch Office applications even though the programs themselves continue to work normally. At the moment the company has not provided a permanent fix though it has confirmed that engineers are actively working on a resolution, which will be delivered through a future Windows update. As such additional details will be shared once more information becomes available. In the meantime, Microsoft recommends a simple workaround for affected users whic is to open the Office application or document directly rather than launching it through the third-party program. For enterprise customers and organizations managing larger deployments, Microsoft says an additional mitigation is available. Admins experiencing the problem on their managed devices are advised to contact Microsoft Support for business to obtain and apply the workaround.
    • It saddens me when cars are such dull colours now. Mine is bright metallic blue and I absolutely adore it for standing out in contrast to that depressing backdrop of traffic.
    • Sparkle 2.20.0 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.0 changelog: Debloat Tweak has animated border New homepage loading UI New Tweak Modal (Markdown Supported) Refactored GPU Detection Added Tests with vitest Added foobar2000 to apps Added Localsend to apps Updated Modal Styles Added styles for disabled inputs Added Animated Border to debloat-windows tweak Bumped dependencies Refactor System info logic for speed Tweak info modals now support Markdown Added Clear System info cache to settings Redesigned Home Page Loading UI Changed Some Icons around the app Download: Sparkle 2.20.0 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • lol it was a typo, fixed! haha imagine an actual 4TB Gen4 NVMe for $40 in 2026
    • Get over it, has nothing to do with my point.
  • Recent Achievements

    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!