gpt4 book ai didi

macos - AppleScript - 获取当前 iTunes 轨道的完整信息

转载 作者:行者123 更新时间:2023-12-04 11:56:16 25 4
gpt4 key购买 nike

我正在尝试返回正在我的计算机上播放的当前 iTunes 音轨的信息。

我可以得到这样的单一信息:

tell application "iTunes"
get name of current track
end tell

这将返回 Thunderstruck例如。

但是是否有可能我可以获得当前轨道的更多信息,所以它返回如下内容:
"AC/DC, Thunderstruck, Iron Man 2"

这可能吗?还是我必须创建多个脚本?

谢谢

最佳答案

获取 name , artistalbum

tell application "iTunes"
get {name, artist, album} of current track
end tell

结果是一个列表

得到一切
tell application "iTunes"
get properties of current track
end tell

结果是记录

关于macos - AppleScript - 获取当前 iTunes 轨道的完整信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34828296/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com