Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

[Feat]: Qobuz integration #55

Open
Jeor opened this issue Aug 20, 2022 · 3 comments
Open

[Feat]: Qobuz integration #55

Jeor opened this issue Aug 20, 2022 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Jeor
Copy link

Jeor commented Aug 20, 2022

Is your feature request related to a problem? Please describe.
No Qobuz support exists.

Describe the solution you'd like
Add Qobuz to grab Qobuz media and information. Currently qobuz-dl exists (https://github.com/vitiko98/qobuz-dl) as well as Streamrip (more than just qobuz - https://github.com/nathom/streamrip).

@Jeor Jeor changed the title Qobuz integration[Feat]: [Feat]: Qobuz integration Aug 20, 2022
@RandomNinjaAtk
Copy link
Owner

When I last looked at it, it wasn’t possible to accommodate it even when the client exists. If someone else can do it, PR welcome.

@RandomNinjaAtk RandomNinjaAtk added enhancement New feature or request help wanted Extra attention is needed labels Aug 20, 2022
@vecat
Copy link

vecat commented Jan 17, 2023

was thinking that there had to be a trick to this? i'm not equipped for the task, but it seems like streamrip should be able to support this according to their wiki? At least if I'm interpreting it correctly.

the example uses deezer and downloads by URL, but streamrip can also do search with flags.

  Search for Rumours by Fleetwood Mac
  $ rip search 'rumours fleetwood mac'

  Search for 444 by Jay-Z on TIDAL
  $ rip search --source tidal '444'

  Search for Bob Dylan on Deezer
  $ rip search --type artist --source deezer 'bob dylan'

the wiki link highlights the authentication requirements for qobuz which i believe is the issue that you highlighted?

@RandomNinjaAtk
Copy link
Owner

RandomNinjaAtk commented Jan 17, 2023

Authentication might be one issue, the main issue is that there is no public api that can be used to search for albums that I can find. This script does not use the clients at all for searching. Additionally, the included services are enough to support. If someone makes a PR that adds support for it, I’m willing to integrate it, but I’m not going to work on it…

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants