Skip to content

pkarpovich/playlist-synchronizer

Repository files navigation

Playlist Synchronizer

Description

The app allows to synchronize of playlists from one service to others.

Supported music services

  • Spotify
  • Yandex Music

Config example

sync-config.json

{
  "playlists": [
    {
      "type": "yandex",
      "metadata": {
        "id": "1004",
        "userName": "flomaster-mc",
        "name": "РЗТ Mainstream 2022"
      },
      "excludedTrackIds": [],
      "targetPlaylists": [
        {
          "type": "spotify",
          "metadata": {
            "id": "5hawKrDsYBhjPKP88E8avR",
            "name": "Spotify РЗТ Mainstream 2022"
          }
        }
      ]
    }
  ]
}

Node scripts:

pnpm build

Build the app for production.

pnpm start

Run the app in production mode.

pnpm dev

Run the app in development mode.

About

Playlist Sync: Effortlessly synchronize your playlists between Spotify and Yandex Music, ensuring a seamless music experience across multiple streaming services

Topics

Resources

Stars

Watchers

Forks