According to http://dougscripts.com/, setting the shuffle and repeat mode through applescript is broken in iTunes 11.
In line with this, https://stackoverflow.com/a/412832/2326 is now a playlist-independent parameter.
Thus, I tried to set the shuffle value through the user interface, either on the iTunes LCD or through the menu bar. All I could get was βunknown UI index errorsβ when I tried to click a button / menu item in random order, either in the LCD area or in the menu bar. (I'm new to applescript).
If some of you might come up with a way to switch the shuffle mode on iTunes 11 , that would be great. I would also prefer a solution based on the menu bar rather than the LCD , since the shuffle button is not always visible in the latter.
Ideally, I would prefer a semantic solution over a UI based solution , but I'm not sure if this is possible (the Apple iTunes 11 application library seems outdated because it mentions βshuffleβ for playlist elements).
source
share