All my music is kept in a folder on my external HD called 'General Music'.
I have a list of selected songs in a text file called 'SL'. I really want to import them into Music into a playlist called 'SL playlist'!
The list 'SL' is tab-separated and looks like this:
"Help[TAB]The Beatles[TAB]1965".
It does occasionally contain some special characters (:,å, that kind of thing). Is it possible to get Applescript to search my computer/hard drive for the string of words listed line-by-line in a text file like this "Help The Beatles 1965", and add any files into Music?
I realise sometimes the file won't find a song for whatever reason but I don't care about errors, I'm happy for it to try and move on if unsuccessful. I also realise there might be more than one music file found but again, I can deal with that. Really appreciate any help as moving from computer to another has left me a bit lost! (Now on Venture 13.5.)
Just to explain why I need this: I made a script to go through the list and copy the text from each line and then I would paste this into Spotlight and copy the file, but with 7000+ you can imagine how slow my progress is! Also, I would import all my files into 'iTunes' (Music now) but I have over 50,000 and I don't want to import them all!