Introduction - If you have any usage issues, please Google them yourself
Java MP3 Player,
Here s a list of features:
- Reads, creates, updates, and removes id3v2.3 and id3v2.4 tags
- Reads, creates, updates, and removes id3v1 tags
- Extracts MPEG data such as bit rate, sample rate, channel mode, etc.
- Calculates playing time of mp3 from mpeg information (no good w/VBR)
- Can read and create Winamp styled playlists
- Offers other utility classes such as MP3FileFilter and MP3Comparator
- NullsoftID3GenreTable object keeps a list of genres for you and can
automatically determine the id3v1 genre from an id3v2 string or the
other way around
Packet : 87360996javaplayer.zip filelist
helliker/
helliker/id3/
helliker/id3/BinaryParser.java
helliker/id3/ID3FieldDataException.java
helliker/id3/ID3v1Tag.java
helliker/id3/ID3v2ExtendedHeader.java
helliker/id3/ID3v2Footer.java
helliker/id3/ID3v2FormatException.java
helliker/id3/ID3v2Frame.java
helliker/id3/ID3v2Frames.java
helliker/id3/ID3v2Header.java
helliker/id3/ID3v2Tag.java
helliker/id3/MP3Comparator.java
helliker/id3/MP3File.java
helliker/id3/MP3FileFilter.java
helliker/id3/MPEGAudioFrameHeader.java
helliker/id3/NoMPEGFramesException.java
helliker/id3/NullsoftID3GenreTable.java
helliker/id3/Playlist.java
helliker/id3/PlaylistException.java
icons/
icons/Exit16.gif
icons/Manager16.gif
icons/Next16.gif
icons/Pause16.gif
icons/Play16.gif
icons/Playlist16.gif
icons/Previous16.gif
icons/Stop16.gif
javadoc/
javadoc/allclasses-frame.html
javadoc/deprecated-list.html
javadoc/helliker/
javadoc/helliker/id3/
javadoc/helliker/id3/BinaryParser.html
javadoc/helliker/id3/ID3FieldDataException.html
javadoc/helliker/id3/ID3v1Tag.html
javadoc/helliker/id3/ID3v2ExtendedHeader.html
javadoc/helliker/id3/ID3v2Footer.html
javadoc/helliker/id3/ID3v2FormatException.html
javadoc/helliker/id3/ID3v2Frame.html
javadoc/helliker/id3/ID3v2Frames.html
javadoc/helliker/id3/ID3v2Header.html
javadoc/helliker/id3/ID3v2Tag.html
javadoc/helliker/id3/MP3Comparator.html
javadoc/helliker/id3/MP3File.html
javadoc/helliker/id3/MP3FileFilter.html
javadoc/helliker/id3/MPEGAudioFrameHeader.html
javadoc/helliker/id3/NoMPEGFramesException.html
javadoc/helliker/id3/NullsoftID3GenreTable.html
javadoc/helliker/id3/Playlist.html
javadoc/helliker/id3/PlaylistException.html
javadoc/help-doc.html
javadoc/index-all.html
javadoc/index.html
javadoc/overview-tree.html
javadoc/package-list
javadoc/packages.html
javadoc/serialized-form.html
javadoc/stylesheet.css
JavaPlayer.java
license.txt
PlaylistManager.java
readme.txt
Settings.java
TagEditor.java