plamere / OrganizeYourMusic

Organize your saved music on Spotify
240 stars 39 forks source link

Modify expected input given that Spotify no longer uses URIs for playlists. #14

Closed topotech closed 3 years ago

topotech commented 3 years ago

Spotify no longer offers an option to copy URIs, at least on playlist. It isn't hard to manually construct a playlist URI from user's profile URL and the playlist URL:

spotify:user:{USER_ID}:playlist:{PLAYLIST_ID}

but maybe it would be a good idea to use proper https URLs instead of Spotify URIs.

sensodejay commented 3 years ago

The Spotify URI can be still be accessed see in the spotify client see the following procedure https://community.spotify.com/t5/FAQs/What-s-a-Spotify-URI/ta-p/919201

topotech commented 3 years ago

Excellent, I didn't know that holding a modifier key like Ctrl or Alt the menu changed. Thanks! Issue closed.