Spotifywebapipython

Latest version: v1.0.194

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 33

1.0.116

* Updated `ArtistInfoTourEvent` model to include the concert link.
* Fixed `SpotifyClient.GetArtistInfo` method to correctly parse Spotify artist info and tour events.

1.0.115

* Updated `PlayerQueueInfo` model to include the `DateLastRefreshed` property, which contains the date and time items were was last refreshed in unix epoch format (e.g. 1669123919.331225). A value of zero indicates the date was unknown. Note that this attribute does not exist in the Spotify Web API; it was added here for convenience.
* Updated `Category` model to include the `Type` property, which contains a simulated data type. This is a helper property - no value with this name is returned from the Spotify Web API.
* Updated `Category` model to add the `uri` and `type` values to data returned by the `ToDictionary` method.

1.0.114

* Added `sortResult` argument to the following `SpotifyClient` methods: `GetArtistRelatedArtists`, `GetArtistTopTracks`. If True (default), result items are sorted by name prior to returning to the caller; otherwise, results are left in the order that the Spotify Web API returned them.

1.0.113

* Updated `PlayerQueueInfo` model to remove repeated items when retrieving player queue information. For some reason, the Spotify Web API will return up to 10 duplicate items with the same information. For example: if there is only 1 item in the queue, then 10 duplicate items are returned by the Spotify Web API; if there are 5 items in the queue, then 5 duplicate items are returned by the Spotify Web API. We will check for this scenario, and only return non-duplicate items if so.
* Updated `PageObject` model to include the `DateLastRefreshed` property, which contains the date and time items were was last refreshed in unix epoch format (e.g. 1669123919.331225). A value of zero indicates the date was unknown. Note that this attribute does not exist in the Spotify Web API; it was added here for convenience.
* Added `SpotifyClient.AddPlayerQueueItems` method that will add one or more items to the end of the user's current playback queue.
* Marked `SpotifyClient.AddPlayerQueueItem` method as deprecated; use the new `AddPlayerQueueItems` method instead.

1.0.112

* Updated `SpotifyClient.GetSpotifyConnectDevice` method to issue a slight delay after disconnecting the device. This should prevent `Getinformation` exceptions for devices that require a little bit of extra time after a Disconnect (e.g. zeroconf `resetUsers`) request in order to be ready for a Connect (e.g. zeroconf `addUser`) request.

1.0.111

* Updated `SpotifyClient.GetChapter` method to make the `chapterId` argument optional; if not supplied, the currently playing chapter id value is used instead.

Page 14 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.