mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-26 00:05:50 +03:00
[GH-ISSUE #25] Adjusting volume of playback through phone #12
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#12
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 @b16tran on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/usenocturne/nocturne-ui/issues/25
Originally assigned to: @brandonsaldan on GitHub.
When scrolling with the wheel, the volume does not change when phone is playback device. Volume overlay appears and adjusts but resets back to max volume and has no affect.
Using iPhone 16 Pro
Tested with using another device as playback and volume adjusted correctly.
@brandonsaldan commented on GitHub (Dec 23, 2024):
looking at the devices documentation with playback coming through a phone, it seems as though the api disallows this via the
supports_volumeflag:response from an iphone:
response from an android:
compared to the response from a PC:
seems like a very unfortunate limitation on spotify's end, so there isn't much we can do about this currently; it may be possible through bluetooth and we'll cycle back to it when the time comes!