Skip to content

Get a list of tracks by list of track ids #429

@ostec-benni

Description

@ostec-benni

I have following problem:

I want to crawl the tracks of a playlist and analyse the keys isrc, fans, name, artist and more.

If I use the methods 'get_tracks' from Playlist object, the track object is minimized and the key isrc is missing.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions