 |
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:
- Artist - Album - TrackNumber - TrackTitle
- Artist - Album - Title
- Artist - Title
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:
- CD id (i.e. the name you chose for the CD/HD)
- Artist
- Album
- Title
- Playing time
- Bitrate
- Year
- Location (i.e. the path to the mp3)
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.