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

    • Google begins rolling out its post-Epic Play Store billing model next week by Karthik Mudaliar Google has confirmed that its redesigned Play Store billing and fee structure will take effect on June 30, 2026, in the United States, the United Kingdom, and the European Economic Area. The changes will let eligible developers offer their own payment systems or send users to an external website for purchases, while separating Google’s platform service fee from the cost of using Google Play Billing. The rollout puts concrete dates and detailed rate cards behind the broader Android policy overhaul Google announced in March. That announcement followed a proposed settlement with Epic Games intended to resolve their long-running disputes over app distribution and payments, although the U.S. portion of the agreement still requires court approval. Under the new billing choice program, developers selling digital content or services can display an alternative payment option alongside Google Play Billing. They may also direct users to their own websites to complete a purchase. Developers can use Google’s standard payment-choice screen or design one that complies with the company’s user-interface rules. Choosing another payment processor does not eliminate Google’s cut altogether. The company will continue charging a service fee for transactions associated with apps distributed through Google Play, regardless of whether payment is handled by Google, an alternative provider, or a developer’s website. Google argues that this fee covers the value and infrastructure provided by Android and the Play Store. For developers earning up to $1 million annually, the service fee will generally be 10 percent. That rate also applies to auto-renewing subscriptions. When Google Play Billing is used in the U.S., U.K., or EEA, Google will add a separate 5 percent billing fee, and developers processing payments elsewhere will not pay that additional charge. This means Google’s familiar flat 30 percent commission is disappearing, but developers will not necessarily see a dramatic reduction on every transaction. An in-app purchase from an existing user processed through Google Play Billing can still reach a combined 30 percent. The biggest savings are likely to come from subscriptions, smaller developers covered by the $1 million tier, and companies able to move customers to their own payment infrastructure. Google is also offering lower rates through its Apps Experience and revamped Games Level Up programs. Apps and games that satisfy the company’s requirements can qualify for 15 percent service fees on new-install transactions and 20 percent on existing-install transactions. The criteria include performance and reliability standards, support for additional Android device categories, and selected platform features. Those program rates are scheduled to become available in the initial markets and Australia on September 30. For consumers, the immediate effect will depend on whether developers adopt alternative payments and pass any savings on through lower prices. For developers, however, June 30 begins a more flexible but considerably more complicated Play Store economy in which distribution, billing, install dates, revenue thresholds, and program participation can each affect Google’s final cut. Google is also separately developing a Registered App Stores program designed to simplify the installation of qualifying third-party stores. That initiative is expected to arrive with a major Android release later in 2026 and will launch outside the U.S. first. Google says the rest of the world will receive the changes by September 30, 2027, although billing rates for markets outside the US, UK, and EEA have not yet been announced.
    • 38% off a super insane price is still an INSANE price.
    • 1TB Samsung T9 and Samsung 9100 PRO SSDs are now selling at great prices by Fiza Ali Amazon is now offering the 1TB variant of Samsung T9 and Samsung 9100 PRO SSD at great prices with limited-time 38% and 39% discounts, respectively, so you may want to check them out if you have been looking to upgrade your storage solution. The Samsung T9 connects via a USB 3.2 Gen 2x2 (20Gbps) interface and delivers sequential read speeds of up to 2,000MB/s and sequential write speeds of up to 1,950MB/s, making it suitable for transferring large files, backing up data, and handling high-resolution media content. When it comes to the security features, the SSD includes AES 256-bit hardware encryption to help protect sensitive data. Designed for portability, the drive is reportedly resistant to drops from heights of up to 3 metres. Furthermore, it operates within a temperature range of 0°C to 60°C and can be stored at temperatures between -40°C and 85°C. Samsung Magician Software is included for drive management, firmware updates, performance optimisation, and health monitoring. Finally, the T9 is certified to multiple international standards, including CE, FCC, UL, UKCA, and RoHS 2 compliance, and is backed by a five-year limited warranty as well. 1TB Samsung T9 SSD: $179.99 (Amazon US) - 38% off The Samsung 9100 PRO uses the M.2 2280 form factor and connects through a PCIe 5.0 x4 interface with NVMe 2.0 support. Built with Samsung V-NAND TLC flash memory, an in-house controller, and 1GB of low-power DDR4X cache memory, the 9100 PRO is engineered for high-performance computing and gaming workloads. Furthermore, the SSD delivers sequential read speeds of up to 14,700MB/s and sequential write speeds of up to 13,300MB/s. Random performance is rated at up to 1,850,000 IOPS for reads and up to 2,600,000 IOPS for writes, depending on system hardware and configuration. The drive supports TRIM, S.M.A.R.T monitoring, automatic garbage collection, and device sleep mode to help maintain performance and efficiency over time. In terms of security features, it includes AES 256-bit encryption, TCG Opal support, and IEEE 1667 compliance. The 9100 PRO operates within a temperature range of 0°C to 70°C, is rated for 1.5 million hours MTBF, and can reportedly withstand shocks of up to 1,500G for 0.5 milliseconds. Finally, Samsung Magician Software is also included for firmware updates, performance monitoring, drive management, and optimisation. 1TB Samsung 9100 PRO SSD: $206.99 (Amazon US) - 39% off Alternatively, you can also check out other SSD deals here. Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • This is about the already discredited 2025 announcement. Not the current one, which I've heard nothing negative about in the academic literature.
  • Recent Achievements

    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
    • Rookie
      +ChiefOfNeo went up a rank
      Rookie
    • One Year In
      Tom Schmidt earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      464
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Michael Scrip
      81
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!