Commit 2302825d authored by Michael Straube's avatar Michael Straube

song: add comment about cmus mpris support

parent b694c05d
...@@ -2521,6 +2521,7 @@ get_song() { ...@@ -2521,6 +2521,7 @@ get_song() {
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;; "plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
"cmus"*) "cmus"*)
# NOTE: cmus >= 2.8.0 supports mpris2
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "}; song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
/tag artist/ { /tag artist/ {
$1=$2=""; sub(" ", ""); a=$0 $1=$2=""; sub(" ", ""); a=$0
......
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