[GH-ISSUE #26] Search picks up "Welcome to Spotipy!" #12

Closed
opened 2026-02-27 23:20:23 +03:00 by kerem · 0 comments
Owner

Originally created by @ghost on GitHub (Sep 17, 2014).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/26

I searched for something and search results says:

Search Results

Search finished, found 12 page(s) matching the search query.

spotipy.client.Spotify.track (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.album_tracks (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.artist_top_tracks (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.current_user_saved_tracks (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.current_user_saved_tracks_add (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.current_user_saved_tracks_delete (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.tracks (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.user_playlist_add_tracks (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.user_playlist_remove_all_occurrences_of_tracks (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.user_playlist_remove_specific_occurrences_of_tracks (Python method, in Welcome to Spotipy!)
spotipy.client.Spotify.user_playlist_replace_tracks (Python method, in Welcome to Spotipy!)
Welcome to Spotipy!
...print(album['name']) Here's another example showing how to get 30 second samples and cover art for the top 10 tracks for Led Zeppelin:: import spotipy lz_uri = 'spotify:artist:36QJpDe2go2KgaRleHCDTp' spotify = spoti...

"Python method, in Welcome to Spotipy" is perhaps not what you want it to display in search results.
It's picking up the name of the project from the title in index.rst "Welcome to Spotipy!" ?

Originally created by @ghost on GitHub (Sep 17, 2014). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/26 I searched for something and search results says: ``` Search Results Search finished, found 12 page(s) matching the search query. spotipy.client.Spotify.track (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.album_tracks (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.artist_top_tracks (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.current_user_saved_tracks (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.current_user_saved_tracks_add (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.current_user_saved_tracks_delete (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.tracks (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.user_playlist_add_tracks (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.user_playlist_remove_all_occurrences_of_tracks (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.user_playlist_remove_specific_occurrences_of_tracks (Python method, in Welcome to Spotipy!) spotipy.client.Spotify.user_playlist_replace_tracks (Python method, in Welcome to Spotipy!) Welcome to Spotipy! ...print(album['name']) Here's another example showing how to get 30 second samples and cover art for the top 10 tracks for Led Zeppelin:: import spotipy lz_uri = 'spotify:artist:36QJpDe2go2KgaRleHCDTp' spotify = spoti... ``` "Python method, in Welcome to Spotipy" is perhaps not what you want it to display in search results. It's picking up the name of the project from the title in index.rst "Welcome to Spotipy!" ?
kerem closed this issue 2026-02-27 23:20:23 +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#12
No description provided.