Updated readme for new script name

This commit is contained in:
KrumpetPirate 2017-05-14 20:57:03 -05:00
parent 026a52343c
commit d96d01eb25

View File

@ -31,14 +31,14 @@ Thanks to kbabioch, this script has also been packaged in the [AUR](https://aur.
## Usage
```
bash AAXtoMP3.sh <AUTHCODE> {INPUT_FILES}
bash AAXtoMP3 <AUTHCODE> {INPUT_FILES}
```
* AUTHCODE: **your** Audible auth code (it won't correctly decode otherwise) (required)
* Everything else is considered an input file, useful for batching!
You can also convert the output to FLAC encoding instead of MP3 by doing the following *in order*:
```
bash AAXtoMP3.sh --flac <AUTHCODE> {INPUT_FILES}
bash AAXtoMP3 --flac <AUTHCODE> {INPUT_FILES}
```
Note that FLAC encoding is typically a little faster, at the cost of compatibility with some players.
@ -49,7 +49,7 @@ that line and treat it like your auth_code. When you do this you do not need to
Here is the full usage (NOTE: Order matters!)
```
bash AAXtoMP3.sh [--flac] [--single] AUTHCODE {FILES}
bash AAXtoMP3 [--flac] [--single] AUTHCODE {FILES}
```
## Anti-Piracy Notice