qobuz-dl
qobuz-dl copied to clipboard
How to exclude "other" from artist download?
Hi,
There is a section called "Other" in some artists where you can see a lot of rubbish. Is there a way to exclude this section from the artist download?
Thank you
You can use below api url. You need to change [appid] and [userauthtoken] your own values on api url query string. You can't get all data at once. Change offset value plus 4 every time if has_more property is true. (Default using on Qobuz page) Maybe you can use limit=100 like that you need to try that.
Release Type Accepted Values all album live compilation epSingle other download
Sort Accepted Values release_date relevant release_date_by_priority
https://www.qobuz.com/api.json/0.2/artist/getReleasesList?artist_id=46971&release_type=album&track_size=15&offset=0&limit=4&sort=release_date&app_id=[appid]&user_auth_token=[userauthtoken]
I've got the same question. Is it possible to exclude anything non-artist related. If I select an artist to grab, it downloads the artist and usually a handful of random crap not by that artist.