Introduction

Mp3CD Browser is a Java program which stores information about mp3 files in a database. You can scan a harddrive / cd for mp3 files. Files are added to the database based upon their id3v1 or id3v2 tags.
If no id3 tag is found the program tries to identify the mp3s based on their filename.
Currently the following filename patterns are supported:

If none of this pattern matches, the filename is taken as the TrackTitle and all other fields are left blank
After you have filled your database with mp3's, you can search them based upon:

Multiple search parameters can be combined with AND and OR.
Wildcard searching with a SQL-style LIKE is also supported

In this way you can see on which cd what artist, album, song is stored! No more messing around with papers or text files.