spotify-dl/README.md

27 lines
882 B
Markdown
Raw Normal View History

2022-05-07 02:58:52 +02:00
# Spotify music downloader
## Based on https://github.com/migo1271/spotify-ripper
2022-05-07 03:04:28 +02:00
This is not a youtube scrapper. This is a real Spotify music downloader, to mp3 320kb/s 44100 Hz, no DRM, with good tags.
2022-05-07 02:58:52 +02:00
2022-05-07 03:04:28 +02:00
**You will need a premium account to Spotify and set your ids in `.login.auth` file.**
You should also edit `.env` file to configure your tracks output format and location.
2022-05-07 02:58:52 +02:00
2022-05-07 03:04:28 +02:00
If you want to use keywords search, you will also need a developer token, set to the same file (TODO: bypass this token).
You can get this token here: https://developer.spotify.com/console/get-search-item/, but this one expire after one hour...
2022-05-07 02:58:52 +02:00
### Installation
2022-05-07 03:04:28 +02:00
Launch `install.sh` script
2022-05-07 02:58:52 +02:00
### Exemples of use
Search keyword and download best match
```
./spotify-dl.sh daft punk around the world
```
Download full album
```
./spotify-dl.sh https://open.spotify.com/album/5uRdvUR7xCnHmUW8n64n9y
```