- Migrate album_retitle, music_folder_make, music_info & music_tag_cleaner,

- Add album_retitle, music_folder_make, music_info & music_tag_cleaner completion script.
This commit is contained in:
2026-04-12 19:37:08 +02:00
parent c314a9ec76
commit 8be0d386e7
13 changed files with 1060 additions and 367 deletions

View File

@@ -110,7 +110,7 @@ aml_args_parse()
-v|--verbose) VERBOSE="TRUE"; shift;;
-c|--clean) CLEAN="TRUE"; shift;;
#
# End of options
--) shift; break;;
*) echo "args_parse internal error [$1] !"; exit 1;;
esac