Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Applescript > Add to Party Sh...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 1656 of 1674
Post > Topic >>

Add to Party Shuffle

by fursten <msvantesson@[EMAIL PROTECTED] > Aug 25, 2008 at 03:30 PM

Hi,

I'm trying to write a script that given a file adds it in Party
Shuffle (in iTunes).

It looks like this

on open argv
	tell application "iTunes"
		set theParty to some playlist whose special kind is Party Shuffle
		repeat with thisFile in argv
			add thisFile to thePosition of theParty
		end repeat
	end tell
end open

Unfortunately it doesn't work... I'm pretty sure it did work before,
but no more. I get the error message: "Item 1 {alias "filename.mp3"}
doesn't understand the  =ABevent hookAdd=BB message." Soo, what does that
mean? I have no idea, do you?

- M=E5rten
 




 2 Posts in Topic:
Add to Party Shuffle
fursten <msvantesson@[  2008-08-25 15:30:41 
Re: Add to Party Shuffle
Jolly Roger <jollyroge  2008-08-25 18:02:52 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 11:16:44 CST 2008.