From aefa6ffc226ac709d21f500cf9fe43dd840aa648 Mon Sep 17 00:00:00 2001 From: Stefan Hoehn Date: Fri, 13 Feb 2026 07:11:38 +0100 Subject: [PATCH] AudioTube in die Playerliste aufgenommen --- README.md | 4 ++-- toot_music | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 050347a..a595422 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Works with Metatags from these Audio-Players * Elisa (KDE) * tauon * 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) Script works after configuraion. Read! /Nur in Branch 2025 +* Nextcloud Music (Browser with Plasma Integration) +* 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/ diff --git a/toot_music b/toot_music index d23efde..57e62c5 100755 --- a/toot_music +++ b/toot_music @@ -6,7 +6,7 @@ export LANG="en_US" #list of available player #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 for i in "${list_pl[@]}" do