App to list MP3 collection?
I'm looking for a program that will give me a list of my MP3 collection. As a CSV database thingie, or raw text or HTML. Ideally it should read the ID3 tags.
Does anyone know if such a program exists?
This would be a MP3 collection on my computer harddrive, but a program that exports a list of the iPod music would be nice too.
[351 byte] By [
Henrik] at [2007-11-9 12:17:55]

# 1 Re: App to list MP3 collection?
You can export your list of mp3s as an html file using winamp 2.xx Don't know about winamp 3 though.
Go to playlist window, hit Misc>Misc Opts>Generate HTML Playlist or Ctrl+Alt+G
# 2 Re: App to list MP3 collection?
Hello,
I was facing the same problem as you and looked a long time for a good software to export my library to the internet.
Because my music collection is quite big (50.000 songs) I decided to make a webpage with a database connection.
Have a look on
http://www.taifour.com/rahman/music/music.html
This is the very first version and has a "look" and feel of Itunes!
If someone wants to try it you need:
1. Windows XP or Windows 2000 (only on your pc at home)
2. on the webserver php 4.1 or larger (on your webserver)
3. mysql 4.0 or larger (on your webserver)
You will get the files you need from me if you drop me an email!
It is quite simple. Only configure an ini file and then some mouse clicks away you will have your library in the web.
This is really only at the moment a fun project.
So what do you think about it?
Cheers
Abdul-Rahman
# 3 Re: App to list MP3 collection?
Cool. I actually solved it with the program iPod Agent and some PHP scripting to dump the CSV output into a database: http://henrik.nyh.se/poddis
Henrik at 2007-11-15 17:24:37 >

# 4 Re: App to list MP3 collection?
Tunes2HTML works really well for everything on your iPod:
http://www.joescafe.com/tunes2html/
brted at 2007-11-15 17:25:39 >

# 5 Re: App to list MP3 collection?
Hello brted
Tunes2Html only reads the itunesDB from your ipod and not the itunes library.
I was looking for something to bring my complete library to the web.
Cheers
Abdul-Rahman
# 6 Re: App to list MP3 collection?
Hello all,
i updated my scripts for php 5.1
have a look at the page:
http://www.taifour.de/itunes/music.html
you can download the sources and description from:
http://www.taifour.de/download/dev_songs_web.zip
Any question? ;-)
Have fun
Abdul-Rahman