Applescript

from blog Casey Rodarmor's Blog, | ↗ original
I wrote a nontrivial AppleScript to merge duplicates in my iTunes library. It is easily the most gruesome thing I have ever written. Some things of notes: I had to write my own function to sort lists. I had to write my own function to split strings. AppleScript has records, which are like dictionaries, except they do not support dynamic...