album imprv

This commit is contained in:
2025-07-21 22:35:48 +02:00
parent c40768c973
commit 47194034bf
2 changed files with 8 additions and 6 deletions

View File

@@ -77,7 +77,8 @@ if [ "${1:-}" = "--internal-browse-artist" ]; then
-v format_single="$FORMAT_SINGLE" \
-v format_ep="$FORMAT_EP" \
-v format_year="$FORMAT_YEAR" \
"$AWK_RELEASEGROUPS"
"$AWK_RELEASEGROUPS" |
sort -n -r
exit 0
fi
@@ -113,11 +114,10 @@ while true; do
$0 --internal-browse-artist "$2" |
$FZF \
--ansi \
--no-sort \
--disabled \
--reverse \
--delimiter="\t" \
--accept-nth="{1}" \
--with-nth="{2}"
--accept-nth="{2}" \
--with-nth="{3}"
)
[ "$sel" ] && set -- "--show-release" "$sel"
;;
@@ -126,6 +126,7 @@ while true; do
printf "" |
$FZF \
--ansi \
--reverse \
--no-sort \
--disabled \
--delimiter="\t" \