Get a list of tracks by list of track IDs #431
-
I have following problem: I want to crawl the tracks of a playlist and analyse the keys If I use the methods 'get_tracks' from Playlist object, the track object is minimized and the key If I send a request to 'client.get_track(track_id)', i will get the complete track object, but it isn't perfomant to send a request for every track. Is there any way to retrieve a list of tracks from a playlist and always get the complete track object? Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm afraid the answer is no. This library merely exposes what's available in the REST API, and I don't see a good way to get what you want in fewer requests than what you describe. |
Beta Was this translation helpful? Give feedback.
I'm afraid the answer is no. This library merely exposes what's available in the REST API, and I don't see a good way to get what you want in fewer requests than what you describe.