Neo
V2EX  ›  问与答

哪里可以搜到各种 apple script 和 Automator 的技巧?

  •  
  •   Neo · Nov 22, 2014 · 4565 views
    This topic created in 4215 days ago, the information mentioned may be changed or developed.
    中文这方面的资料很少,感觉配合快捷键可以让很多繁琐的事情变得简单,有没有谁可以多分享一些?
    1 replies    2014-11-22 23:11:24 +08:00
    Neo
        1
    Neo  
    OP
       Nov 22, 2014
    自学了几个目前个人需要的;配合iCal可以自动定时运行

    //打开iTunes并播放指定的的playlist
    //play_podcast.scpt

    tell application "iTunes"
    activate
    tell user playlist "Audio podcast"
    play
    end tell
    end tell

    //停止播放
    //stop_podcast.scpt

    tell application "iTunes"
    activate
    stop
    end tell
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1083 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 23:19 · PVG 07:19 · LAX 16:19 · JFK 19:19
    ♥ Do have faith in what you're doing.