Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

JBot

macrumors 6502
Original poster
Jan 9, 2006
271
1
Calgary.Alberta.Canada
I rip my legally baught cds onto my computer, and than i put them into my music folder where all my other music files are.
The problem is, my iTunes doesnt upload these newly found files. Is there a program that searches and imports any new files into my iTunes library, without me having to manually finding the files.
 
I rip my legally baught cds onto my computer, and than i put them into my music folder where all my other music files are.
The problem is, my iTunes doesnt upload these newly found files. Is there a program that searches and imports any new files into my iTunes library, without me having to manually finding the files.

You could just drag and drop the folders of the music your ripped into iTunes, or you could create an Automator script that does the thing you want.
 
You could just drag and drop the folders of the music your ripped into iTunes, or you could create an Automator script that does the thing you want.

on adding folder items to this_folder after receiving added_items
tell application "Finder"
--get the name of the folder
set the folder_name to the name of this_folder
end tell
------------
tell application "Finder"
--go to the desktop
activate
--open the folder
open this_folder
--select the items
open the added_items
end tell
end adding folder items to
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.