Search Criteria
Package Details: qobuz-player 0.4.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/qobuz-player.git (read-only, click to copy) |
---|---|
Package Base: | qobuz-player |
Description: | High resolution audio player backed by Qobuz |
Upstream URL: | https://github.com/SofusA/qobuz-player |
Licenses: | GPL-3 |
Conflicts: | qobuz-player-git |
Submitter: | orangesoda |
Maintainer: | orangesoda |
Last Packager: | orangesoda |
Votes: | 4 |
Popularity: | 1.41 |
First Submitted: | 2025-06-03 09:10 (UTC) |
Last Updated: | 2025-09-22 16:06 (UTC) |
Dependencies (4)
- gstreamer (gstreamer-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
Latest Comments
moystard commented on 2025-09-28 13:56 (UTC)
Thank you for the update, much appreciated.
orangesoda commented on 2025-09-22 15:59 (UTC)
@moystard , Thank you! I personally don't use the web UI so did not really notice it. I added the fixes!
moystard commented on 2025-09-21 00:41 (UTC) (edited on 2025-09-21 00:41 (UTC) by moystard)
Hello,
Thank you for the package. I noticed that the CSS stylesheet is not built making the web player unusable. I suggest the following modifications to the PKGBUILD:
Add nodejs and npm in the build dependencies: -makedepends=(cargo) +makedepends=(cargo nodejs npm)
Build the stylesheet: + cd qobuz-player-web + npm install + npm run build
I tested locally and it works perfectly. I want to avoid having a duplicate package for qobuz-player, so it's best if those are merged in yours.
Thank you.