Liked songs, gathered into a monthly playlist

The scenario takes your likes in spotify and drops them, without duplicates, into the current month's playlist.

  • A playlist from your likes
  • A new playlist each month
  • No duplicates
  • Builds itself, no reminders
Spotify

How it works

To connect Supabase and Spotify, you don't need a developer: a ready-made scenario links them in minutes.

  1. Starts when: Schedule Trigger
  2. Then: Get current date
  3. Then: Get all user playlist
  4. Check: Get monthly playlist
  5. Check: Monthly playlist exist in Spotify ?
  6. If yes: Get playlist in DB
  7. Check: Playlist exist in DB ?
  8. If yes: Merge
  9. Then: Get this month playlist in DB
  10. Then: Get this month tracks in DB
  11. Check: For each monthly tracks in DB
  12. Then: Get this month tracks in Spotify
  13. Check: Filter1
  14. Check: Song is not present in the playlist ?
  15. If yes: Add song to the playlist
  16. If no: Create playlist in DB
  17. If no: Create playlist in Spotify
  18. Then: Create playlist in DB1
  19. Then: Get last 10 liked tracks
  20. Check: For each tracks in liked song
  21. Then: Check if track is saved
  22. Check: Is not saved
  23. If yes: Create song entry

You can launch this Supabase + Spotify integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.