This converts csv playlists downloaded from sites like groovebackup to the xspf playlist format.
Xspf playlists are an open way to store your playlists.
usage: python csvToXspf.py [csv location] [xspf destination]
Python 2.7 must be installed.
This uses Alastair Porter's python xspf library.
Locations in the command line must not contain spaces.
Only artists and song names are currently included in the xspf.
This should work on any csv with the headers [song, artist, album].