We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow playing a queue of songs, as well a playlist directly.
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)
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Allow playing a queue of songs, as well a playlist directly.
Specification
And under the hood, it uses some things that may be useful to SDK users:
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered: