New iTunes Opener, Xcode fun

Nothing like diving right into a new dev environment, framework, and language at the same time to reveal the inadequacies of said documentation. It took a bit longer than I thought (info.plist and nib file documentation was rather sparse both in conceptual and technical reference), but I have an improved version of the iTunes Opener I wrote last year which fixes iTunes M3U handling. By going through XCode, I was able to give it a signature code so it should work better for default app assignment now:

iTunes Opener v1.1 – this is a simple application which will prevent iTunes from inserting playlists willy nilly into the Library and instead will create a timestamped playlist for each M3U that it opens. This is incredibly useful if you stream much music.

To install, just move it into your Applications folder (or wherever) and associate it with your M3U files (click on an M3U file, and in the Get Info inspector, change the opening application, and change all).

Some reference:

I’m not going to get started on the plists…