A cli to put custom content on your creative tonie
- toniebox
- user and password for toniecloud
- python3.10 or higher
- or use provided docker file to build and run...
docker build -t creativetonie .
pip3 install -r requirements-all.txt
pip-compile requirements.txt --output-file requirements-all.txt
export TONIECLOUD_USERNAME=...
export TONIECLOUD_PASSWORD=...
docker run -ti --rm -e TONIECLOUD_USERNAME=$TONIECLOUD_USERNAME -e TONIECLOUD_PASSWORD=$TONIECLOUD_PASSWORD selamanse/creativetonie print-tonies
python3 ./creative-tonie.py print-tonies
python3 ./creative-tonie.py copy-path My-Creative-Tonie ~/Music/MyTonieContent/FolderWithMP3s
to get a current list of commands run program with --help
- copy-path
- print-tonie-chapters
- print-tonies
- wipe-tonie