From d0eb3540edd6a3ae264308fca812d10023ff5d23 Mon Sep 17 00:00:00 2001 From: Mark Daku Date: Tue, 20 Feb 2018 22:30:34 +1100 Subject: [PATCH] Updating README --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5635ed5..2a36ad1 100644 --- a/README.md +++ b/README.md @@ -31,29 +31,26 @@ Thanks to kbabioch, this script has also been packaged in the [AUR](https://aur. ## Usage(s) ``` -bash AAXtoMP3 [--flac] [--single] [AUTHCODE] +bash AAXtoMP3 [--flac] [--single] [AUTHCODE]* bash AAXtoM4A [AUTHCODE] bash AAXtoM4B [AUTHCODE] - ``` + * AUTHCODE: **your** Audible auth code (it won't correctly decode otherwise) (required) * Everything else is considered an input file, useful for batching! -``` -MP3 Encoding + +### MP3 Encoding - Produces 1 or more mp3 files for the AAX title. If you desire a single file use the --single option - If you want a mp3 file per chapter do not use the -single option. Note a m3u playlist file will also be created in this instance. - If you desire flac encoding. use the --flac option. It's a bit faster but also a bit less compatible. -``` -M4A Encoding +### M4A Encoding -``` -M4B Encoding +### M4B Encoding -``` -Defaults +### Defaults - If you have a .authcode file available in the current working directory, it will read the first line of that line and treat it like your auth_code. When you do this you do not need to specify an AUTHCODE input.