bbye98 / minim

A collection of music service (iTunes, Qobuz, Spotify, TIDAL) APIs for media information retrieval and semi-automated music tagging.
https://bbye98.github.io/minim/
GNU General Public License v3.0
46 stars 4 forks source link

Feature request: page through Qobuz favorites #8

Closed ronajon closed 9 months ago

ronajon commented 9 months ago

i have a list of > 200 favorite tracks in Qobuz which i want to add to a list. The current implementation of Qobuz get_favorites does not allow to paginate.

can the method be extended with limit and offset parameters ? see for instance https://github.com/taschenb/python-qobuz/blob/master/src/qobuz/user.py line 165

bbye98 commented 9 months ago

Hi there! Thanks for bringing this to my attention. Please see my comments in #9.

bbye98 commented 9 months ago

Thanks again. I've went ahead and added the limit and offset parameters to minim.qobuz.PrivateAPI.get_favorites, as well as update the documentation to reflect this change.