add song= support for MellowPlayer using get_song_dbus (#1558)

* add song= support for MellowPlayer using get_song_dbus

* adjusted indent for mellowplayer get_song_dbus

Co-authored-by: ncmprhnsb1 <ncmprhnsb1@rjc700@gmail.com>
This commit is contained in:
ncmprhnsbl 2020-09-17 21:58:37 +10:00 committed by GitHub
parent 5f8ce9bbc4
commit af4cf16bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -508,6 +508,7 @@ disk_percent="on"
# iTunes
# juk
# lollypop
# MellowPlayer
# mocp
# mopidy
# mpd
@ -2696,6 +2697,7 @@ get_song() {
"iTunes"
"juk"
"lollypop"
"MellowPlayer"
"mocp"
"mopidy"
"mpd"
@ -2772,6 +2774,7 @@ get_song() {
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
"io.elementary.music"*) get_song_dbus "Music" ;;
"MellowPlayer"*) get_song_dbus "MellowPlayer3" ;;
"mpd"* | "mopidy"*)
song="$(mpc -f '%artist% \n%album% \n%title%' current "${mpc_args[@]}")"