[PR #312] [CLOSED] Removed duplicate audio_analysis method in client.Spotify() #847

Closed
opened 2026-02-28 00:02:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/312
Author: @omarryhan
Created: 7/26/2018
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 634d8e2 Removed duplicate audio_analysis method in client.Spotify()
  • 809e24c Spotify.user_playlist_tracks() requires a playlist_id parameter. Removed optionality from playlist_id
  • f87fe42 Oauth and util fixes
  • a49afc8 changed absolute import to relative import
  • 1fd4ad5 added a bunch of gitignores

📊 Changes

4 files changed (+178 additions, -55 deletions)

View changed files

📝 .gitignore (+127 -0)
📝 spotipy/client.py (+3 -10)
📝 spotipy/oauth2.py (+45 -42)
📝 spotipy/util.py (+3 -3)

📄 Description

Removed duplicate audio_analysis method in client.Spotify()


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/312 **Author:** [@omarryhan](https://github.com/omarryhan) **Created:** 7/26/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`634d8e2`](https://github.com/spotipy-dev/spotipy/commit/634d8e20b52b34c88f43a07ff57935143dbe8986) Removed duplicate audio_analysis method in client.Spotify() - [`809e24c`](https://github.com/spotipy-dev/spotipy/commit/809e24c61ce6af2169b9400299271fb42879d21a) Spotify.user_playlist_tracks() requires a playlist_id parameter. Removed optionality from playlist_id - [`f87fe42`](https://github.com/spotipy-dev/spotipy/commit/f87fe4248b0370baf8f2f3d3c14745e265242c9e) Oauth and util fixes - [`a49afc8`](https://github.com/spotipy-dev/spotipy/commit/a49afc8c80dc61ee964a4614db2cb6559ae442bf) changed absolute import to relative import - [`1fd4ad5`](https://github.com/spotipy-dev/spotipy/commit/1fd4ad58664281c48c8d4fcb2a0ddc1a869728b1) added a bunch of gitignores ### 📊 Changes **4 files changed** (+178 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+127 -0) 📝 `spotipy/client.py` (+3 -10) 📝 `spotipy/oauth2.py` (+45 -42) 📝 `spotipy/util.py` (+3 -3) </details> ### 📄 Description Removed duplicate audio_analysis method in client.Spotify() --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#847
No description provided.