iTunes playlist exporter
Another XBox 360 support app, this. I manage all of my mp3s in iTunes these days, and I wanted to be able to use the same playlists as custom playlists on the 360, which reads the mp3s from my desktop machine using the Media Connect stuff. This app reads the XML library iTunes saves and exports M3U versions of the playlists in the library.
I wrote a Java version a while ago, but I could never get the jar to autolaunch properly so it was a bit clunky. This is a .NET version I put together as a learning exercise for C#. Needs version 2.0 of the .NET framework, which is of course available through Windows Update should you not already have it. Source code included - do what you want with it.
Can be run from command line or from Explorer - give it two command-line parameters and it will assume the first is the location of the XML version of your iTunes library, and the second is the directory you want the playlists created in. If it doesn’t get two parameters, it will open dialogs to request the information.
Download here.