Sign inSign up

djlactose/flacwatch

By djlactose

Updated 9 months ago

A container that auto‑converts FLAC files to MP3 the moment they land in a watched directory.

Image
0

10K+

djlactose/flacwatch repository overview

flac2mp3‑watcher 📻

A minimal container that auto‑converts FLAC files to MP3 the moment they land in a watched directory.

Quick start

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

Tag summary

Content type

Image

Digest

sha256:5f0cf94ff

Size

48.1 MB

Last updated

9 months ago

docker pull djlactose/flacwatch