mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #359] [CLOSED] add playlists #412
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#412
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?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/359
Author: @ctaggart
Created: 9/5/2022
Status: ❌ Closed
Base:
master← Head:add_playlists📝 Commits (1)
503fa86add playlists📊 Changes
3 files changed (+73 additions, -3 deletions)
View changed files
➖
.env(+0 -3)📝
.gitignore(+1 -0)➕
examples/add_playlists.rs(+72 -0)📄 Description
I migrated some playlists to another account using https://www.musicbackuper.com/ to export the data to a json file. The loading failed, so I used this script instead. It deserializes the json file and then creates playlists and adds all the tracks.
I'm going to open this as a draft and then close it. I thought this may be a useful example issue for some.
Some challenges:
https://community.spotify.com/t5/Spotify-for-Developers/Api-to-create-a-private-playlist-doesn-t-work/m-p/5418084#M5289
Thanks for the library! It was very useful.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.