Hi Folks,
I’ve just started putting together some AppleScript helpers for my family and it appears that the shuffle state no longer works (iTunes 12.3.3). This script always returns “false” even when the shuffle state is true and the little crossed arrows are blue. I’ve checked and the shuffle word is still in the dictionary for playlist.
tell application "iTunes"
return (shuffle of first library playlist)
end tell
Is it me, or has Apple busted iTunes scripting?