Skip to content

v1.0.61

Compare
Choose a tag to compare
@thlucas1 thlucas1 released this 22 Oct 15:43
· 16 commits to master since this release

[ 1.0.61 ] - 2024/10/22

  • Added service get_audiobook_chapters to get Spotify catalog information about an audiobook's chapters.
  • Added service get_chapter to get Spotify catalog information about a single audiobook chapter.
  • Added service check_playlist_followers to check to see if the current user is following a specified playlist.
  • Added service get_album_tracks to get Spotify catalog information about an album's tracks.
  • Added service get_artist_info to get artist about information from the Spotify Artist Biography page for the specified Spotify artist ID.
  • Added service get_playlist_items to get full details of the items of a playlist owned by a Spotify user.
  • Updated service get_spotify_connect_devices to return a SpotifyConnectDevices instead of a list of Device instances. This contains more detailed information about the device, as well as when the list was last refreshed from real-time queries.
  • Updated underlying spotifywebapiPython package requirement to version 1.0.112.