|
@@ -408,9 +408,9 @@ function configure_interactive_icecast {
|
408
|
408
|
--radiolist $"Choose an operation:" 19 70 12 \
|
409
|
409
|
1 $"Import stream files from directory" off \
|
410
|
410
|
2 $"Import stream files from USB drive" off \
|
411
|
|
- 3 $"Manually edit playlist" off \
|
412
|
|
- 4 $"Export stream files to USB drive" off \
|
413
|
|
- 5 $"Format a USB drive for stream file storage" off \
|
|
411
|
+ 3 $"Format a USB drive for stream file storage" off \
|
|
412
|
+ 4 $"Manually edit playlist" off \
|
|
413
|
+ 5 $"Export stream files to USB drive" off \
|
414
|
414
|
6 $"Enable login for stream visitors" off \
|
415
|
415
|
7 $"Change password for stream visitors" off \
|
416
|
416
|
8 $"Re-scan playlist" off \
|
|
@@ -426,9 +426,9 @@ function configure_interactive_icecast {
|
426
|
426
|
case $(cat $data) in
|
427
|
427
|
1) icecast_import_from_directory;;
|
428
|
428
|
2) icecast_import_from_usb;;
|
429
|
|
- 3) icecast_edit_playlist;;
|
430
|
|
- 4) icecast_export_to_usb;;
|
431
|
|
- 5) icecast_format_drive;;
|
|
429
|
+ 3) icecast_format_drive;;
|
|
430
|
+ 4) icecast_edit_playlist;;
|
|
431
|
+ 5) icecast_export_to_usb;;
|
432
|
432
|
6) icecast_enable_login;;
|
433
|
433
|
7) icecast_change_login;;
|
434
|
434
|
8) clear
|