mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #727] The documentation has many references to a “Your Music” library that does not exist #438
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#438
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fabquenneville on GitHub (Sep 9, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/727
Describe the bug
The documentation at readthedocs keeps referring to a “Your Music” library that does not exist. I believe for songs it is referring to the "Liked Songs" playlist by the wrong name being very confusing, I have not experimented with the albums and podcasts to see what it's referring to.
@fabquenneville commented on GitHub (Sep 10, 2021):
Actually I might be wrong on this as it retrieves more songs than there are in my "Liked songs" playlist. I guess I will have to keep experimenting.
@fabquenneville commented on GitHub (Sep 11, 2021):
Hi again,
There was a little bug in my code. Now that I fixed it I can confirm "Your Music" on the doc is indead for songs "Liked Songs" in spotify.
I had done
instead of
Not sure if it would be considered a bug but it was confusing to me.
@fabquenneville commented on GitHub (Sep 15, 2021):
Hi again
There is another "bug" in the docs:
To my knowledge the util module has nothing to do with the users playlists.
@Peter-Schorn commented on GitHub (Sep 15, 2021):
The "Your Music" library refers collectively to a user's liked tracks, saved albums, followed artists, and followed podcasts. This content is in the "Your Library" tab of the Spotify web player.
Then why were you so convinced that it doesn't exist?
@fabquenneville commented on GitHub (Sep 21, 2021):
Well as you said there is no "Your music" in the web UI all of the music would be "Your library" in english, not "Your music". But for the case of the tracks methods if we reference the web UI or mobile interface it would be "Liked songs": current_user_saved_tracks, current_user_saved_tracks_add, current_user_saved_tracks_contains, current_user_saved_tracks_delete
I realize now that what the Spotipy docs do is mimic the Spotify docs, but for a developper searching for a way to manipulate "Liked Songs" in the "Your library" the fact that there's no mention in either documentations is an unnecessary headache.