1

The documentation for shuffle/shufflable in the iTunes Applescript dictionary is really confusing, at least for me. As I read it shuffle seems to be a property of a playlist (not a state of the program itself) but in the regular UI there is no such property for playlists (I would love to have it so I could set some playlists to always shuffle by album while other should always shuffle by song).

Anyway, I want an Applescript that enables shuffle by song/album and plays the currently selected playlist. How do I write the shuffle part of such a script?

2
  • I'd check out Doug's Applescripts. No point re-inventing the wheel. Received wisdom is, if it's not on there, it probably can't be done. Commented Apr 2, 2015 at 8:04
  • I have looked there but didn't find anything applicable. Commented Apr 2, 2015 at 8:54

1 Answer 1

2
tell application "Music" set shuffle enabled to true set shuffle mode to albums play current playlist end tell 

https://dougscripts.com/itunes/2016/05/the-return-of-shuffle-and-repeat/

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.