mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
Updated readme for OPUS convertion, gitignore to ignore aax files in directory and output dir
This commit is contained in:
parent
83e83d959f
commit
626bab226a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
ACTIVATION
|
||||
.authcode
|
||||
*aax
|
||||
Audiobook/*
|
||||
|
4
AAXtoMP3
4
AAXtoMP3
@ -15,8 +15,8 @@ if ! [[ $(type -P "$GREP") ]]; then
|
||||
fi
|
||||
|
||||
if [ "$#" -eq 0 ]; then
|
||||
#echo "Usage: bash AXtoMP3.sh [--flac] [--aac] [--single] AUTHCODE {FILES}"
|
||||
echo "Usage: bash AXtoMP3.sh [--flac] [--single] AUTHCODE {FILES}"
|
||||
echo "Usage: bash AXtoMP3.sh [--flac] [--opus ] [--single] AUTHCODE {FILES}"
|
||||
echo " Note that order does matter!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -31,7 +31,7 @@ Thanks to kbabioch, this script has also been packaged in the [AUR](https://aur.
|
||||
|
||||
## Usage
|
||||
```
|
||||
bash AAXtoMP3.sh [--flac] [--single] AUTHCODE {FILES}
|
||||
bash AAXtoMP3 [--flac] [--opus] [--single] AUTHCODE {FILES}
|
||||
```
|
||||
* AUTHCODE: **your** Audible auth code (it won't correctly decode otherwise) (required)
|
||||
* Everything else is considered an input file, useful for batching!
|
||||
|
Loading…
Reference in New Issue
Block a user