Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
4
Support - (fb2k) / Re: Library rescanning like 5x slower
Last post by Peter -
Sorry, cannot reproduce, installed 2.24.5 portable on NAS share (spinning disk over gigabit link), indexed (added folder as "..\Music"), rebooted PC, installed 2.25 preview on the same in a separate folder, indexed, time was almost exactly the same.
6
General - (fb2k) / Re: Hires Internet Radio - Buffering
Last post by mycroft -
The first 192000Hz FLAC stream I tried works fine as long there is enough big buffering in place.
But I used mpv without any special setup, and first time there was not enough buffering but next time it managed to buffer something more. So as Gus. pointed out its all about buffer length (from network point of view not DAC one).
7
Development - (fb2k) / Re: Testing Windows ARM64EC components
Last post by Case -
That check is done by actually verifying the OS version. ARM64EC doesn't work on anything older than Windows 11 and I'm not aware of any other reliable way to verify support. Note that it's not same as plain ARM64, it can run normal x64 components through emulation.
I'm pretty sure Wine doesn't handle it and Wine makes a poor component testing platform either way.
8
General - (fb2k) / How to Add a Bit Depth Column in Foobar2000 Media Library View
Last post by DCS -
Hi all,

I’m trying to set up my Foobar2000 Media Library to show the bit depth (e.g., 16-bit, 24-bit) of my audio files alongside the usual columns like title, artist, and sample rate.

I’ve tried adding %bitdepth% as a custom column, but it doesn’t seem to display anything—the column shows up, but it’s empty for all tracks, including FLACs that I know are 24-bit.

Am I missing the correct metadata field or syntax?
Is there a working title formatting string or component that reliably shows bit depth?

I’ve already checked:
  • %bitdepth%
  • %__bitdepth%
  • %bitspersecond%
  • %samplerate% (this works for sample rate, but not bit depth)

Would really appreciate a working example or advice from anyone who has successfully added this column.

Thanks in advance!
9
foobar2000 for Mac / Re: foobar2000 for Mac: bugs
Last post by scannt -
I'm trying out the 2.25 preview 2025-05-14 version and I'd like to report a bug:
- if I try to map an action to a key in the Keyboard Shortcuts menu in Preferences, the popup dialog shows "Cannot map this combo" (seems to happens for any key combination or single key)... as this dialog cannot be dismissed without mapping a key, the only option is to kill the program (there's no valid key to map)

I'm on Apple M2 Pro and current macOS Sequoia version 15.5.
10
Development - (fb2k) / Testing Windows ARM64EC components
Last post by Piotr Fusik -
I'd like to port my components to ARM64EC.
Building seems easy, but how to test? I thought I could test on my M1 Mac with Wine. Unfortunately, the foobar2000 installer for ARM says "Windows 11 or later Windows version is required to run foobar2000 (ARM64EC)". How does it check the Windows version?