Unverified Commit af4cf16b authored by ncmprhnsbl's avatar ncmprhnsbl Committed by GitHub

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>
parent 5f8ce9bb
...@@ -508,6 +508,7 @@ disk_percent="on" ...@@ -508,6 +508,7 @@ disk_percent="on"
# iTunes # iTunes
# juk # juk
# lollypop # lollypop
# MellowPlayer
# mocp # mocp
# mopidy # mopidy
# mpd # mpd
...@@ -2696,6 +2697,7 @@ get_song() { ...@@ -2696,6 +2697,7 @@ get_song() {
"iTunes" "iTunes"
"juk" "juk"
"lollypop" "lollypop"
"MellowPlayer"
"mocp" "mocp"
"mopidy" "mopidy"
"mpd" "mpd"
...@@ -2772,6 +2774,7 @@ get_song() { ...@@ -2772,6 +2774,7 @@ get_song() {
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;; "netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;; "plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
"io.elementary.music"*) get_song_dbus "Music" ;; "io.elementary.music"*) get_song_dbus "Music" ;;
"MellowPlayer"*) get_song_dbus "MellowPlayer3" ;;
"mpd"* | "mopidy"*) "mpd"* | "mopidy"*)
song="$(mpc -f '%artist% \n%album% \n%title%' current "${mpc_args[@]}")" song="$(mpc -f '%artist% \n%album% \n%title%' current "${mpc_args[@]}")"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment