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

    • This is why science is the only path to truth. It isn't rigid in its beliefs, rather it changes its views based on scientific discoveries.
    • A 13 billion year old secret about our Universe's origin was revealed by Sayan Sen Image by Pascal Küffer via Pexels Researchers at the Max-Planck-Institut für Kernphysik (MPIK) in Heidelberg had recreated a key chemical reaction from the early universe, producing results that could change scientists' understanding of how the first stars formed. The study focused on the helium hydride ion (HeH⁺), which is widely regarded as the first molecule to form in the universe. Scientists believe HeH⁺ appeared around 380,000 years after the Big Bang, when the universe had cooled enough for electrons and atomic nuclei to combine into neutral atoms in a period known as recombination. This marked the beginning of chemistry in the cosmos. Immediately after the Big Bang about 13.8 billion years ago, the universe was extremely hot and dense. As it expanded and cooled, hydrogen and helium became the dominant elements. Once neutral helium atoms formed, they could react with ionised hydrogen nuclei, or protons, to create helium hydride ions. Although simple in structure, HeH⁺ played an important role in the young universe. It was the first step in a chain of reactions that eventually produced molecular hydrogen (H₂), a molecule made up of two hydrogen atoms and now the most abundant molecule in the universe. Molecular hydrogen later became a key ingredient in the formation of the first stars. At the time, the universe had entered a phase often called the cosmological "dark age." Matter had become transparent to light following recombination, but there were still no stars or galaxies producing visible light. Several hundred million years would pass before the first stars appeared. For those first stars to form, large clouds of gas had to collapse under their own gravity. To do that, the gas needed to cool by releasing energy. While hydrogen atoms can help with this process at high temperatures, they become less effective below about 10,000 degrees Celsius. Molecules can continue the cooling process by releasing energy through rotational and vibrational motions. Scientists have long considered HeH⁺ a potentially important coolant because of its comparatively large dipole moment, a property that describes how electric charge is distributed within a molecule and allows it to release energy efficiently. The amount of helium hydride present in the early universe may therefore have influenced how easily the first stars could form. At the same time, HeH⁺ was constantly being destroyed. Under primordial conditions, its main destruction mechanisms were recombination with free electrons and chemical reactions with hydrogen atoms. These reactions ultimately helped produce molecular hydrogen, linking the formation and destruction of HeH⁺ to the chemistry that shaped the early universe. For many years, theoretical studies suggested that reactions between HeH⁺ and hydrogen atoms would become much slower at low temperatures. Scientists believed there was an energy barrier along the reaction pathway that reduced the chances of the reaction taking place in the cold conditions of the early universe. The new study suggests otherwise. To investigate the process, researchers recreated a closely related reaction using deuterium, a naturally occurring isotope of hydrogen that contains one proton and one neutron in its nucleus. When HeH⁺ collides with deuterium, it forms an HD⁺ ion and a neutral helium atom. This allows scientists to study the reaction in a controlled way while closely mimicking the behaviour of the original reaction involving hydrogen. The experiments were carried out at the Cryogenic Storage Ring (CSR) at MPIK, a specialised facility designed to recreate conditions similar to those found in space. Researchers stored HeH⁺ ions in the 35-metre storage ring for up to 60 seconds at temperatures just a few kelvins above absolute zero and merged them with a beam of neutral deuterium atoms. By adjusting the speeds of the two particle beams, the team measured how the reaction rate changed with collision energy, which is directly related to temperature. The researchers found that the reaction rate remains almost constant as temperatures decrease. In other words, the reaction does not slow down at low temperatures as earlier models predicted. “Previous theories predicted a significant decrease in the reaction probability at low temperatures, but we were unable to verify this in either the experiment or new theoretical calculations by our colleagues,” explained Dr Holger Kreckel of MPIK. “The reactions of HeH⁺ with neutral hydrogen and deuterium therefore appear to have been far more important for chemistry in the early universe than previously assumed,” he continued. According to the researchers, the reaction appears to be barrierless, meaning there is no energy obstacle preventing it from taking place efficiently even at very low temperatures. The findings support recent theoretical work led by physicist Yohann Scribano, whose group identified an error in a widely used potential energy surface, a mathematical model used to describe how the energy of a system changes during a chemical reaction. The error appears to have caused previous studies to significantly underestimate reaction rates under primordial conditions. The new calculations closely match the experimental results. Together, they suggest that helium chemistry in the early universe may need to be re-evaluated. Because molecules such as HeH⁺ and molecular hydrogen played an important role in cooling primordial gas clouds, the findings could help scientists build more accurate models of how the first stars formed. By showing that helium hydride was likely destroyed more efficiently than previously thought, the study offers new insight into the chemical processes that shaped the universe during its earliest stages and helped set the conditions for the emergence of the first stars. Source: Max-Planck Institute, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • "What an interesting smell you've discovered"
    • It could EASILY be 70 for the base game BUT + lots of FOMO to make it up to 100-120, like a few days Early Access, online money, pre-order bonus cars, weapons, missions, clothing, avatars or profile stuff, etc... And still WAY TOO MANY people would buy those and make Rockstar insane money.
    • Just to understand: your solution to getting rid of an online password manager is...another online password manager?
  • Recent Achievements

    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • 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
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      +Edouard
      164
    3. 3
      PsYcHoKiLLa
      92
    4. 4
      Steven P.
      75
    5. 5
      Michael Scrip
      72
  • Tell a friend

    Love Neowin? Tell a friend!