mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #665] Question about device_id #272
Labels
No labels
bug
enhancement
good first issue
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/spotify-tui#272
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 @fourstepper on GitHub (Nov 22, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/665
Hi,
What is the purpose of device_id, e.g. in which context is it used? Is it only a unique random ID, or does it have any meaning?
Thanks!
@Rigellute commented on GitHub (Nov 24, 2020):
The
device_idis the identifier of the device you wish to control withspotify-tui.spotify-tuidoes not handle the playback directly, instead it uses the Spotify API to control a plaback device (you might be running the official client orspotifyd). This is the device identified bydevice_id.