1.02 - Change Chapter title to Part

master
RandomNinjaAtk 1 year ago committed by GitHub
parent e0f55ccb94
commit 645df7c728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
TITLESHORT="APP"
ScriptVersion="1.01"
ScriptVersion="1.02"
SECONDS=0
set -e
@ -55,7 +55,7 @@ if [ $(find "$1" -type f -iname "*.mp3" | wc -l) -gt 0 ]; then
#echo "seconds :: $seconds"
#echo "end :: $end"
echo "END=$end" >> $chapterFile
echo "title=Chapter \#$chapterNumber" >> $chapterFile
echo "title=Part \#$chapterNumber" >> $chapterFile
echo "" >> $chapterFile
start=$(( $end + 1 ))
echo "file '$i'" >> $fileList

Loading…
Cancel
Save