An open source offering for migrating playlists between different streaming services
$ git clone [email protected]:elirankon/playlist-converter.git
$ cd playlist-converter
$ npm i
$ npm start
$ pConverter:> services list
$ pConverter:> set [service_name] -s
$ pConverter:> set [service_name] -t
... init and load stuff here
$ pConverter:> start -t "my converted playlist title"
Make sure you init
source and target services and that you
load
the source playlist before hitting start
.
Service | Load Items (as source) | Generate Playlists (as target) |
---|---|---|
Youtube | ✅ | ✅ |
Spotify | ✅ | ✅ |
You need to make sure you have setup the environment for services you want to use:
Log them in the issue tracker please. If you want to add a service, you're more than welcome to implement it yourself!