A docker image for the beets music library manager.
Find a file
2022-09-05 00:23:35 +02:00
context feat: add Dockerfile and docker-compose.yml 2022-09-05 00:22:31 +02:00
config.yaml feat: add beets config file 2022-09-05 00:23:18 +02:00
docker-compose.yml feat: add Dockerfile and docker-compose.yml 2022-09-05 00:22:31 +02:00
README.md docs: add README explaining the basics 2022-09-05 00:23:35 +02:00

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.