Add Apple Music (#1611)

* iTunes --> Music

* add back iTunes

* fix indentation

* fix indentation 2

* ty vs code

* fix ?
This commit is contained in:
Iuri Jikidze
2020-11-25 01:09:10 -08:00
committed by GitHub
parent df61458e7f
commit 2b559cb8c6

View File

@@ -512,6 +512,7 @@ disk_percent="on"
# guayadeque
# io.elementary.music
# iTunes
# Music
# juk
# lollypop
# MellowPlayer
@@ -2728,6 +2729,7 @@ get_song() {
"guayadeque"
"io.elementary.music"
"iTunes"
"Music"
"juk"
"lollypop"
"MellowPlayer"
@@ -2842,6 +2844,12 @@ get_song() {
string & "\n" & album of current track as¬
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"*)
song="$(banshee --query-artist --query-album --query-title |\