mirror of
https://github.com/dewomser/Toot_music_is_playing.git
synced 2026-03-13 16:37:17 +01:00
Descripttion use of lyrics
This commit is contained in:
parent
a2bb75fdd6
commit
87cc1e1dc0
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue