Я не могу взять кредит на написание этого, я поднял код с ответа на сообщение на форумах MacRumors.
tell application "Finder"
set Names to paragraphs of (read (choose file with prompt "Pick text file containing track names"))
repeat with nextLine in Names
if length of nextLine is greater than 0 then
--Do something with the next name, which is stored in "nextLine"
end if
end repeat
end tell
Оригинальный код кредита HexMonkey на форуме MacRumors.