Hi,
I am trying to write an Automator action that will select a folder on the desktop, scan it for songs, add them to itunes and then delete the folder.
Any ideas??
i have itunes set up to automatically copy files to the music library. This means when i import the folder to itunes, the folder and the contents goes in the recycle bin after the import
I want automate these steps..
I've uploaded my application, which can be opened in Automator, if anyone wants to take a look??![]()
<dict>
<key>UUID</key>
<string>[B]F4557A41-C2C2-4118-BEBE-842800376CC2[/B]</string>
<key>identifier</key>
<string>com.apple.Automator.Variable.Path</string>
<key>name</key>
<string>MusicFolder</string>
<key>value</key>
<string>/Users/Mason/Desktop/test</string>
</dict>
do shell script "mv $([B]F4557A41-C2C2-4118-BEBE-842800376CC2[/B]) ~/.Trash"