Cmus in die Playerliste aufgenommen

This commit is contained in:
dewomser 2024-09-27 14:34:18 +02:00
parent a161fc73e6
commit d9c32ed077
No known key found for this signature in database
GPG key ID: 3A312467A034D190
2 changed files with 9 additions and 6 deletions

View file

@ -1,18 +1,21 @@
# Toot_music_is_playing # 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 [![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 ## toot_music
Finds Metatags of Audio-Players Works with Metatags from these Audio-Players
* VLC * VLC
* Clementine (KDE) * Clementine (KDE)
* (Strawberry) * Strawberry (KDE)
* amarok 3 (KDE)
* Elisa (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) Needs Linux with mpris, Bash,[Toot](https://toot.readthedocs.io/en/latest/index.html) (a Mastodon CLI)

View file

@ -6,7 +6,7 @@ unset linkohnecover
#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" "AudioTube") list_pl=( "strawberry" "vlc" "elisa" "juk" "plasma-browser-integration" "amarok" "cmus" "tauon" "AudioTube")
#active player #active player
for i in "${list_pl[@]}" for i in "${list_pl[@]}"
do do