-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi David. I'm looking to build a very barebones 'client' that would do just a couple of tasks:
- Search for a track name, if found then fetch its id and
- Issue play request to Qobuz to start streaming this track id
- Stop playback on request
While I know how to do a search via REST, and it's also easy to fetch track metadata using REST, I know next to nothing about websockets and how Qobuz uses that to facilitate 'play' and 'stop'. What would you advise would be the best approach? I see hifi.rs has an MPRIS support, that might work (?) (using { "skipTo": { "num": "<track index>"} } perhaps) but that will leave me with hifi.rs as a dependency.
Any pointers, advice?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels