Skip to content

Add the v2-qbzd renderer plugin for Qobuz Connect - #1

Open
Gjuju wants to merge 1 commit into
moode-player:mainfrom
Gjuju:contrib/v2-qbzd-plugin
Open

Add the v2-qbzd renderer plugin for Qobuz Connect#1
Gjuju wants to merge 1 commit into
moode-player:mainfrom
Gjuju:contrib/v2-qbzd-plugin

Conversation

@Gjuju

@Gjuju Gjuju commented Sep 11, 2026

Copy link
Copy Markdown

Same shape as v8-librespot: renderer config hands the job to
plugin-updater.sh, which fetches this zip, clones pkgbuild, runs the qbzd
recipe on the host and installs the resulting .deb.

Depends on moode-player/pkgbuild#NNN -- this script runs
packages/qbzd/build.sh, which does not exist there yet.

One deliberate difference from the librespot script: the cp that brings the
.deb out of dist/binary is checked. It was the only unchecked step -- the build
before it and the apt after it both are. When the build failed, that cp failed
silently and apt installed whatever qbzd_*.deb was left in /tmp from an earlier
run, so the updater reported "Update installed, restart required" over a build
that had compiled nothing. v8-librespot carries the same unchecked cp.

Verified end to end on an Orange Pi 3 LTS and a Raspberry Pi 3B.

Same shape as v8-librespot: the renderer config button hands the job to
plugin-updater.sh, which fetches this zip, clones pkgbuild, runs the qbzd
recipe on the host and installs the resulting .deb.

One difference from the librespot script it is modelled on: the cp that brings
the .deb out of dist/binary is checked. It was the only unchecked step of the
chain -- the build before it and the apt after it both are. When the build
failed, that cp failed silently and apt installed whatever qbzd_*.deb was left
in /tmp from an earlier run, so the updater reported "Update installed, restart
required" over a build that had compiled nothing. v8-librespot carries the same
unchecked cp.

Verified end to end on an Orange Pi 3 LTS and a Raspberry Pi 3B, from a box
with no qbzd package installed: 439 and 430 crates compiled, package installed,
binary reporting 2.0.2.moode49.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant