Sign inSign up

dartagan/beets-cron

By dartagan

Updated over 8 years ago

Beets: daily (4am) importing of music from a directory, a child of the gbrks/beets Docker image

Image
0

10K+

dartagan/beets-cron repository overview

docker-beets-cron

Beets: daily monitoring and importing music from a directory. A child of the gbrks/beets Docker image.

Runs every day at 4:00am. You could change that by mounting a new crontab file over /crontab.

As this is a child of gbrks/beets, you'll still want to mount the config, music, and working folders.

Run it like this:

$ docker run --rm -it \
    -v /etc/localtime:/etc/localtime:ro \
    -v /<path/to/music>:/music \
    -v /opt/appdata/beets:/config \
    -v $(pwd):/working \
    -v /<path/to/alternate/crontab>:/crontab:ro
    dartagan/beets-cron

The -v /etc/localtime:/etc/localtime:ro bit sets the timezone to be the same as the host.

Tag summary

Content type

Image

Digest

Size

23.1 MB

Last updated

over 8 years ago

docker pull dartagan/beets-cron