Compare commits

...

1 commit
v2.0.0 ... main

Author SHA1 Message Date
aefa6ffc22
AudioTube in die Playerliste aufgenommen 2026-02-13 07:11:38 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ Works with Metatags from these Audio-Players
* Elisa (KDE) * Elisa (KDE)
* tauon * tauon
* Chrome und Firefox(browser with Plasma-integration) youtube,bandcam and much more * Chrome und Firefox(browser with Plasma-integration) youtube,bandcam and much more
* cmus (console) No cover available / nur in Branch 2025 * Nextcloud Music (Browser with Plasma Integration)
* Nextcloud Music (Browser with Plasma Integration) Script works after configuraion. Read! /Nur in Branch 2025 * cmus (console) No cover available works but not activated
and sends as a Toot to your Mastodon account. Toot must be installed https://toot.bezdomni.net/ and sends as a Toot to your Mastodon account. Toot must be installed https://toot.bezdomni.net/

View file

@ -6,7 +6,7 @@ export LANG="en_US"
#list of available player #list of available player
#todo: amarok liefert kein Cover #todo: amarok liefert kein Cover
list_pl=( "strawberry" "vlc" "elisa" "juk" "plasma-browser-integration" "amarok" "tauon") list_pl=( "strawberry" "vlc" "elisa" "juk" "plasma-browser-integration" "amarok" "tauon" "AudioTube")
#active player #active player
for i in "${list_pl[@]}" for i in "${list_pl[@]}"
do do