readme
This commit is contained in:
parent
3ec26423a7
commit
acd28f9562
10
README.md
10
README.md
@ -3,17 +3,19 @@
|
|||||||
Get your Activation Bytes https://audible-tools.kamsker.at/
|
Get your Activation Bytes https://audible-tools.kamsker.at/
|
||||||
|
|
||||||
## (01_get.sh) Downloading
|
## (01_get.sh) Downloading
|
||||||
- https://github.com/mkb79/audible-cli (in requirements.txt)
|
- https://github.com/mkb79/audible-cli (in requirements.txt)
|
||||||
- `./get.sh`
|
- run: `./get.sh`
|
||||||
|
|
||||||
## (02_strip.py) 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`
|
- run: `python 02_strip.py AUDIOBOOK.aax`
|
||||||
|
|
||||||
## (03_rename.py) Renaming Things
|
## (03_rename.py) Renaming Things
|
||||||
- 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
|
- 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
|
# Not Audible
|
||||||
For when you have a folder of mp3s in order of chapters
|
For when you have a folder of mp3s in order of chapters
|
||||||
|
Loading…
Reference in New Issue
Block a user