Skip to content

burgesQ/sosound-tools

Repository files navigation

README.md

Table of Contents

what

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

installing

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 --recusrive

build

Run make build or docker build -t sosound-tools ..

start

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

stop

To stop the container, run docker-compose down. fetchSound trap the SIGTERM signal (+ sigint); to ensure a clean exit.