For converting aax files from audible to mp3 format.
You will need to have ffmpeg, python 2.7 and an activation/encryption key from audible.
```shell
packagemanager install ffmpeg
python aaxConvert.py --code
This will create a mp3's from the aax file in the following path.
///
```
*optional add a .authcode with the activation key from audible so it doesn't have to be typed in everytime
Type: String
Activation Code from audible to decrypt files
Use this option to create a single file. This is false by default
Use this to set the destination path. Otherwise I will use the current directory
Verbose stdout logging. mainly for debug