Since the beginning of time people have had the urge to show other people their record collections. Nobody knows why. This usually involved a lot of dragging people home and boring them to death while excitedly playing Mike Oldfield "Tubular Bells".
Thanks to the internet it is nowadays somewhat easier. I created a simple .xsl file that you can process your iTunes xml file with to generate a webpage listing all your music.
Your iTunes XML file is most likely located in
C:\Dokumente und Einstellungen\username\Eigene Dateien\Eigene Musik\iTunes\iTunes Music Library.xml (on a windows machine, that is). On a mac, I have no idea where it is located but it should not be that hard to find out.
You can use those to process your iTunes xml file yourself, or if you are lazy:
1) Make a copy of your iTunes xml file
2) include the line
<?xml-stylesheet type="text/xsl" href="http://www.edlin.org/xslt/itunes-to-html.xsl"?>
as the second line in the xml file.
Like this:
Leave everything else as it were in the xml file, just add that single line.
Open the modified xml file in your browser. As you see, the xml file will pull the xsl file and format it nicely.
Simply upload the xml file to your website, and people can easily see what kind of music you like (or at least, what kind of music you have).
Examples: sample_sorted_by_artist.xml sample_sorted_by_play_count.xml