Skip to content

Dockerfile for the music management and tagger Beets (https://beets.io)

Notifications You must be signed in to change notification settings

spritsail/beets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Layers Latest Version Git Commit Docker Stars Docker Pulls Build Status

A docker image for the music management program Beets. This image will start the beets web daemon in the container. You will also need to mount your music library inside the container, as well as any paths you wish to import music from.

Interacting with the beets database is simple, just use docker exec. For example, to get a full list of the library:

docker exec -ti beets beet ls

Or to import an album, assuming you are using the run command found below:

docker exec -ti beets beet import /import

Example run command:

docker run -d --name beets --restart=on-failure:10 -v /host/path/to/config:/config -v /mnt/music:/music -v /mnt/imports:/import -p 8337:8337 spritsail/beets

About

Dockerfile for the music management and tagger Beets (https://beets.io)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •