iTunes XML File

Associate
Joined
23 Sep 2006
Posts
263
Location
Lincoln
I'm trying to incorporate a list of my music on my web site. At the moment it is a simple text file however, I want to improve things by using XML. I can generate an XML file of all my music from iTunes however, the file generated is around 6.5Mb and Dreamweaver 8 falls over trying to load it.

Is there anyway of manipulating the iTunes generated XML file so that I can be selective regarding which fields to include?
 
you can use the php/javascript dom. and try opening that file in a lighter text editor than Dreamweaver - if you're in windows, try notepad++ or scite or even bog standard notepad
 
yeah, 6.5MB is pretty big for any kind of text file, really. I guess you have a pretty large itunes library ;)

there's a php module for reading ID3 tags - might be an option to consider
 
Back
Top Bottom