mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1641] [connect] Option "volume-ctrl fixed" not working #745
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#745
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jenzd42 on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1641
Description
When librespot is started with the option "--volume-ctrl fixed", the Spotify connect volume level can still be changed in the Spotify app. Expected behaviour would be to deactivate the app's volume control.
Version
At least versions 0.8.0 and 0.7.1 are affected. The option still worked correctly in version 0.6.0.
How to reproduce
Host (what you are running
librespoton):@photovoltex commented on GitHub (Nov 17, 2025):
Yeah, good point. #1356 did break that.
This line wasn't replaced with anything.
has_volume_ctrljust needs to be renamed withdisable_volumeand the bool needs to be inverted then. Should be an easy fix :D