mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #332] liked songs #260
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#260
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 @veber88 on GitHub (Dec 24, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/332
Seems that liked playlist only has 5000 songs and next liked song will replace first from the list. But removed track still remain liked. How can we get all liked songs when they arent in liked playlist?
@sigma67 commented on GitHub (Dec 25, 2022):
You can try to get all the songs in your library, the limit might be higher. And filter those you've liked.
@veber88 commented on GitHub (Jan 8, 2023):
How can i get all songs from library? Thanks for your answer.
@veber88 commented on GitHub (Feb 14, 2023):
@sigma67 pls answer the question about how i can get all songs from library. Thank you in advance!
@veber88 commented on GitHub (Feb 14, 2023):
@sigma67 also i have a problem to get songs that marked as isnt available. Is it possible get such songs from api?
@veber88 commented on GitHub (Mar 15, 2023):
@sigma67 waiting for your answer here please.
@sigma67 commented on GitHub (Mar 15, 2023):
Please, just use the reference. It's not rocket science.
https://ytmusicapi.readthedocs.io/en/stable/reference.html#ytmusicapi.YTMusic.get_library_songs
@veber88 commented on GitHub (Mar 30, 2023):
@sigma67 does it return all liked songs or 5000 most recent liked?
@sigma67 commented on GitHub (Apr 2, 2023):
It returns what's being returned in the web interface. Liked songs are limited to 5000 iirc