Skip to content

Looking to build a trimmed-down Qobuz client #284

@qumuq-til

Description

@qumuq-til

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions