@0RF30 regarding the effects issue (convolver, equalizers, etc.), I recommend to check out easyeffects (https://archlinux.org/packages/extra/x86_64/easyeffects/), it can solve this system-wide, and also can automatically switch presets when switching active audio devices.
Search Criteria
Package Details: foobar2000 2.25.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/foobar2000.git (read-only, click to copy) |
|---|---|
| Package Base: | foobar2000 |
| Description: | An advanced freeware audio player (uses Wine) |
| Upstream URL: | https://www.foobar2000.org |
| Licenses: | custom |
| Submitter: | None |
| Maintainer: | supermario |
| Last Packager: | supermario |
| Votes: | 67 |
| Popularity: | 0.013921 |
| First Submitted: | 2010-05-07 18:02 (UTC) |
| Last Updated: | 2025-12-01 17:04 (UTC) |
Dependencies (4)
- desktop-file-utils (desktop-file-utils-gitAUR)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-valveAUR, wine-gitAUR, wine-staging-gitAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-binAUR, wine-cachyosAUR, wine32AUR, wine-staging)
- 7zip (p7zip-natspecAUR, 7zip-natspecAUR) (make)
- wget (wget-gitAUR) (make)
Required by (27)
- foobar2000-component-audioscrobbler-bin
- foobar2000-component-beefweb-bin
- foobar2000-component-dsp-effect-bin
- foobar2000-component-dynamic-range-bin
- foobar2000-component-jesus-bin
- foobar2000-component-musical-spectrum-bin
- foobar2000-component-np-simple-bin
- foobar2000-component-openlyrics-bin
- foobar2000-component-playcount-bin (optional)
- foobar2000-component-runcmd-bin
- foobar2000-component-scrobble-bin
- foobar2000-component-stop-on-error-bin
- foobar2000-component-texttools-bin (optional)
- foobar2000-component-ui-columns-bin
- foobar2000-component-uie-albumlist-bin
- foobar2000-component-uie-console-bin
- foobar2000-component-uie-esplaylist-bin
- foobar2000-component-uie-lyrics3-bin
- foobar2000-component-uie-ptb-bin
- foobar2000-component-uie-typefind-bin
- Show 7 more...
Sources (7)
magicgoose commented on 2025-11-02 10:25 (UTC)
Namarrgon commented on 2025-10-31 13:32 (UTC)
The install file can probably be dropped, the update-desktop-database.hook already runs update-desktop-database.
CodesInChaos commented on 2025-10-14 19:42 (UTC) (edited on 2025-10-14 19:48 (UTC) by CodesInChaos)
Switching the foobar2000 wine-prefix to Windows 8.1 using winetricks made it work in Wine 10.15.
(Though I have some rendering issues now, related to multi-selection in the album list. Not sure if that's caused by choosing Win 8)
@supermario Perhaps this config could be integrated in the package until Wine fixes the problem?
Donatzsky commented on 2025-09-19 12:09 (UTC)
Wine 10.13 made a change that broke foobar2000.
RedSnt commented on 2025-05-28 12:54 (UTC)
Thanks @0RF30 for the recommendation to switch sound to ALSA with winetricks, that's what I needed to get pipewire to play sound correctly.
trwnh commented on 2025-04-05 12:39 (UTC)
Is there a better place to put the foobar2000 installation files? Right now they get dumped in ~/.foobar2000 and this pollutes the home directory. Maybe $XDG_DATA_HOME/foobar2000 or ~/.local/share/foobar2000 instead?
ardency commented on 2025-02-24 11:45 (UTC) (edited on 2025-02-24 11:46 (UTC) by ardency)
point release. PKGBUILD needs be bumped to .2 and hashes updated
2c3cbf745bbd120d5f201d9ed91e9876880e26e2924770e76234855d1c8b2782 ~/.cache/pikaur/build/foobar2000/foobar2000-x64_v2.24.2.exe 35c5465221c77d469dde411c6a5bc1b52509960b554fbf6ba76824a6d5554bd9 ~/.cache/pikaur/build/foobar2000/foobar2000_v2.24.2.exe
aliu commented on 2025-01-22 21:18 (UTC)
@cammera See https://wiki.archlinux.org/title/Wine_package_guidelines and https://wiki.archlinux.org/title/Arch_package_guidelines#Directories . TL;DR: Portable means you can just extract the files. Per Arch package guidelines, each package should be in its own directory somewhere under /usr/. Not portable means you have to create a ~5MB wine prefix for each package due to Arch's filesystem hierarchy.
TL;DR: It's just how Arch and Linux in general is organized.
cammera commented on 2025-01-22 13:36 (UTC) (edited on 2025-01-22 13:37 (UTC) by cammera)
Why exactly does this set the install to portable mode? A regular install is significantly easier to manage and update, and doesn't require the user to run root to do so. There's no benefit from mixing the install and the user data that I can see.
Pinned Comments
supermario commented on 2025-01-13 13:39 (UTC)
@aliu if you try to download the exe file directly in the sources array the download site returns you an HTML page not the actual executable so we need to do this workaround
all: I have updated this package to use the 64bit executable on 64bit systems now that the upstream 7zip package is able to extract it. If you have problems please report them and I'll rollback to the 32bit executable even on 64bit systems until we can find a fix