A container that auto‑converts FLAC files to MP3 the moment they land in a watched directory.
10K+
A minimal container that auto‑converts FLAC files to MP3 the moment they land in a watched directory.
docker run -d \
--name flac2mp3 \
-e QUALITY=0 \ # optional: highest VBR quality
-e DELETE_SOURCE=false \ # keep your FLAC masters
-v /path/to/host/music:/media \
djlactose/flacwatch:latest
Content type
Image
Digest
sha256:5f0cf94ff…
Size
48.1 MB
Last updated
9 months ago
docker pull djlactose/flacwatch