- Automatically sync new tracks from Spotify to YouTube playlists.
- Remove deleted tracks from YouTube playlists based on Spotify changes.
- Find and match YouTube videos to Spotify tracks using title and artist.
- Maintain a consistent music library across multiple platforms.
Monitors Spotify playlist for changes using scheduled triggers. Retrieves current playlist snapshot and compares it with the previous version. Fetches all music tracks from Supabase and checks for their presence in the YouTube playlist. Searches YouTube for matching videos based on track details. Updates the YouTube playlist with new tracks and removes those that are no longer available.
- 1Import the workflow into your n8n environment.
- 2Configure your Spotify and YouTube credentials.
- 3Set up the Supabase database with the required table structure.
- 4Adjust the variables for your specific Spotify playlist and YouTube playlist IDs.
- 5Activate the workflow to start the synchronization process.