mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #139] Limit parameter for get_library_upload_artist #105
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KoljaWindeler on GitHub (Jan 2, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/139
Hi, currently get_library_upload_artist returns 25 tracks, is it possible to get more / all available tracks?
Would it be possible to get the trackcount upfront?
Thanks
@sigma67 commented on GitHub (Jan 2, 2021):
Adding a limit parameter and getting continuations is certainly possible. I don't see how you could get the track count upfront.
@KoljaWindeler commented on GitHub (Jan 2, 2021):
Maybe the same for get_library_upload_album? I know that the number of cases are rare, but there are albums with over 25 tracks :D
@sigma67 commented on GitHub (Jan 3, 2021):
It's not needed there since all tracks are returned without pagination, just like regular albums. Perhaps I don't have albums big enough to reach the limit, so feel free to report back if you hit a limit somewhere.