Ability to play a specific track while using Spric? #1072
oeed
started this conversation in
Feature Requests
Replies: 1 comment 5 replies
-
Not really. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For context, I'm making my own player app and I'd like a way to play specific tracks on demand by calling
librespot
(rather than a headless speaker).The
Player
has methods likeload
to allow you to do so, but when wrapping the player withSpric
to allow connections it doesn't seem possible as it takes ownership of it, makes it private and doesn't expose methods to do so. Is there a way to achieve what I'm after locally (i.e. without encountering the latency/lack of ability to use offline from using a web API)?Beta Was this translation helpful? Give feedback.
All reactions