-
Notifications
You must be signed in to change notification settings - Fork 208
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
500 albums limit #130
Comments
Not tested, but maybe it works when you change "limit": 500, at severus points at the file copy.py. Just give it a try. |
@OrakelDelphi thank you, maybe it work, can you tell me where is located the qobuz file in linux system? |
@pinus2
If you like to install it for all users you have to use sudo pip3 install . #(dot at the end) |
@OrakelDelphi i have tried to modify the limit value and reinstall but nothing happened, always the same 500 albums limit |
@OrakelDelphi everytime that i reinstall qobuz with pip3 install qobuz, the qopy.py file into the /usr/local/lib/python3.8/dist-packages/qobuz-dl that i have edited befor, it's automatically modified back to 500 limit |
Do not modify the file in /usr/local/blablabla - edit the file in /home/qobuz - that is the source. |
@OrakelDelphi finally i have installed properly it with the source code modified but if i insert more than 500 limit it don't run, and queue only 25 album to download, have you tested it? @vitiko98 can you help me? |
Im having the exact same issue, even if I edited the qopy limit it will only download 500 albums |
Maybe it's a limitation of Qobuz and not of the app. But there should be a way to fix it. |
That's correct. For example, if you have an artist with 1500 albums the first call can forward the first 500 albums. Then a second call is made with the "offset" parameter on a value of 501 and the "limit" parameter still on a value of 500 to have the next 500 favorites and so on until the total number of results is reached. I'm new to python. So i don't know how to realise that. But I'm trying hard. |
In my PR #185 I implemented this pagination behavior with the offset parameter but, first, only with my new command "me". |
That would be so nice :) <3 |
Hello, how can i bypass the 500 album limit when i add an artist or a label with many album? thank you
The text was updated successfully, but these errors were encountered: