Skip to content

v0.2.0

Latest

Choose a tag to compare

@jamiew jamiew released this 08 Dec 22:15
5726fb0

v0.2.0 - New tools & batch support

A bunch of new capabilities based on real-world usage feedback:

  • get_album_info - finally! get album metadata including release date, label, genre, and track list

  • get_saved_tracks - access your Liked Songs library with pagination

  • get_recommendations - Spotify recommendation engine, seed with up to 5 artists/tracks/genres

  • get_audio_features - the fun stuff: tempo, key, energy, danceability, valence, etc

  • search_tracks now supports filters: year, year_range, genre, artist, album

  • get_track_info accepts a list of up to 50 track IDs for batch lookup (112 tracks = 3 API calls instead of 112)

  • get_audio_features accepts a list of up to 100 track IDs

  • All track responses now include release_date and album_id

  • No more duplicate tools - batch variants merged into main tools