The algorithm detects the main artists and creates a playlist based on their rated tracks. You can preview each song, remove it and add security attributions such as public or private. Give it a name, save it into your Spotify’s account and enjoy!
- Submitted by: Joel Lovera
- Tools used: Spotify Web API, Spotify-SDK
- Source code repository link: https://github.com/loverajoel/magicplaylist
- Source code license link: http://creativecommons.org/licenses/by-nc-sa/4.0/
MagicPlaylist consume 3 endpoints of the Spotify API. First make a search by track name, then search the related artist of the track obtained, then search top tracks of each artist. Optionally the user can save the playlist in his profile.