Descripttion use of lyrics

This commit is contained in:
dewomser 2024-04-23 03:07:14 +02:00 committed by GitHub
parent a2bb75fdd6
commit 87cc1e1dc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,14 +103,13 @@ Video (geraten): $lolo
${a[6]} ${a[6]}
$lolo1" $lolo1"
# lyrics is part of python package lyrics-in-terminal https://github.com/Jugran/lyrics-in-terminal
# if not installed do something like
# description="cover" and comment next 2 lines
description1=$(lyrics -t "${a[1]}" "${a[4]}") description1=$(lyrics -t "${a[1]}" "${a[4]}")
description="$(echo "$description1" | head -10)" description="$(echo "$description1" | head -10)"
# Nur zur Kontrolle # Nur zur Kontrolle
echo "$text" echo "$text"
echo Cover echo Cover