Skip to content
New issue

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

Label search for Qobuz completely removed/defunct in 2.x, degraded from 1.9.x #642

Open
crankedguy opened this issue Mar 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@crankedguy
Copy link

crankedguy commented Mar 2, 2024

Describe the bug

Searching for labels seem to be completely removed in 2.x as opposed to 1.9.x

async def search(self, media_type: str, query: str, limit: int = 500) -> list[dict]:
        if media_type not in ("artist", "album", "track", "playlist"):
            raise Exception(f"{media_type} not available for search on qobuz")

which leads to an ugly exception on top.
I am still supposing this is a bug as "Label"-functionality is still all around, as well as in the search results (code-wise)

So a statement would be nice if this is a real bug or if this was done on purpose which would be kind of a bummer, because normally you don't degrade a core functionality when upgrading a software

Many thanks!

Command Used

rip search qobuz label "Anything"

Debug Traceback

N/A

Config File

N/A

Operating System

N/A

streamrip version

2.0.5

Screenshots and recordings

No response

Additional context

No response

@crankedguy crankedguy added the bug Something isn't working label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant