node-spotify-youtube-downloader
Download playlists or albums from spotify via youtube, then automatically add id3 tags using data from spotify web API.
About
CLI not yet ready
A spotify web API token is needed, you can generate one in the Web API Console
Usage
Install
npm install --save node-spotify-youtube-downloader
Import
const download tag = ;;// ORconst downloader = ;downloader;downloader;
Download
/* Download and tag songs */;
Tag
/* Search for songs as they would be named by program and add the id3 tags from spotifyOptions have same syntax as download */;
TODO
- Add CLI
- Improve logging (download progress etc)
- Improve API