Crates.io | soundeo-bot |
lib.rs | soundeo-bot |
version | 0.1.10 |
source | src |
created_at | 2023-07-03 19:55:47.497124 |
updated_at | 2023-07-10 22:24:35.189445 |
description | CLI to download all the songs from a Soundeo page |
homepage | https://www.github.com/matiasbn/soundeo-bot |
repository | https://www.github.com/matiasbn/soundeo-bot |
max_upload_size | |
id | 907413 |
size | 117,568 |
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 login
Fill the necessary data and select the folder to download the tracks.
The config.json
file is stored at $HOME/.soundeo_bot_config
:
{
"user": "",
"pass": "",
"download_path": ""
}
Run the next command for more info:
soundeo-bot --help
You can download songs from any valid soundeo.com page. The program is not validating the correct link so be careful.
You can queue multiple songs, and then download them by running
soundeo-bot queue
Select Add to queue to queue them, and then select Resume queue to download them.
You can start downloading directly from a url by running
soundeo-bot url
To use this program on multiple computers, share the config.json
file on a shared folder as Google Drive or Dropbox.