qobuz-dl icon indicating copy to clipboard operation
qobuz-dl copied to clipboard

How to exclude "other" from artist download?

Open iriepixel opened this issue 1 year ago • 2 comments

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

iriepixel avatar Jul 15 '23 14:07 iriepixel

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]

cmd64 avatar Jul 24 '23 21:07 cmd64

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.

ralioc avatar Aug 22 '23 09:08 ralioc