iTunes script help
iTunes script help
newbie question...
Hi folks,
this script basically just goes to the main library playlist called
Music. It used to work fine in older versions of itunes - but not in
the latest (v8.2.1) ...
error = can't set view of browser window 1 to item 1 of {library
playlist id 41676 of source is 102 ... etc...}
any ideas how to fix it?
=========
tell application "iTunes"
activate
set allPlaylists to playlists
repeat with aList in allPlaylists
if name of aList is not "Music" then
set view of front browser window to aList
exit repeat
end if
end repeat
set LibList to playlist "Music"
set view of front browser window to LibList
end tell
Thanks,
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden