0

我从http://www.ilounge.com/index.php/articles/comments/apple-tv-not-showing-descriptions/找到了这个 AppleScript,它以前显然在 iTunes 中有效,但在 iTunes 11 中似乎无效。

tell application "iTunes"
 set myshows to selection
 repeat with eachshow in selection
  set desc to description of eachshow
  set long description of eachshow to desc
 end repeat
end tell

有谁知道如何再次使这项工作?它不必将节目设置为选择,它可以是我图书馆中的所有电视节目。我也不想在我的库中的所有电影上运行相同的脚本。

4

0 回答 0