Commit ad16b592 authored by Dylan Araps's avatar Dylan Araps

song: Added support for plasma-browser-integration

parent c7685b4c
...@@ -2426,6 +2426,7 @@ get_song() { ...@@ -2426,6 +2426,7 @@ get_song() {
"mopidy" "mopidy"
"mpd" "mpd"
"netease-cloud-music" "netease-cloud-music"
"plasma-browser-integration"
"pogo" "pogo"
"pragha" "pragha"
"qmmp" "qmmp"
...@@ -2486,7 +2487,8 @@ get_song() { ...@@ -2486,7 +2487,8 @@ get_song() {
"smplayer"*) get_song_dbus "smplayer" ;; "smplayer"*) get_song_dbus "smplayer" ;;
"rhythmbox"*) get_song_dbus "rhythmbox" ;; "rhythmbox"*) get_song_dbus "rhythmbox" ;;
"strawberry"*) get_song_dbus "strawberry" ;; "strawberry"*) get_song_dbus "strawberry" ;;
"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" ;;
"cmus"*) "cmus"*)
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "}; song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
......
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