Merge branch 'master' into master

This commit is contained in:
upuv 2018-05-21 22:19:51 +10:00 committed by GitHub
commit 6f343c9191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ while true; do
esac esac
done done
# Empty argv means we have nothing to do so lets bark some help. # Empty argv means we have nothing to do so lets bark some help.
if [ "$#" -eq 0 ]; then if [ "$#" -eq 0 ]; then
printf "$usage" $0 printf "$usage" $0
@ -78,6 +79,7 @@ fi
# Utility Functions # Utility Functions
# debug # debug
debug() { debug() {
if [ $DEBUG == 1 ] ; then if [ $DEBUG == 1 ] ; then
echo "$(date "+%F %T%z") DEBUG ${1}" echo "$(date "+%F %T%z") DEBUG ${1}"
@ -203,6 +205,7 @@ do
chapter_title="${title} - $(printf %0${#chaptercount}d $chapternum) ${chapter}" chapter_title="${title} - $(printf %0${#chaptercount}d $chapternum) ${chapter}"
chapter_file="${output_directory}/${chapter_title}.${extension}" chapter_file="${output_directory}/${chapter_title}.${extension}"
# the ID3 tags must only be specified for *.mp3 files, # the ID3 tags must only be specified for *.mp3 files,
# the other container formats come with their own # the other container formats come with their own
# tagging mechanisms. # tagging mechanisms.

1
_config.yml Normal file
View File

@ -0,0 +1 @@
theme: jekyll-theme-slate