mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
forgot ;
This commit is contained in:
parent
7b602eaf5d
commit
8f0f8ec3e1
6
AAXtoMP3
6
AAXtoMP3
@ -52,11 +52,11 @@ while true; do
|
|||||||
# Change the working dir from AAX directory to what you choose.
|
# Change the working dir from AAX directory to what you choose.
|
||||||
-t | --target_dir ) targetdir="$2"; shift 2 ;;
|
-t | --target_dir ) targetdir="$2"; shift 2 ;;
|
||||||
# Use a custom directory naming scheme, with variables.
|
# Use a custom directory naming scheme, with variables.
|
||||||
-D | --dir-naming-scheme ) dirNameScheme="$2"; customDNS=1 shift 2 ;;
|
-D | --dir-naming-scheme ) dirNameScheme="$2"; customDNS=1; shift 2 ;;
|
||||||
# Use a custom file naming scheme, with variables.
|
# Use a custom file naming scheme, with variables.
|
||||||
-F | --file-naming-scheme ) fileNameScheme="$2"; customFNS=1 shift 2 ;;
|
-F | --file-naming-scheme ) fileNameScheme="$2"; customFNS=1; shift 2 ;;
|
||||||
# Use a custom chapter naming scheme, with variables.
|
# Use a custom chapter naming scheme, with variables.
|
||||||
--chapter-naming-scheme ) chapterNameScheme="$2"; customCNS=1 shift 2 ;;
|
--chapter-naming-scheme ) chapterNameScheme="$2"; customCNS=1; shift 2 ;;
|
||||||
# Move the AAX file to a new directory when decoding is complete.
|
# Move the AAX file to a new directory when decoding is complete.
|
||||||
-C | --complete_dir ) completedir="$2"; shift 2 ;;
|
-C | --complete_dir ) completedir="$2"; shift 2 ;;
|
||||||
# Authorization code associate with the AAX file(s)
|
# Authorization code associate with the AAX file(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user