Re: get lyrics from Music app
Re: get lyrics from Music app
- Subject: Re: get lyrics from Music app
- From: Jim Weisbin via AppleScript-Users <email@hidden>
- Date: Sun, 6 Nov 2022 10:37:50 -0500
I believe this used to work in iTunes, but doesn’t seem to work in Music app
tell application "Music"
set sel to selection
repeat with this_track in sel
set the_lyrics to this_track's lyrics
set {art, alb, nom} to {this_track's artist, this_track's
album, this_track's name}
display dialog the_lyrics
end repeat
end tell
I would like to extract the lyrics, which I know are present for the selected
track, but I’m just getting an empty string.
Jim Weisbin | C.T.O. | Human | Post Human | 27 West 20th Street | Suite 801 |
New York, NY | 10011 | (917) 375-2272 | 2046 Broadway | Santa Monica, CA |
90404 |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden