Automatically download all the songs from a Soundeo.com url to the given path.
It also stores a record of the already downloaded files.
Run:
soundeo-bot --url "HERE_PASTE_THE_SOUNDEO_URL"
The config.json file is then created, fill it:
json
{
"user": "",
"pass": "",
"download_path": ""
}
Run again:
soundeo-bot --url "HERE_PASTE_THE_SOUNDEO_URL"
and the tracks that were not previously downloaded will be stored at config.download_path
.