tuffy / python-audio-tools

A collection of audio handling programs which work from the command line.
http://audiotools.sourceforge.net
GNU General Public License v2.0
249 stars 58 forks source link

Container with python-audio-tools #80

Open leleobhz opened 1 year ago

leleobhz commented 1 year ago

Hello!

This is not a issue, but a feature :P

I've created a repo to publish my container i've created to run a DVD-Audio conversion. I was able to run this to convert my DVD-Audio mounted on my system:

podman run --privileged -it --rm --name python-audio-tools -v /home/leonardo/Música/Gentle\ Giant/Free\ Hand/:/data -v /run/media/leonardo/GENTLE_GIANT_FREE_HAND:/cdrom --workdir=/data localhost/python-audio-tools:latest dvda2track -A /cdrom/AUDIO_TS/ -t flac --verbose debug --title 1

Since this maybe useful to someone, I'd like to share this repo with the community. It's stored at https://github.com/leleobhz/python-audio-tools-container

Please feel free to add to README or feel motivated to keep this work.

Thank you!