PDA

View Full Version : mp3 file sorter program?



spigidygak
01-27-2001, 10:21 AM
Well I don't know about the rest of you people, but I got a butt-load of mp3's (15 gigs or so). I was hoping there was some program that I could use to catalog them or sort them somehow without having to manually type every song I have.

AmRivlin
01-27-2001, 01:42 PM
TrashSoft Mp3 explored is the best, will hold up to 200000 mp3's entries and allows merging ID3 stuff... I am sure Download.com has that or similar programs, or contact me.

hapoo
01-27-2001, 02:17 PM
I use The MP3 DataBase. (http://members.nbci.com/_XMCM/mpthreedb/index.htm)
Check it out.

giambona
01-28-2001, 07:27 PM
Can't find a crack for MP3 Explorer. Does anyone have it?

spigidygak
01-28-2001, 08:17 PM
Uhm, I think I should've been more specific. I want to be able to transfer the mp3 titles onto excel. Any ideas?

hapoo
01-28-2001, 08:48 PM
Originally posted by spigidygak
Uhm, I think I should've been more specific. I want to be able to transfer the mp3 titles onto excel. Any ideas?


thats a pretty specific thing you forgot to mention!

wga22
01-28-2001, 09:27 PM
I wrote a program, that can easily be modified, and converted to windows scripting host. I have it working as an asp page. It makes a catolog. Email me and I will explain. It takes in a text file, and a path, such as c:\mp3 and c:\archive. Then it reads the text file, compares the list to what is in c:\mp3 and will copy new files to the c:\archive directory and append the filenames to the text file. I run this regularly so I know what mp3s are new and subsequently need to be archived to cdr.

[email protected]

Sounds like for your situation, you could have it output a csv file.

I have an example of the output at http://www.geocities.com/wga22/mp3list.html

and the code is here, course you need your own web server to run it:

http://www.geocities.com/wga22/funstuff/mp3archiver.asp