iTunes 7: add to playlist command broken too?
iTunes 7: add to playlist command broken too?
- Subject: iTunes 7: add to playlist command broken too?
- From: Loren Ryter <email@hidden>
- Date: Mon, 18 Sep 2006 23:54:33 +0700
- Thread-topic: iTunes 7: add to playlist command broken too?
This also is broken with the Music library selected:
set newfile to "HD:Music:Replacements, The:Don't You Know Who I Think I
Was:01 Takin' A Ride.mp3"
tell application "iTunes"
set pl to get view of browser window 1
set addedtrack to add (newfile as alias) to pl
end tell
result: File permission error
However, changing the last line to:
set addedtrack to add (newfile as alias)
Works.
The original also works with a normal user playlist selected.
Grrrrr.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden