mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #131] Initial volume not working as soon as I configure volume_steps #79
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#79
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 @l3d00m on GitHub (Oct 23, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/131
I am using the following config on my raspberry 3 on go-librespot version 0.1:
Initial volume works as expected. As soon as I added the following line tho:
Initial volume stops working, it's always set to 100%.
Maybe related to #32?
Logs, while it's not working:
@l3d00m commented on GitHub (Oct 23, 2024):
Offtopic: is the client_token or the connection id sensitive? if so, could we not log it?
@devgianlu commented on GitHub (Oct 24, 2024):
The initial volume is espressed in steps. If you reduce the steps to 20 and set initial volume to 60 steps then you'll get 100%.
None of them are sensibile, I think.
@l3d00m commented on GitHub (Oct 25, 2024):
Whoops, sorry, I misunderstood that. It now works perfectly. I had assumed it would be percentage.