From 3b6d14404e4c51226cbd2ed9ed704f701d8eaedb Mon Sep 17 00:00:00 2001 From: darwady2 Date: Mon, 24 Apr 2023 05:21:19 -0700 Subject: [PATCH 1/2] Updates the video link to a high definition video (#967) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updates the video link to a high definition video for setting the SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET values and authenticating. The old video was getting some complaints about people not being able to read the text (since it was low quality), so I've re-recorded it and replaced it with this new version. * Adds changes to Chanelog --------- Co-authored-by: Stéphane Bruckert --- CHANGELOG.md | 10 ++-------- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09a9c7..a575ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Added -- Replace with changes - -### Fixed - -### Removed +### Changed +- Changes the YouTube video link for authentication tutorial (the old video was in low definition, the new one is in high definition) ## [2.23.0] - 2023-04-07 @@ -25,8 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed the regex for matching playlist URIs with the format spotify:user:USERNAME:playlist:PLAYLISTID. - `search_markets` now factors the counts of all types in the `total` rather than just the first type ([#534](https://github.com/spotipy-dev/spotipy/issues/534)) -### Removed - ## [2.22.1] - 2023-01-23 ### Added diff --git a/docs/index.rst b/docs/index.rst index 9c253f0..1ca1862 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ Welcome to Spotipy! you get full access to all of the music data provided by the Spotify platform. Assuming you set the ``SPOTIPY_CLIENT_ID`` and ``SPOTIPY_CLIENT_SECRET`` -environment variables (here is a `video `_ explaining how to do so). For a longer tutorial with examples included, refer to this `video playlist `_. Below is a quick example of using *Spotipy* to list the +environment variables (here is a `video `_ explaining how to do so). For a longer tutorial with examples included, refer to this `video playlist `_. Below is a quick example of using *Spotipy* to list the names of all the albums released by the artist 'Birdy':: import spotipy From d31969108d462c544f41aba4581a0d84a1e75d6f Mon Sep 17 00:00:00 2001 From: adhil0 <56094214+adhil0@users.noreply.github.com> Date: Tue, 2 May 2023 14:26:40 -0700 Subject: [PATCH 2/2] Update links in documentation (#969) * updating links to Spotify documentation * add changes to CHANGELOG.md --- CHANGELOG.md | 1 + FAQ.md | 2 +- docs/index.rst | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a575ac8..f69d8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Changes the YouTube video link for authentication tutorial (the old video was in low definition, the new one is in high definition) +- Updated links to Spotify in documentation ## [2.23.0] - 2023-04-07 diff --git a/FAQ.md b/FAQ.md index 895e293..63fa052 100644 --- a/FAQ.md +++ b/FAQ.md @@ -36,7 +36,7 @@ Error: Solution: - You are likely missing a scope when requesting the endpoint, check -https://developer.spotify.com/web-api/using-scopes/ +https://developer.spotify.com/documentation/web-api/concepts/scopes/ ### Search doesn't find some tracks diff --git a/docs/index.rst b/docs/index.rst index 1ca1862..a6fa61b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ Welcome to Spotipy! =================================== *Spotipy* is a lightweight Python library for the `Spotify Web API -`_. With *Spotipy* +`_. With *Spotipy* you get full access to all of the music data provided by the Spotify platform. Assuming you set the ``SPOTIPY_CLIENT_ID`` and ``SPOTIPY_CLIENT_SECRET`` @@ -71,7 +71,7 @@ Features *Spotipy* supports all of the features of the Spotify Web API including access to all end points, and support for user authorization. For details on the capabilities you are encouraged to review the `Spotify Web -API `_ documentation. +API `_ documentation. Installation ============ @@ -143,7 +143,7 @@ Scopes ------ See `Using -Scopes `_ for information +Scopes `_ for information about scopes. Redirect URI