Skip to content

A web tool that allows you match a Spotify playlist to a list of YouTube videos and import them into Radio4000

Notifications You must be signed in to change notification settings

oskarrough/spotify-to-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert Spotify playlist → YouTube videos → Radio4000 tracks

A set of JavaScript functions and a web component to help convert the tracks in a Spotify playlist to YouTube videos, and optionally move them to Radio4000 as well.

  1. Input a Spotify playlist URL (limit 500 tracks)
  2. Allow the tool to search for possible matching YouTube videos
  3. Select the matches you want
  4. Import list of YouTube videos into Radio4000 (beta)

Try it out on https://oskarrough.github.io/spotify-to-youtube/

Development

graph TD
  url[Spotify Playlist URL] -->|parse string| id[Playlist ID]
   -->|Spotify API| playlist[Playlist with tracks] -->|YouTube API| searchResults[Find matching YouTube videos]
   -->|UI component| matches{Select best matches} -.-> r4[Optional import to Radio4000]

About

A web tool that allows you match a Spotify playlist to a list of YouTube videos and import them into Radio4000

Topics

Resources

Stars

Watchers

Forks