mirror of
https://github.com/dewomser/Toot_music_is_playing.git
synced 2026-03-13 16:37:17 +01:00
Cmus in die Playerliste aufgenommen
This commit is contained in:
parent
a161fc73e6
commit
d9c32ed077
2 changed files with 9 additions and 6 deletions
13
README.md
13
README.md
|
|
@ -1,18 +1,21 @@
|
||||||
# Toot_music_is_playing
|
# Toot_music_is_playing
|
||||||
[](https://github.com/dewomser/Tweet_and_toot_music_is_playing/actions/workflows/main.yml) Shellchecked
|
[](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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue