View Single Post
  #1 (permalink)  
Old March 5th, 2005
rkapsi rkapsi is offline
Valued Member contributor
 
Join Date: August 10th, 2003
Location: In the middle of nowhere (54°N 10°E)
Posts: 318
rkapsi is flying high
Default

Open iTunes.scpt in Script Editor and replace the iTunes code by Audion code...

Code:
on add_to_itunes_library(posixFile)
  set hfsFile to (POSIX file posixFile)
    set the_playlist to "LimeWire"
    tell application "Audion"
      launch
      -- Audion specific code...
    end tell
end add_to_itunes_library
Reply With Quote