From d9c32ed0778a216beb337a97689500451726cbb3 Mon Sep 17 00:00:00 2001 From: Stefan Hoehn Date: Fri, 27 Sep 2024 14:34:18 +0200 Subject: [PATCH] Cmus in die Playerliste aufgenommen --- README.md | 13 ++++++++----- toot_music | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0686ed..c16c6c3 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,21 @@ # Toot_music_is_playing [![Trigger: Push action](https://github.com/dewomser/Tweet_and_toot_music_is_playing/actions/workflows/main.yml/badge.svg)](https://github.com/dewomser/Tweet_and_toot_music_is_playing/actions/workflows/main.yml) Shellchecked -2 Shellscripts for Linux/KDE +Shellscript for Linux/KDE ## toot_music -Finds Metatags of Audio-Players +Works with Metatags from these Audio-Players * VLC * Clementine (KDE) -* (Strawberry) +* Strawberry (KDE) +* amarok 3 (KDE) * Elisa (KDE) -* Chrome und Firefox mit Plasma-integration +* cmus (console) No cover available +* Nextcloud Music (Browser with Plasma Integration) Script works after configuraion. Read! +* Chrome und Firefox(browser with Plasma-integration) youtube,bandcam and much more -and sends as a Toot to your Mastodon account +and sends as a Toot to your Mastodon account https://toot.bezdomni.net/ Needs Linux with mpris, Bash,[Toot](https://toot.readthedocs.io/en/latest/index.html) (a Mastodon CLI) diff --git a/toot_music b/toot_music index 94460fe..6a8104b 100755 --- a/toot_music +++ b/toot_music @@ -6,7 +6,7 @@ unset linkohnecover #list of available player #todo: amarok liefert kein Cover -list_pl=( "strawberry" "vlc" "elisa" "juk" "plasma-browser-integration" "amarok" "tauon" "AudioTube") +list_pl=( "strawberry" "vlc" "elisa" "juk" "plasma-browser-integration" "amarok" "cmus" "tauon" "AudioTube") #active player for i in "${list_pl[@]}" do