Skip to content

Commit

Permalink
Cmus in die Playerliste aufgenommen
Browse files Browse the repository at this point in the history
  • Loading branch information
dewomser committed Sep 27, 2024
1 parent a161fc7 commit d9c32ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion toot_music
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9c32ed

Please sign in to comment.