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

    • Get $50 of aloSIM Mobile Data Traveler eSim credit for just $24.97 by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 50% off aloSIM Mobile Data Traveler Lifetime eSim Credit: Pay $24.97 for $50. Stay connected affordably in 120+ countries/regions with your own lifetime eSIM! An eSIM is a digital SIM card. It's basically just mobile data. Once it's activated on your device, it can connect you to data networks in other countries – giving you an internet connection with NO roaming charges. With aloSIM, you can load prepaid eSIM data packages onto your phone, tablet, or computer. Your lifetime eSIM never expires, so it's yours forever and there are never any monthly charges. You'll get $50 in eSIM data credit, which is almost always enough to cover all your data roaming needs for a full year. But if you run out of data, you can always top up your lifetime eSIM and stay connected internationally. Pay $24.97 for a lifetime eSIM with $50 in travel data credit Use your eSIM to join data networks in 120+ countries Install your lifetime eSIM on a compatible device to roam on local data networks Your lifetime eSIM never expires, and can be topped up with more data anytime Many data packages cost as little as $4.50 and last 7 days. Depending on the package you choose, the length of time varies. Good to know Length of access: lifetime For NEW customers only Instant digital redemption Once you add your $50 credit to your aloSim account you have up to 12-months to use it — after that your credit will expire When you pay for a data plan you also get a free phone number (via Hushed) for the same duration of your plan that was purchased - IE 7 day eSim plan gives you a free 7-day phone number Purchased coupon must be redeemed and used within 12 months This deal is not stackable (one offer per aloSIM account) A $4.50 data package will last 7 days The data DOES expire, and you WILL NOT have any leftover data for your next trip unless it takes place within the validity period. While the eSIM never expires, the actual data package is only valid for the length of time stated at purchase (i.e. seven days after activation, 30 days after activation, etc.) So if you buy a seven-day package and only use a tiny bit, that package is still going to expire after seven days. Access options: mobile (check compatibility) Max number of device(s): 1 Updates included Here's the deal: This aloSIM Mobile Data Traveler eSim $50 Credit normally costs ... $50, but it can be yours for just $24.97 for a limited time, a saving of $25 (50% off). For specifications, and license info please click the link below. Get this aloSIM Mobile Data Traveler eSim for just $24.97 (was $50) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • WordArt was cool. We now have color fonts as a substitute although Word only supports COLRv0 and COLRv1 (Fraud OS 11 only). The OpenType SVG color font format needs to be supported by Office. Adobe's apps support it
    • i backup my files, incl keepass to my proton drive using Syncback which i paid for (thanks Warwagon!). they have a free version but i can't remember what it does and doesn't do anymore. anyways, it's really, really simple and easy to use. i also periodically keep backups of my keepass onsite especially when i've changed or added a password that is important to me. if you don't wanna spend time on the syncthing setup, get syncback. haha i even got my dad to use it for his backups to usb and he doesn't even need my help!!! (thank god!)
  • Recent Achievements

    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • One Month Later
      Genuinetonerink- Dubai earned a badge
      One Month Later
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      496
    2. 2
      +Edouard
      158
    3. 3
      PsYcHoKiLLa
      92
    4. 4
      Steven P.
      74
    5. 5
      Michael Scrip
      72
  • Tell a friend

    Love Neowin? Tell a friend!