Amarok und Taon Music-box der Liste hinzugefügt. Amarok liefert aber kein Cover

This commit is contained in:
dewomser 2024-05-10 07:52:35 +02:00
parent 87cc1e1dc0
commit f54257c7af
No known key found for this signature in database
GPG key ID: 3A312467A034D190

View file

@ -5,7 +5,8 @@ function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
unset linkohnecover unset linkohnecover
#list of available player #list of available player
list_pl=( "strawberry" "vlc" "elisa" "juk" "plasma-browser-integration" ) #todo: amarok liefert kein Cover
list_pl=( "strawberry" "vlc" "elisa" "juk" "plasma-browser-integration" "amarok" "tauon")
#active player #active player
for i in "${list_pl[@]}" for i in "${list_pl[@]}"
do do