You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered: