@@ -272,33 +272,26 @@ function format_music_drive {
...
@@ -272,33 +272,26 @@ function format_music_drive {
function configure_interactive_koel {
function configure_interactive_koel {
W=(1 $"Import music from directory"
2 $"Import music from USB drive"
3 $"Export music to USB drive"
4 $"Format a USB drive for music storage")
while true
while true
do
do
data=$(mktemp 2>/dev/null)
# shellcheck disable=SC2068
dialog --backtitle$"Freedombone Control Panel"\
selection=$(dialog --backtitle$"Freedombone Administrator Control Panel"--title$"Koel"--menu$"Choose an operation, or ESC to exit:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)