DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
406 stars 14 forks source link

Quick API question #83

Closed Raprodent closed 2 months ago

Raprodent commented 2 months ago

I an trying the API to get individual IDs displayed of tracks in a playlist via curl. Works with albums, but not displayed in the info returned for playlists for some reason. Since I'm not too code savvy I was thinking of asking how to either list those tracks or how it is worked around.

Peyz

DJDoubleD commented 2 months ago

You didn't include the cURL cmd you tried for your playlist, but I'm guessing you need to add the parameter &extra=track_ids to your playlist request url. See my QobuzApiSharp docs & code implementation for reference