Music app and play with once
Music app and play with once
- Subject: Music app and play with once
- From: "@lbutlr via AppleScript-Users" <email@hidden>
- Date: Tue, 28 Apr 2020 17:38:43 -0600
It used to be that the following script would play the track and then stop
playing back. It no longer does so, ad continues to the next track.
tell application "Music"
play track "16-Bit Blarney Alert" with once
end tell
Instead I have to do something like:
tell application "Music"
set tempList to (make user playlist)
duplicate (every track of library playlist 1 whose name is "16-Bit
Blarney Alert") to tempList
play tempList
end tell
This leave a “Playlist #” behind every time I run the script, and I cannot
delete the tempList of the file does not play back.
Missing anything?
--
Friction can be a real drag.
_______________________________________________
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