mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
Added different loglevels
I added different loglevels and (for loglevel 0 and 1) a progress bar for chapter splitting. 0 = show progress only, chapter splitting shown as progress bar 1 (default) = fewer information, chapter splitting shown as progress bar 2 = as it has been up until now 3 = debug mode
This commit is contained in:
parent
7bef1bd569
commit
2805aca990
2
AAXtoMP3
2
AAXtoMP3
@ -15,7 +15,7 @@ targetdir= # Optional output location. Note default is basedir
|
||||
completedir= # Optional location to move aax files once the decoding is complete.
|
||||
container=mp3 # Just in case we need to change the container. Used for M4A to M4B
|
||||
VALIDATE=0 # Validate the input aax file(s) only. No Transcoding of files will occur
|
||||
loglevel=1 # Default off, If set extremely verbose output.
|
||||
loglevel=1 # Loglevel: 0: Show progress only"; 1: default"; 2: a little more information, timestamps"; 3: debug"
|
||||
noclobber=0 # Default off, clobber only if flag is enabled
|
||||
continue=0 # Default off, If set Transcoding is skipped and chapter splitting starts at chapter continueAt.
|
||||
continueAt=1 # Optional chapter to continue splitting the chapters.
|
||||
|
Loading…
Reference in New Issue
Block a user