Replies: 1 comment 6 replies
-
Nop, there is not way as far as I'm aware of. If you want bulk request the best way is to use the web-api. The only endpoint that we implemented that might be interesting for you would be |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to get all tracks in a playlist - not just the IDs, but the metadata?
As far as I can tell,
Playlist
only exposes the IDs of its tracks. My two options are callingTrack::get
for every single item in the playlist, or using the web API.Is librespot unable to get tracks in bulk, or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions