mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #146] After connecting Spotify App, the volume is always displayed as 100% #90
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#90
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 @dr-erych on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/146
In my
config.yml, I haveinitial_volumeset to20.volume_steps,mixer_deviceandmixer_control_nameare untouched.After connecting a Spotify app (iOS or macOS), the volume control in the app is always displayed at full volume (100%), even though the actual volume on the go-librespot device is 20.
When later changing the volume in one of the apps, it is being propagated correctly to all other connected apps.
@szygmunt commented on GitHub (Nov 18, 2024):
It's not only on apple's products, this bug is general. Maybe related to #147?
@devgianlu commented on GitHub (Nov 19, 2024):
Should be fixed, thank you for reporting!