- Add music_tools lib,

- Migrate album_metadata_load .
This commit is contained in:
2026-04-11 23:52:08 +02:00
parent 7abfcab917
commit 6f09c6c806
7 changed files with 833 additions and 85 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#-----------------------------------------------------------------------------------------------------------------------------------
#
# Album Convert
# Album Convert Bash Completion
#
# Copyright (C) 2016-2026 Arnaud G. GIBERT
# mailto:arnaud@rx3.net
@@ -25,7 +25,8 @@
_album_convert_completion() {
_album_convert_completion()
{
local cur prev opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"