Recommended Posts

Hi dawxxx nice beta foobar config :) Just got a quick suggestion, for your foobar 1.04 why don't you just add some of the features from iAVA to fooAVA? I really like the white skin from iAVA so could you please add this skin to your new version of fooAVA?

hello,

another experiment, is i?m reinstall from zero all foobar, and FooAva 1.04 B3, with Panels Ui. 0.14.12 B (this fooAVA dont work with PUI 0.14.9),

and i?m upload screenshot, with same cleartype proble:D:D. but font not render bad, it?s more sharp,

I?M KEEP with this last beta configuration, is awesome!.

Greetings for all

post-124718-1194636983_thumb.png

Edited by calo

About v1.04 beta c. This is what I've found so far... good and bad points (just my experience in my rig).

+no restart need after background change (except when dark background mode selected)

+faster startup/shutdown

+cute settings menu.

+more options to change on settings menu.

+beautiful layout (CD for album art, nice buttons, and progress bar, etc.)

+excellent mini-player mode!

-bug when "dark background selected":

back01ff6.png

this happens even after restarting the application.

-when playlist menu is clicked and you move the mouse away, the submenu splits and only half of it is shown. (disregard this, it only happened once and never again.)

-no more "next song" (it was a nice feature).

Overall it's a very nice update and very much worthed the wait. Keep it up! :)

where did you guys all get the beta versions? i couldnt find any dl links in this or the other topics (and neither on daxxxx666s homepage)...

should i recheck my eyesight or is it a 'closed beta' only?

i really love this config and seeing all the progress, i cant wait to get the new version :D

great work, dawxxx666!

regarding the 'next track': it only ever worked correctly in normal playback mode; and if you needed to know what song's next you could just look at the playlist. but you could make a button to hide or display it in the config window.

-no more "next song" (it was a nice feature).

I disagree. You can always see in the playlist panel what the next song will be. And as for me, I always listen to music with shuffle option on, so "next song" was just irritating. :)

Am I the only who has this error? The cover in Album Art mode is too big

68347Clip_2.jpg

Hi dawxxx666. First of all, fantastic work on your version of foobar! I'm completely new to foobar, and as soon as someone linked me to your skin I jumped right on it. The default foobar interface is ugly as anything and probably would've turned me off foobar altogether, as I would never have been able to create foobars like the ones I've seen around the net.

I've spent about 4 straight days finding my way around foobar, making it work how I would like it to and also manually adding albums into my library. I previously used iTunes 7, I have ~5000 songs but most of them are horrible quality (<192kbps) so I'm adding the ones that are good quality into foobar, complete with proper foldername, tagging and album art. It's arduous bit it'll be much worth it in the long run!

I thought I'd just post a few small customization hints for other users:

Enable system tray notification; I know this is already in there but it took me a while to find it

File>Preferences>PanelsUI>Edit Layout

Scroll right to the bottom and uncomment the line beginning with $settray

Ignore leading "the" in artist sorting;

This is a biggie. I get massively annoyed when I just end up with a clump of "The" artists 3/4 of the way down my library. Alright, to do this in the Library Filter, go to

File>Preferences>PanelsUI-Library Filter

Select artist from the dropdown box, click on the second line which reads

$replace(%artist%,', ',|)

and add a function at the end, so it now reads

$replace(%artist%,', ',|%artist%,'The ',)

This will cause the filter to blank all occurences of 'The ' when sorting, yet still have the full artist name appear in the display. I haven't done this in Album List, but I assume the process is pretty much the same.

Now for the main track list window! (I'm pretty proud that I figured this one out, being 4 days new to foobar :D)

File>Preferences>PanelsUI-Sort/Group

Select Artist, choose modify. Now you should see this code at the top

$if($get(%album artist%),

Or something to that effect (I forgot if it was album artist or just artist or whatever, doesn't matter anyway)

Now add some code above that to make it look like this:

$put(sortartist,$replace(%album artist%,'The ',))

$if($get(sortartist),

The takes the album artist variable, blanks the 'The ' if there is one, then stores it in the variable sortartist, which is then used to sort the aritsts. The rest of the code in that box should remain untouched btw.

That's it, just save it and restart foobar if needed :D Of course if you wanted to, you could nullify other phrases like 'A ' (so 'A Perfect Circle' would sort as if it were 'Perfect Circle') etc and you could also use this same method to sort albums the same way.

Alright, and just a quick question if someone else could help me out here:

Is there any way to maximize the foobar window? Like, in every other application you click the middle button of the top-right corner three and it either makes the window smaller, or maximizes it to the entire screen. With foobar, it makes it a miniplayer or makes it about a half-sized window compared to my screen, why is that? Surely there is some code I could change to make it restore to the full size of my screen (1024x768) apart from the toolbar.

Also, I'm working on how to make library view default to the expanded Artists view, and also how to stop that view expanding the tree all the way down to tracks (because that's just pointless IMO)

Thanks and keep up the great work! :woot:

Alright, and just a quick question if someone else could help me out here:

Is there any way to maximize the foobar window? Like, in every other application you click the middle button of the top-right corner three and it either makes the window smaller, or maximizes it to the entire screen. With foobar, it makes it a miniplayer or makes it about a half-sized window compared to my screen, why is that? Surely there is some code I could change to make it restore to the full size of my screen (1024x768) apart from the toolbar.

3 options:

You can edit the values of window size of those existing buttons, (look for "WINDOWSIZE" in the main prefs somewhere under //Mini player.)

Somehow, add an additional button. (I would look at the code of the existing buttons, copy it, move it around, and edit the function of the button.)

Or you can just unhide your titlebar and maximize the window.

There's a time limit for editing posts at his forum, I forgot the exact times.

Hey dawxxx666 or anyone else who can fix this, I have a problem with this part of my Foo config and I'm sure you guys ran across this problem too.

I was trying to fix it, but I failed : [

minimodepx0.jpg

I don't like how that activelist overlaps my buttons. It sometimes makes my foo crash when I click on the wrong place to try to meximize again. I tried to truncate the activelist name, but couldn't make the "next" and "previous" playlist buttons to follow correctly.

Please help!

There's a time limit for editing posts at his forum, I forgot the exact times.

Hey dawxxx666 or anyone else who can fix this, I have a problem with this part of my Foo config and I'm sure you guys ran across this problem too.

I was trying to fix it, but I failed : [

minimodepx0.jpg

I don't like how that activelist overlaps my buttons. It sometimes makes my foo crash when I click on the wrong place to try to meximize again. I tried to truncate the activelist name, but couldn't make the "next" and "previous" playlist buttons to follow correctly.

Please help!

Good news: it's already fixed in 1.04, even fonts are displayed correctly ;)

dawxxx666 could you please add the playcount via foo_custominfo.dll ?

The original one changes tags of the files :(

In new version I'm using foo_playback_custom.dll - no problems with tags any more :)

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

    • No registered users viewing this page.
  • Posts

    • The quantum search for Time's origin had an equally mind-boggling conclusion by Sayan Sen Image by Steve Johnson via Pexels A theoretical study from researchers at the University of Surrey suggested that the direction of time may not be fundamentally fixed in certain quantum systems. The work, published in Scientific Reports, examined how the “arrow of time” could emerge from microscopic physics and found that time-reversal symmetry can remain intact even in models used to describe processes such as energy loss and thermalisation. The arrow of time refers to the observed one-way direction from past to future in everyday life. In macroscopic processes, this is easy to see. Spilled milk spreads across a table and does not gather back into a glass, and heat flows from hotter objects to colder ones. These processes shape the common sense idea that time moves in a single direction. However, at the level of fundamental physics, many equations do not prefer a direction of time. Time-reversal symmetry means that the same physical laws can describe a system whether time moves forward or backward. This has made it difficult to explain why irreversible behaviour appears in the large-scale world even when the underlying rules do not require it. Dr Andrea Rocco, Associate Professor in Physics and Mathematical Biology at the University of Surrey, described this contrast: "One way to explain this is when you look at a process like spilt milk spreading across a table, it's clear that time is moving forward. But if you were to play that in reverse, like a movie, you'd immediately know something was wrong – it would be hard to believe milk could just gather back into a glass. However, there are processes, such as the motion of a pendulum, that look just as believable in reverse. The puzzle is that, at the most fundamental level, the laws of physics resemble the pendulum; they do not account for irreversible processes. Our findings suggest that while our common experience tells us that time only moves one way, we are just unaware that the opposite direction would have been equally possible." The study focused on open quantum systems, which are quantum systems that interact with a surrounding environment. This environment, often described as a heat bath, can exchange energy and information with the system. The researchers used this framework to study how a direction of time might appear even when the underlying physics does not enforce one. A key part of the analysis involved the Markov approximation. This is a simplification used in many models where the system is assumed not to retain memory of its past states. The idea is that changes depend only on the current state, not on earlier history. This is commonly used when studying thermalisation, which is the process where a system settles into equilibrium with its environment. The study also used concepts such as master equations, including the Lindblad and Pauli equations, which describe how probabilities of different quantum states change over time. Another related model discussed was quantum Brownian motion, which describes the random-like movement of a quantum particle interacting continuously with its environment. In these descriptions, a “memory kernel” can appear, which is a mathematical term that accounts for how past states influence current behaviour. The researchers found that applying the Markov approximation did not break time-reversal symmetry. Even when the system interacted with an effectively infinite heat bath, the resulting equations of motion remained symmetric in time. This meant that the same mathematical description could, in principle, run forward or backward in time without contradiction. The study further showed that standard frameworks used in open quantum systems, including quantum Brownian motion and master equations like the Lindblad and Pauli forms, could be written in a time-symmetric way. These equations are typically used to describe processes that look irreversible, such as dissipation and thermalisation, but the results suggested they can also be interpreted as allowing evolution in both time directions. Thomas Guff, Research Fellow in Quantum Thermodynamics, said: "The surprising part of this project was that even after making the standard simplifying assumption to our equations describing open quantum systems, the equations still behaved the same way whether the system was moving forwards or backwards in time. When we carefully worked through the maths, we found that this behaviour had to be the case because a key part of the equation, the "memory kernel," is symmetrical in time. We also found a small but important detail which is usually overlooked – a time discontinuous factor emerged that kept the time-symmetry property intact. It’s unusual to see such a mathematical mechanism in a physics equation because it's not continuous, and it was very surprising to see it appear so naturally." The researchers also noted that deriving a one-way arrow of time from time-reversal symmetric microscopic dynamics remains an open problem across fields such as thermodynamics, statistical mechanics, particle physics, and cosmology. Their results suggested that some standard descriptions of irreversible behaviour in open quantum systems may be better understood using a time-symmetric formulation of Markovianity. According to the study, processes such as thermalisation, which are usually treated as irreversible, could in theory be described in a way that allows evolution in either time direction under the same rules. This does not imply that time reversal occurs in everyday life, but rather that the underlying equations do not strictly enforce a single direction. Overall, the findings suggested that the perceived direction of time may emerge from how physical systems are modelled and approximated, rather than from a fundamental asymmetry in the laws themselves. The researchers noted that this perspective could have implications for ongoing work in quantum mechanics, thermodynamics, and cosmology on the origin of time’s arrow. Source: University of Surrey, Nature 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
    • A bit premature... 100% Marketing. Bizarre.
    • A $300 price hike is insane! No one is going to want to pay that much!
    • Since the 1st one flopped, there is really no reason to make another one. It's just losing money left and right.
  • Recent Achievements

    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      581
    2. 2
      +Edouard
      182
    3. 3
      PsYcHoKiLLa
      75
    4. 4
      Michael Scrip
      73
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!