| | |
| | | ## 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> |
| | | |
| | | ``` |
| | | 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> |
| | | ``` |
| | |
|
| | | /`dpath'/`artist'/`title'
|
| | | |
| | | ## Configuration |
| | | |
| | | *optional add a .authcode with the activation key from audible so it doesn't have to be typed in everytime |
| | | \*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 |