Commit c4782622 authored by Dylan Araps's avatar Dylan Araps

song: Added support for netease cloud music

parent 86711645
......@@ -2347,6 +2347,7 @@ get_song() {
"mocp"
"mopidy"
"mpd"
"netease-cloud-music"
"pogo"
"pragha"
"qmmp"
......@@ -2407,6 +2408,7 @@ get_song() {
"dragon"*) get_song_dbus "dragonplayer" ;;
"smplayer"*) get_song_dbus "smplayer" ;;
"rhythmbox"*) get_song_dbus "rhythmbox" ;;
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"cmus"*)
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