iTunes Playlist
iTunes Playlist
- Subject: iTunes Playlist
- From: Alastair Leith <email@hidden>
- Date: Sun, 03 Jun 2018 00:27:25 +0800
I found the “current playlist” property for iTune in its dictionary. And I
found some basic scripts to get it’s value/object here
<https://dougscripts.com/itunes/itinfo/playlists01.php>.
tell application "iTunes"
set thePlaylist to current playlist
end tell
Wanting to know which track is the next to play, after the current one. Is
track 1 current and track 2 next track?
get name of track 1 of thePlaylist
I need to write this someplace, maybe to a file maybe I can find a socket or
something to get it into some Quartz Composer software I’ve written.
Thanks
Alastair
_______________________________________________
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