ebb-earl-co / tidal-wave

Waving at the TIDAL music service
Apache License 2.0
38 stars 2 forks source link

Fix Playlist and Mix Length Limitation #115

Closed ebb-earl-co closed 5 months ago

ebb-earl-co commented 6 months ago

As it stands, all TIDAL API requests that involve a limit parameter are capped at 100. This is because I am loath to attack the complexity that is pagination; i.e. requesting for the same resource if there are more than limit elements in either a playlist's track list, or a mix's track list, or even an album's track list.