A docker image for the beets music library manager.
context | ||
config.yaml | ||
docker-compose.yml | ||
README.md |
Docker beets
Container used to run the beets music library organizer.
Quickstart
Copy config.yaml
into the host volume's config
folder (in this case /srv/beets/config
).
Place the music you want to import into the import
folder (in this case /srv/beets/import
).
Run the beets importer interactively:
sudo docker exec -it beets beet import /import
The commandline and/or configuration reference can be found here.