Start from a Musi iOS playlist URL whose content is dynamically generated.
Playlist automation
Musi to Spotify
Python playlist converter that scrapes dynamically generated Musi playlist URLs and recreates them as Spotify playlists.
Background
Musi playlist links are not directly portable to Spotify, making it tedious to preserve a playlist across music platforms.
Musi to Spotify is a Python playlist conversion tool for moving playlists from Musi iOS playlist URLs into Spotify. The project focuses on extracting playlist content from dynamically generated Musi pages and turning that content into a Spotify playlist workflow.
The engineering challenge is automation across two different music experiences: scrape or parse track data from Musi, normalize the song information, and recreate the playlist in Spotify so the user does not need to rebuild it manually.
Project Workflow
Scrape and normalize track information so it is usable outside the Musi page.
Use cleaned song metadata to search or map each Musi entry into Spotify.
Automate the transfer so the destination Spotify playlist preserves the original playlist content.