mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1210] Add support for saving tracks to the user using timestamped_ids #703
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#703
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 @Landcross on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1210
Hi. I noticed that the current method for saving tracks into the user (
current_user_saved_tracks_add()) uses the query parameteridswith a list of ids. Not only is this 'deprecated' according to the spotify docs (they recommend using the body). More importantly, this also misses out on a feature to add tracks to the user with added timestamps.See the documentation: https://developer.spotify.com/documentation/web-api/reference/save-tracks-user
It would be nice if the library would support this
timestamped_idsfeature. Unless I'm missing something and it's already available?@bvandercar-vt commented on GitHub (Dec 3, 2025):
Was just about to create an issue for this. Seconded!
@dieser-niko commented on GitHub (Dec 3, 2025):
Hi there, I started a branch this week with the intention of going through all endpoints. I hope to finish by next week.