|
|
|
@ -512,6 +512,7 @@ disk_percent="on" |
|
|
|
# guayadeque |
|
|
|
# guayadeque |
|
|
|
# io.elementary.music |
|
|
|
# io.elementary.music |
|
|
|
# iTunes |
|
|
|
# iTunes |
|
|
|
|
|
|
|
# Music |
|
|
|
# juk |
|
|
|
# juk |
|
|
|
# lollypop |
|
|
|
# lollypop |
|
|
|
# MellowPlayer |
|
|
|
# MellowPlayer |
|
|
|
@ -2728,6 +2729,7 @@ get_song() { |
|
|
|
"guayadeque" |
|
|
|
"guayadeque" |
|
|
|
"io.elementary.music" |
|
|
|
"io.elementary.music" |
|
|
|
"iTunes" |
|
|
|
"iTunes" |
|
|
|
|
|
|
|
"Music" |
|
|
|
"juk" |
|
|
|
"juk" |
|
|
|
"lollypop" |
|
|
|
"lollypop" |
|
|
|
"MellowPlayer" |
|
|
|
"MellowPlayer" |
|
|
|
@ -2842,6 +2844,12 @@ get_song() { |
|
|
|
string & "\n" & album of current track as¬ |
|
|
|
string & "\n" & album of current track as¬ |
|
|
|
string & "\n" & name of current track as string')" |
|
|
|
string & "\n" & name of current track as string')" |
|
|
|
;; |
|
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"music"*) |
|
|
|
|
|
|
|
song="$(osascript -e 'tell application "Music" to artist of current track as¬ |
|
|
|
|
|
|
|
string & "\n" & album of current track as¬ |
|
|
|
|
|
|
|
string & "\n" & name of current track as string')" |
|
|
|
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
"banshee"*) |
|
|
|
"banshee"*) |
|
|
|
song="$(banshee --query-artist --query-album --query-title |\ |
|
|
|
song="$(banshee --query-artist --query-album --query-title |\ |
|
|
|
|