Updated readme for OPUS convertion, gitignore to ignore aax files in directory and output dir

This commit is contained in:
KrumpetPirate 2018-03-13 19:39:02 -05:00
parent 83e83d959f
commit 626bab226a
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
ACTIVATION ACTIVATION
.authcode .authcode
*aax
Audiobook/*

View File

@ -15,8 +15,8 @@ if ! [[ $(type -P "$GREP") ]]; then
fi fi
if [ "$#" -eq 0 ]; then if [ "$#" -eq 0 ]; then
#echo "Usage: bash AXtoMP3.sh [--flac] [--aac] [--single] AUTHCODE {FILES}" echo "Usage: bash AXtoMP3.sh [--flac] [--opus ] [--single] AUTHCODE {FILES}"
echo "Usage: bash AXtoMP3.sh [--flac] [--single] AUTHCODE {FILES}" echo " Note that order does matter!"
exit 1 exit 1
fi fi

View File

@ -31,7 +31,7 @@ Thanks to kbabioch, this script has also been packaged in the [AUR](https://aur.
## Usage ## 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) * 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!