mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Remove duplicate "01 Chapter 01" in title and filename
This commit is contained in:
parent
2f8bb35b68
commit
27a6182495
2
AAXtoMP3
2
AAXtoMP3
@ -132,7 +132,7 @@ do
|
|||||||
then
|
then
|
||||||
read -r -u9 _
|
read -r -u9 _
|
||||||
read -r -u9 _ _ chapter
|
read -r -u9 _ _ chapter
|
||||||
chapter_title="${title} - $(printf %0${#chaptercount}d $chapternum) ${chapter}"
|
chapter_title="${title} - ${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,
|
||||||
|
Loading…
Reference in New Issue
Block a user