FUMR / tidal-async

Python Tidal streaming service unofficial API in async fashion supporting OAuth2 authentication
GNU Lesser General Public License v2.1
21 stars 4 forks source link

Find out if it is possible for tracks request on album to show not-all results #25

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

If it can - run multiple requests


_This issue has been automatically created by todo-actions based on a TODO comment found in tidal_async/api.py:262. It will automatically be closed when the TODO comment is removed from the default branch (master)._

wvffle commented 4 years ago

Even if it's not, we can split them by volumes.

JuniorJPDJ commented 4 years ago

But why? I'm just thinking if we will always get all tracks, not skip some tracks on long albums by stopping on some limit like on playlists.

JuniorJPDJ commented 4 years ago

It looks like the request is 1:1 the same as playlist one, so it can respond with partial list if album is long. I'll make both generators now and remove helper method in playlist.