Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkarpovich/playlist-synchronizer
Playlist Sync: Effortlessly synchronize your playlists between Spotify and Yandex Music, ensuring a seamless music experience across multiple streaming services
https://github.com/pkarpovich/playlist-synchronizer
music spotify yandex-music
Last synced: about 21 hours ago
JSON representation
Playlist Sync: Effortlessly synchronize your playlists between Spotify and Yandex Music, ensuring a seamless music experience across multiple streaming services
- Host: GitHub
- URL: https://github.com/pkarpovich/playlist-synchronizer
- Owner: pkarpovich
- Created: 2022-07-25T18:36:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T23:31:35.000Z (9 months ago)
- Last Synced: 2024-02-07T21:56:38.259Z (9 months ago)
- Topics: music, spotify, yandex-music
- Language: TypeScript
- Homepage:
- Size: 375 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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`
```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.