Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Add current iTunes track to a chosen playlist' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add current iTunes track to a chosen playlist
Authored by: chabig on Aug 25, '03 10:19:38AM

Wouldn't it be simpler to just combine the iTunes test like this:

set myList to "Current Favs"

tell application Finder
  if (get name of every process) contains "iTunes" then
    tell application "iTunes"
    set currentList to playlist myList
    add (get location of current track) to currentList
  end tell
end tell

Chris (not a programmer--who am I to criticise code?)



[ Reply to This | # ]