From 2bca657babf8bec3f9cee673c92eb21f68a68a68 Mon Sep 17 00:00:00 2001 From: Chris Pomeroy <chris.pomeroy@hotmail.com> Date: Fri, 05 Dec 2025 04:59:59 +0000 Subject: [PATCH] Updated for all the things --- README.md | 78 ++++++++++++++++++++------------------- 1 files changed, 40 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 375e791..f83644f --- a/README.md +++ b/README.md @@ -1,38 +1,40 @@ -# aaxconvert - -For converting aax files from audible to mp3 format. - -## Installing / Getting started - -You will need to have ffmpeg, python 2.7 and an activation/encryption key from audible. -```shell -packagemanager install ffmpeg -python aaxConvert.py --code <activationcode> <filename> - -``` - -This will create a mp3's from the aax file in the following path. -```shell -/<dpath>/<artist>/<title> -``` - -## Configuration - -*optional add a .authcode with the activation key from audible so it doesn't have to be typed in everytime - -#### --code -Type: `String` - -Activation Code from audible to decrypt files - -#### -s, --single - -Use this option to create a single file. This is false by default - -#### -d, --dpath - -Use this to set the destination path. Otherwise I will use the current directory - -#### -v, --verbose - -Verbose stdout logging. mainly for debug +# aaxconvert + +For converting aax files from audible to mp3 format. + +## Installing / Getting started + +You will need to have ffmpeg, python 2.7 and an activation/encryption key from audible. + + packagemanager install ffmpeg + python aaxConvert.py --code `activationcode' `filename' + +Use the following to get your activation key from audible + +https://github.com/inAudible-NG/audible-activator + +This will create a mp3's from the aax file in the following path. + + /`dpath'/`artist'/`title' + +## Configuration + +\*optional add a .authcode with the activation key from audible so it doesn't have to be typed in everytime + +#### --code + +Type: `String` + +Activation Code from audible to decrypt files + +#### -s, --single + +Use this option to create a single file. This is false by default + +#### -d, --dpath + +Use this to set the destination path. Otherwise I will use the current directory + +#### -v, --verbose + +Verbose stdout logging. mainly for debug \ No newline at end of file -- Gitblit v1.10.0