Fetching all liked/thumbs-up tracks when playlist has "max" (10k) tracks? #542
-
YTM seems to "cap" the number of items displayed/returned for a the auto-created liked playlist at 10k. However, I'm fairly certain that the system enables you to like/thumbs-up >10k tracks, and that the 10k-track playlist "limit" is only one of display/return (vs. actually tracking everything you've liked). At least, I hope that's the way it works. Regardless, I've noticed that when i attempt to fetch a "maxed-out" LM playlist, ytmusicapi only returns 9929 tracks. I've tried this using the get_playlist method as well as get_liked_songs (both with limit set to 10k or more) & both return the same. Am I perhaps missing another way to get at all liked songs in the library, regardless of how many there are? Perhaps since there's no actual API & we only have access to what we can see in a browser session, this isn't possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Seems this is now working as expected (i.e. returning the "true" total) with 1.5.3. Thanks. |
Beta Was this translation helpful? Give feedback.
Seems this is now working as expected (i.e. returning the "true" total) with 1.5.3. Thanks.