Name : Use startcase for music.

This commit is contained in:
Dmitry Voronin 2024-08-21 03:21:33 +03:00
parent 79c3d6431a
commit 6a90bce258
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -219,9 +219,9 @@
local ext=''${target##*.}
if [[ -d "''${target}" ]]; then
local new_name="$(parse_titlecase $(parse_simple ''${target%.*}))"
local new_name="$(parse_startcase $(parse_simple ''${target%.*}))"
else
local new_name="$(parse_titlecase $(parse_simple ''${target%.*})).''${ext}"
local new_name="$(parse_startcase $(parse_simple ''${target%.*})).''${ext}"
fi
# Skip on no change.