[PR #597] [CLOSED] local language and stop #957

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/597
Author: @busterbeam
Created: 10/24/2020
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+746 additions, -370 deletions)

View changed files

📝 spotipy/client.py (+446 -370)
spotipy/extras.py (+300 -0)

📄 Description

  • Added defaulting to local language on computer which script is run on.
  • Stop playback function on track and context level.
  • Literal string interpolation change from old string formatting, for better readability and compactness.
  • Separated string join lists from functions for further compactness and reduction on repeated code

🔄 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/597 **Author:** [@busterbeam](https://github.com/busterbeam) **Created:** 10/24/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`72ed661`](https://github.com/spotipy-dev/spotipy/commit/72ed66165f208cadf357d46b765defdc6dd0feb4) Changes to be committed: - [`fcde975`](https://github.com/spotipy-dev/spotipy/commit/fcde975a34312079bd521d27aa96dc1997827975) Changes to be committed: ### 📊 Changes **2 files changed** (+746 additions, -370 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/client.py` (+446 -370) ➕ `spotipy/extras.py` (+300 -0) </details> ### 📄 Description - Added defaulting to local language on computer which script is run on. - Stop playback function on track and context level. - Literal string interpolation change from old string formatting, for better readability and compactness. - Separated string join lists from functions for further compactness and reduction on repeated code --- <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:54 +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#957
No description provided.