mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Fixed usage string
This commit is contained in:
parent
09145b4df2
commit
1727d10be3
3
AAXtoMP3
3
AAXtoMP3
@ -5,7 +5,7 @@
|
||||
# Command Line Options
|
||||
|
||||
# Usage Synopsis.
|
||||
usage=$'\nUsage: AAXtoMP3.sh [--flac] [--aac] [--opus ] [--single] [--chaptered]\n[-e:m4a] [-e:m4b] [--authcode <AUTHCODE>] [--output_dir <PATH>] {FILES}\n'
|
||||
usage=$'\nUsage: AAXtoMP3 [--flac] [--aac] [--opus ] [--single] [--chaptered]\n[-e:m4a] [-e:m4b] [--authcode <AUTHCODE>] [--output_dir <PATH>] {FILES}\n'
|
||||
codec=libmp3lame # Default encoder.
|
||||
extension=mp3 # Default encoder extention.
|
||||
mode=chaptered # Multi file output
|
||||
@ -282,7 +282,6 @@ do
|
||||
duration=$(echo "${end} - ${start%?}" | bc)
|
||||
echo "#EXTINF:${duration%.*},${title} - ${chapter}" >> "${playlist_file}"
|
||||
echo "${chapter_title}.${container}" >> "${playlist_file}"
|
||||
echo "${container} ${chapter_title}.${container}"
|
||||
chapternum=$((chapternum + 1 ))
|
||||
|
||||
# ----
|
||||
|
Loading…
Reference in New Issue
Block a user