2024-12-09 22:17:07 +01:00
2024-12-09 22:17:07 +01:00
2024-11-25 15:12:08 +01:00
2024-12-09 22:17:07 +01:00
2024-11-25 15:12:08 +01:00
2024-11-25 15:12:08 +01:00

audioForge

An attempt to have available audio tools to rip audio cds, make audio conversions, manage tags... with a docker image

Build

DOCKER_BUILDKIT=1 docker build --progress=plain  -t audioforge:latest -f Dockerfile .

Run

Rip audio CD with tags


# docker run -it --rm --device=/dev/yourcddevice:/dev/cdrom -v /local/rip/directory:/tmp/RIP audioforge:latest r

Working

  • Rip to WAV with basic tags using CDDB and with possibility to add your own tags

TODO

  • Encode to FLAC, ALAC with tags (In progress)
Description
No description provided
Readme 154 KiB
Languages
Shell 97.1%
Dockerfile 2.9%