Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queue songs and play entire playlists #1

Open
antazoey opened this issue Mar 12, 2023 · 0 comments
Open

Queue songs and play entire playlists #1

antazoey opened this issue Mar 12, 2023 · 0 comments

Comments

@antazoey
Copy link
Owner

Overview

Allow playing a queue of songs, as well a playlist directly.

Specification

audius playlist play asd3

And under the hood, it uses some things that may be useful to SDK users:

sdk.player.queue("asd34")
sdk.player.play(background=True)
sdk.player.queue("323f")
sdk.player.stop()

# OR

sdk.playlists.play("as35", background=True)

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant