1
0
Fork 0

more readme

This commit is contained in:
Tyrel Souza 2024-03-21 14:00:35 +00:00
parent c6ceaa33c9
commit cc8d74f97c
2 changed files with 13 additions and 7 deletions

View File

@ -1,16 +1,22 @@
# Audible
# Audiobook Tool Scripts
Get your Activation Bytes https://audible-tools.kamsker.at/ Get your Activation Bytes https://audible-tools.kamsker.at/
## Downloading ## Downloading (01_get.sh)
- https://github.com/mkb79/audible-cli (in requirements.txt) - https://github.com/mkb79/audible-cli (in requirements.txt)
- `./get.sh`
## Stripping DRM (02_strip.py)
## Stripping DRM
- requires ffmpeg compiled with aac support - requires ffmpeg compiled with aac support
- https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu - 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) - 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