# Output: stdout: seconds (float)
# Depends: ffprobe 4.1.8
# BK-2020-03: die()
- local file_in
+ local file_in;
file_in="$1";
if [[ ! -f $file_in ]]; then
die "ERROR:Not a file:$file_in";
echo "title=$(basename "$filename" .mp3)";
} >> "$file_chapters";
- chapter_start=$chapter_end
+ chapter_start=$chapter_end;
done
# Return to original dir
# Author: Steven Baltakatei Sandoval
# License: GPLv3+
-