mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #102] Provide sort order option to get_library_upload_songs() #75
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#75
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 @ide-an on GitHub (Nov 8, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/102
As mentioned in https://github.com/sigma67/ytmusicapi/issues/63#issuecomment-678684815, we need sort order options on the uploaded songs list (especially,

most recently added) .YouTube Music has already provided sort options, so we can implement it in ytmusicapi.
Here is my implementation.
github.com/ide-an/ytmusicapi@4a853c6555@sigma67 commented on GitHub (Nov 8, 2020):
Looks good! Can you submit a PR?
I think this would have to be implemented for the other library tabs as well then. Might be a good idea to have the order params logic in a separate helper function