URL Tracks and iTunes
URL Tracks and iTunes
- Subject: URL Tracks and iTunes
- From: What does not kill you only makes you stronger <email@hidden>
- Date: Sun, 11 Nov 2001 19:23:17 -0600
Has anyone had and success in setting fields of URL Tracks in iTunes 2?
tell application "iTunes"
set x to (every URL track of playlist "Stream")
repeat with y in x
display dialog (comment of y) as string --get comment field
set (comment of y) to "xyz" --> iTunes got an error: Unknown object
type.
end repeat
end tell
Nate