From be898830465d80642d8e9578526939ff29798fba Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 21 Mar 2024 13:52:05 +0000 Subject: [PATCH] fix readme, add packages --- README.md | 17 +++++++++++++++-- requirements.txt | 1 + 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0d686f..c69922a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -requires ffmpeg compiled with aac support -https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu +# Audiobook Tool Scripts + +Get your Activation Bytes https://audible-tools.kamsker.at/ + +## Downloading + +- https://github.com/mkb79/audible-cli (in requirements.txt) + + +## Stripping DRM +- requires ffmpeg compiled with aac support +- https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu + +## Renaming Things +- Requires the python mutagen package (in requirements.txt) diff --git a/requirements.txt b/requirements.txt index 26ced3f..4fcc26d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ +audible-cli mutagen