This is a container that will remove the DRM from your AAX files, transcode them to M4A audio files and split them up into separate MP3 files by chapter.
This is based on: https://github.com/inAudible-NG/tables
Map a directory containing one or more AAX files to the /data volume, then run the container.
For example you could cd to a directory containing your AAX files and run:
docker run -v $(pwd):/data bocki/audible_stripper
You can also skip/override computing the activation bytes with rainbowcrack by passing them in with the ACTIVATION_BYTES environment variable.
This is basically nothing more than the combination of two pieces of code from other people
First part: ryanfb in the original repo: https://github.com/ryanfb/docker_inaudible_rainbowcrack
Second part: Eloise Speight in her comment on stackexchange: https://unix.stackexchange.com/a/545861
I claim no further ownership of the code than how I smashed those two pieces together to make it a single step.
Also, the disclaimer that you should only do this with your personally owned audiobooks is a given.
Thanks to both of the coders!
Content type
Image
Digest
Size
308.3 MB
Last updated
over 5 years ago
docker pull bocki/audible_stripper