https://github.com/artonge/spotify-export
Export your music from your spotify playlists !
https://github.com/artonge/spotify-export
backup electron export music playlist spotify spotify-export youtube
Last synced: about 1 month ago
JSON representation
Export your music from your spotify playlists !
- Host: GitHub
- URL: https://github.com/artonge/spotify-export
- Owner: artonge
- License: gpl-3.0
- Created: 2018-01-12T08:14:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T19:48:57.000Z (over 8 years ago)
- Last Synced: 2026-04-06T10:37:31.055Z (2 months ago)
- Topics: backup, electron, export, music, playlist, spotify, spotify-export, youtube
- Language: JavaScript
- Homepage:
- Size: 555 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# spotify-export
Export your music from your spotify playlists !
## How it works
After retrieving you playlists with the spotify API, it downloads the songs from youtube. The audio quality is therefore not the best. But the songs are taged with spotify information and classed by folder folowing this standard: `artist/album/track`

## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```