flac2mp3 icon indicating copy to clipboard operation
flac2mp3 copied to clipboard

Not a bug. Just wanted to share the Docker image.

Open trip5 opened this issue 4 years ago • 1 comments

I made a decently-enough working Docker image using this script here: https://registry.hub.docker.com/r/darkpoet78/flac2mp3

I've linked to this Github source, of course.

Thanks Robin. This is exactly the reason I upgraded my NAS to a Synology that works with Docker. Thank you for such an awesome script!

trip5 avatar Dec 31 '19 13:12 trip5

I do have one question. I tried playing around with these arguments and I don't know perl so I can't read your code to figure it out.

--skipfilename   Specify the name of the skip file.
                 Default: flac2mp3.ignore

I assume this reads a file but I've tried all sorts of formats inside the file (from plain text to various forms of regex)... still can't figure it out. Can this be used to ignore an entire folder? For example, I'd like to ignore the folder "Collection" in my flac collection.

And do I understand this argument?

--noskipfile     Ignore any skip files

It seems to pass on every file to the flac decoder, even jpg files. Heh.

trip5 avatar Jan 01 '20 03:01 trip5