How to remove DRM from Audible, and put files in proper places and directories.
01_get.sh | ||
02_strip.py | ||
03_rename.py | ||
04_chapters.py | ||
README.md | ||
requirements.txt |
Audible
Get your Activation Bytes https://audible-tools.kamsker.at/
(01_get.sh) Downloading
- https://github.com/mkb79/audible-cli (in requirements.txt)
./get.sh
(02_strip.py) Stripping DRM
- requires ffmpeg compiled with aac support
- https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
python 02_strip.py AUDIOBOOK.aax
(03_rename.py) Renaming Things
- Requires the python mutagen package (in requirements.txt)
python 03_rename.py filename.m4b
orpython 03_rename.py
in a directory
Not Audible
For when you have a folder of mp3s in order of chapters
(04_chapters.py) Chapters [not for Audible, for collections of mp3 files]
- this makes a FFMETADATAFILE based on the timing of a list of Mp3 files and adds those as an M4B file