commented sh files

This commit is contained in:
2025-09-11 15:57:06 +02:00
parent 3702bc54a8
commit 0fe55ba06d
17 changed files with 483 additions and 190 deletions

View File

@@ -110,7 +110,7 @@ case "${1:-}" in
"$VIEW_LIST_ARTISTS") list_local_artists ;;
"$VIEW_LIST_ALBUMS") list_local_releasegroups ;;
"$VIEW_PLAYLIST") list_playlist ;;
"$VIEW_SEARCH_ARTIST" | "$VIEW_SEARCH_ALBUM") fzf_reload_after_change ;;
"$VIEW_SEARCH_ARTIST" | "$VIEW_SEARCH_ALBUM") mb_results_async ;;
esac
exit 0
;;
@@ -298,7 +298,7 @@ case "${1:-}" in
# This stops any search being executed and initiates a new query through the
# MusicBrainz API. The results will be made available through the ``--lines
# <view>`` command.
fzf_handle_change "$2"
mb_search_async "$2"
exit 0
;;
"--preview-artist")
@@ -308,7 +308,7 @@ case "${1:-}" in
#
# This prints the text to be displayed in the preview window for the
# specified artist.
__preview_artist "$2"
preview_artist "$2"
exit 0
;;
esac