mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #162] Using Spotipy as a remote control for Spotify #77
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#77
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 @ffries on GitHub (Feb 12, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/162
First, I would like to congratulate the author and the community for their hard work.
As far as I understand, Spotipy does not offer direct sound output.
Can I use Spotipy as a remote control for Spotify. i.e.
Machine A : runs Spotify with a premium account.
Machine B : runs Spotipy as a remote control for machine A.
If I modify the playlist on machine A using machine B:
user_playlist_add_tracks(user, playlist_id, tracks, position=None)
Can I trigger reading the playlist remotely using machine B.
Thanks!
@stephanebruckert commented on GitHub (Jan 12, 2020):
I guess you can, using the
devicesandplaybackendpoints. See https://spotipy.readthedocs.io/en/latest/#spotipy.client.Spotify.pause_playback and let us know if any endpoints are missing from the betaPlayerAPI https://developer.spotify.com/documentation/web-api/reference/player/