AppleScript查询的iTunes专辑艺术家属性是否已损坏?

时间:2017-03-29 21:23:54

标签: applescript itunes

以下脚本无法正常工作:

tell application "iTunes"
    tell source "Library"
        tell playlist "Music"
            set theTracks to (every track whose album artist is "xxx" and album is "Fiddle Tunes 2006 Concert")
            count of theTracks
        end tell
    end tell
end tell

它匹配其专辑艺术家属性为空的曲目。它应该匹配没有轨道。该特定专辑标题没有非空专辑艺术家字段的曲目(并且没有设置编辑标志的曲目)。

我用艺术家替换专辑艺术家,它没有匹配任何曲目,这是正确的。

我是否遗漏了明显的东西,或者这是iTunes中的错误?

1 个答案:

答案 0 :(得分:0)

这是一个错误,已在macOS 10.12.5和iTunes 12.6.1.25中修复。