From cc8d74f97c8c9310d23ec191be620867667abf1a Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 21 Mar 2024 14:00:35 +0000 Subject: [PATCH] more readme --- 02_rip.py => 02_strip.py | 0 README.md | 20 +++++++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) rename 02_rip.py => 02_strip.py (100%) diff --git a/02_rip.py b/02_strip.py similarity index 100% rename from 02_rip.py rename to 02_strip.py diff --git a/README.md b/README.md index c69922a..11d1f36 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ - -# Audiobook Tool Scripts +# Audible Get your Activation Bytes https://audible-tools.kamsker.at/ -## Downloading - +## Downloading (01_get.sh) - https://github.com/mkb79/audible-cli (in requirements.txt) +- `./get.sh` - -## Stripping DRM +## Stripping DRM (02_strip.py) - requires ffmpeg compiled with aac support - https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu +- `python 02_strip.py AUDIOBOOK.aax` -## Renaming Things +## Renaming Things (03_rename.py) - Requires the python mutagen package (in requirements.txt) +- `python 03_rename.py filename.m4b` or `python 03_rename.py` in a directory + +# Not Audible +For when you have a folder of mp3s in order of chapters + +## Chapters (04_chapters.py) [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