Created
February 2, 2020 00:55
-
-
Save jkmaxwell/ae3aa8320aa2a2065e2a9fd644d7a07a to your computer and use it in GitHub Desktop.
itmss to Apple Music
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on open location theURL | |
set endOfProtocol to offset of "://" in theURL | |
set theURLWithoutProtocol to characters endOfProtocol thru -1 of theURL as string | |
set theAppleMusicURL to "itmss" & theURLWithoutProtocol | |
tell application "Music" to open location theAppleMusicURL | |
tell application "Music" | |
activate | |
end tell | |
end open location |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment