mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
6f343c9191
3
AAXtoMP3
3
AAXtoMP3
@ -31,6 +31,7 @@ while true; do
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
# Empty argv means we have nothing to do so lets bark some help.
|
||||
if [ "$#" -eq 0 ]; then
|
||||
printf "$usage" $0
|
||||
@ -78,6 +79,7 @@ fi
|
||||
# Utility Functions
|
||||
|
||||
# debug
|
||||
|
||||
debug() {
|
||||
if [ $DEBUG == 1 ] ; then
|
||||
echo "$(date "+%F %T%z") DEBUG ${1}"
|
||||
@ -203,6 +205,7 @@ do
|
||||
chapter_title="${title} - $(printf %0${#chaptercount}d $chapternum) ${chapter}"
|
||||
chapter_file="${output_directory}/${chapter_title}.${extension}"
|
||||
|
||||
|
||||
# the ID3 tags must only be specified for *.mp3 files,
|
||||
# the other container formats come with their own
|
||||
# tagging mechanisms.
|
||||
|
1
_config.yml
Normal file
1
_config.yml
Normal file
@ -0,0 +1 @@
|
||||
theme: jekyll-theme-slate
|
Loading…
Reference in New Issue
Block a user