• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
iTunes script help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iTunes script help


  • Subject: iTunes script help
  • From: "email@hidden" <email@hidden>
  • Date: Wed, 12 Aug 2009 15:52:59 -0700

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
  • Follow-Ups:
    • Re: iTunes script help
      • From: Joe <email@hidden>
  • Prev by Date: Re: SOLVED: Getting Plain-Text onto the Clipboard
  • Next by Date: Re: Mount Point to Alias
  • Previous by thread: Re: Toggle Parental controls
  • Next by thread: Re: iTunes script help
  • Index(es):
    • Date
    • Thread