#download #song #queue #cli #path #page #soundeo

app soundeo-bot

CLI to download all the songs from a Soundeo page

11 releases

0.1.10 Jul 10, 2023
0.1.9 Jul 10, 2023

#2226 in Web programming

Download history 2/week @ 2024-02-28 1/week @ 2024-03-06 20/week @ 2024-03-13 284/week @ 2024-03-20 3/week @ 2024-03-27 4/week @ 2024-04-03

291 downloads per month

MIT/Apache

54KB
1K SLoC

Soundeo bot

Automatically download all the songs from a Soundeo.com url to the given path.

It also stores a record of the already downloaded files.

Setup

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.

Queue

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.

Url

You can start downloading directly from a url by running

soundeo-bot url

Hint

To use this program on multiple computers, share the config.json file on a shared folder as Google Drive or Dropbox.

Dependencies

~16–33MB
~533K SLoC