How to set iTunes 11 in shuffle or repeat mode via applescript

后端 未结 7 1004
梦谈多话
梦谈多话 2020-12-13 16:42

According to http://dougscripts.com/ setting shuffle and repeat modes via applescript is broken in iTunes 11.

According to this stackoverflow answer shuffle is now a

相关标签:
7条回答
  • 2020-12-13 17:14

    Here is another approach:

    activate application "iTunes"
    tell application "System Events"
        tell process "iTunes"
            click menu item 1 of menu 1 of menu item "Shuffle" of menu 1 of menu bar item "Controls" of menu bar 1
        end tell
    end tell
    
    0 讨论(0)
提交回复
热议问题