[GH-ISSUE #1210] Add support for saving tracks to the user using timestamped_ids #703

Open
opened 2026-02-28 00:01:01 +03:00 by kerem · 2 comments
Owner

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 parameter ids with 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_ids feature. Unless I'm missing something and it's already available?

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 parameter `ids `with 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_ids` feature. Unless I'm missing something and it's already available?
Author
Owner

@bvandercar-vt commented on GitHub (Dec 3, 2025):

Was just about to create an issue for this. Seconded!

<!-- gh-comment-id:3605301329 --> @bvandercar-vt commented on GitHub (Dec 3, 2025): Was just about to create an issue for this. Seconded!
Author
Owner

@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.

<!-- gh-comment-id:3605464111 --> @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.
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#703
No description provided.