This skill automates the migration of Spotify playlists to YouTube Music without manual track-by-track searching. It works in several phases: first, it navigates the Spotify web player and extracts track metadata directly via JavaScript. It then interfaces with the mr-eurodisco.com converter to transform that metadata into YouTube Music search links. From there, it performs searches on YouTube Music using fuzzy matching and artist-page crawling to locate studio versions of tracks, including those from niche or independent artists. Finally, it handles playlist creation or appends tracks to existing YouTube Music playlists through UI interactions.
The skill is designed to handle common automation obstacles including cookie banners, dynamic popups, and UI language variations across English, French, German, Spanish, Japanese, and other languages. It also manages browser tab overhead to avoid memory issues during longer migrations. The multi-phase matching process is intended to reduce mismatches such as incorrect remixes or live versions substituted for studio recordings.
This skill requires access to both the Spotify web player and the YouTube Music web interface, as it operates through browser-based automation rather than official APIs. It is not a general-purpose music tool — its scope is specifically the one-directional transfer of playlist contents from Spotify to YouTube Music.