Table of Contents
Some bash script that download music and sync them to a remote android device.
| script | what |
|---|---|
dl |
download music |
sync |
sync file |
wrapper |
run dl then sync |
You'll need to have make, docker and docker-compose installed on your system.
Not that this project have submodule, please update them running :
$ git submdule update --init --recusriveRun make build or docker build -t sosound-tools ..
Run make run or docker-compose up to run the scripts.
Edit the .env file according to your needs.
To run the tools you'll need to share your own configuration files.
The docker-compose.yaml is full of handful example.
- share configuation files
- share music dir
- share network
To stop the container, run docker-compose down. fetchSound trap the SIGTERM signal (+ sigint); to ensure a clean exit.