mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
commit
93ea984a53
6
AAXtoMP3
6
AAXtoMP3
@ -350,13 +350,13 @@ do
|
|||||||
|
|
||||||
mkdir -p "${output_directory}"
|
mkdir -p "${output_directory}"
|
||||||
|
|
||||||
# Fancy declartion of which book we are decoding. Including the AUTHCODE.
|
# Fancy declaration of which book we are decoding. Including the AUTHCODE.
|
||||||
dashline="----------------------------------------------------"
|
dashline="----------------------------------------------------"
|
||||||
log "$(printf '\n----Decoding---%s%s--%s--' "${title}" "${dashline:${#title}}" "${auth_code}")"
|
log "$(printf '\n----Decoding---%s%s--%s--' "${title}" "${dashline:${#title}}" "${auth_code}")"
|
||||||
log "Source ${aax_file}"
|
log "Source ${aax_file}"
|
||||||
|
|
||||||
# Big long DEBUG output. Fully describes the settings used for transcoding.
|
# Big long DEBUG output. Fully describes the settings used for transcoding.
|
||||||
# Not this is a long debug command. It's not critical to operation. It's purely for people debugging
|
# Note this is a long debug command. It's not critical to operation. It's purely for people debugging
|
||||||
# and coders wanting to extend the script.
|
# and coders wanting to extend the script.
|
||||||
debug_vars "Book and Variable values" title auth_code mode aax_file container codec bitrate artist album_artist album album_date genre copyright output_file metadata_file working_directory
|
debug_vars "Book and Variable values" title auth_code mode aax_file container codec bitrate artist album_artist album album_date genre copyright output_file metadata_file working_directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user