Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Updated readme for new script name
Browse files Browse the repository at this point in the history
  • Loading branch information
KrumpetPirate committed May 15, 2017
1 parent 026a523 commit d96d01e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit d96d01e

Please sign in to comment.