&gt; The script also imports your itunes<br />&gt; playlists into
mythmusic.  If you are interested you can download the<br />&gt; script
from here - http://www.trevorkramer.com/load_itunes.py. It<br />&gt;
should run on any recent python install with python-mysql installed.<br
/>&gt; Invoke it with - load_itunes.py /path/to/itunes/xml/file.<br /><br
/>Love the script.&nbsp; However, I noticed a couple of issues with it
that you might want to fix:<br /><br />1)&nbsp; The following iTunes
fields might be blank in the xml file, and result in the script dying when
trying to insert null values into the SQL:&nbsp; artist, track&nbsp; (this
should be simple to fix)<br /><br />2)&nbsp; I used the script to import
an xml file from iTunes running on Windoze.&nbsp; One huge problem is that
Windoze is case-insensive for file paths, and linux (and almost every
other non-MS based OS) is case-sensitive.&nbsp; The result that the import
seemed to work, but playing the files would result in libMad failing
(can't find the file.)&nbsp; I don't think there's much you can do to fix
this in the script (except perhaps warn?)<br /><br />Thank you for
contributing your work<br />Gary<br />