From acd28f9562b031330938dffe3674b54ec262c3c5 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 21 Mar 2024 14:06:40 +0000 Subject: [PATCH] readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60d42b4..c3de91c 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,19 @@ Get your Activation Bytes https://audible-tools.kamsker.at/ ## (01_get.sh) Downloading -- https://github.com/mkb79/audible-cli (in requirements.txt) -- `./get.sh` +- https://github.com/mkb79/audible-cli (in requirements.txt) +- run: `./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` +- run: `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` or `python 03_rename.py` in a directory +- Grabs the title and artist from the file, then puts the file in the format `Artist/Title/Audiobook.m4b` +- AudiobookShelf likes `Audiobook.m4b`, vs the title, kind of annoying, so thats how I wrote this. +- run: `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