Mac OSX - automatically add to itunes

4 views
Skip to first unread message

George

unread,
Oct 27, 2009, 12:25:05 AM10/27/09
to thelastripper-dev
Just wanted to share

under Preferences, Commands

I use this to automatically add new downloads to iTunes

find /Users/glaw/Music/temp/ -name "*.mp3" -exec osascript -e 'tell
application "iTunes" to add POSIX file "{}" ' \; -exec rm {} \;

This adds to itunes and then deletes the file. Although it leaves the
directory and cover.jpg behind.

Reply all
Reply to author
Forward
0 new messages