I am trying to make an Automater workflow that uses AppleScript. The workflow gets two tracks and passes them to the following script:
on run {input, parameters}
set artwork of item 1 of input to artwork of item 2 of input
return input
end run
I am trying to have the script take the artwork from one track and apply it to the other. However when run I get the following error:
A descriptor type mismatch occurred.
Any help is greatly appreciated.
You must specify the application. Try this :