Subscribe to
Posts
Comments
NSLog(); Header Image

iTunes 7.1 Update Borks “All Content” Script

With the iTunes 7.1 update, one of my more handy AppleScripts (see the first comment) for viewing all media no longer works:

tell application "iTunes"
     set view of front browser window to library playlist 1
end tell

I'm not sure why: "view" and "browser window" and "library playlist" all still exist in the iTunes suite.

2 Responses to "iTunes 7.1 Update Borks “All Content” Script"

  1. Check out this page for a workaround.

  2. Direct link to the workaround; although the previous comment did point to a page with the w/a as well.