我正在尝试自动在Mac Yosemite上运行照片应用的幻灯片。 我相信使用Apple脚本或Javascript使用脚本编辑器 是实现它的一种方式。我可以从编辑器访问目标专辑 使用下面的代码,但无法弄清楚如何播放幻灯片。
tell application "Photos"
tell container "targetAlbum"
properties
end tell
end tell
有什么建议吗? 提前谢谢。
答案 0 :(得分:0)
Applescript Dictionary说media item
必须包含application
,albums
或moments
。类container
只是albums
,folders
等的通用
tell application "Photos" to start slideshow using media items of ¬
album "targetAlbum"