mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Updated readme for new script name
This commit is contained in:
parent
026a52343c
commit
d96d01eb25
@ -31,14 +31,14 @@ Thanks to kbabioch, this script has also been packaged in the [AUR](https://aur.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
bash AAXtoMP3.sh <AUTHCODE> {INPUT_FILES}
|
bash AAXtoMP3 <AUTHCODE> {INPUT_FILES}
|
||||||
```
|
```
|
||||||
* AUTHCODE: **your** Audible auth code (it won't correctly decode otherwise) (required)
|
* AUTHCODE: **your** Audible auth code (it won't correctly decode otherwise) (required)
|
||||||
* Everything else is considered an input file, useful for batching!
|
* 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*:
|
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.
|
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!)
|
Here is the full usage (NOTE: Order matters!)
|
||||||
```
|
```
|
||||||
bash AAXtoMP3.sh [--flac] [--single] AUTHCODE {FILES}
|
bash AAXtoMP3 [--flac] [--single] AUTHCODE {FILES}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Anti-Piracy Notice
|
## Anti-Piracy Notice
|
||||||
|
Loading…
Reference in New Issue
Block a user