3
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Oct 13, 2024 — Oct 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "string('XML')" to display text XML More... about 15 years ago
removed duplicate element <Scheme> More... about 15 years ago
MPEG4 adapter - Iteration 1 A new adapter is added to extract metadata from MPEG4 file. This adapter inturn uses a library to extract the metadata called the isoparser available at http://mp4parser.googlecode.com/svn/ Additionally Junit class, dtd, presmet xslt etc has been created following the existing architecture of the MDE. The classpath and other scripts are changed to add the isoparser jar in the classpath. More... about 15 years ago
Updated changes related to version 3.5 More... about 15 years ago
Added an initial version of WARC Adapter and also fixed the batch/sh scripts with a better way of adding JARs into the classpath. More... over 15 years ago
Version tag changed to 3-5GA More... over 15 years ago
Added try catch blocks to ignore the exceptions occurred in the Lyric3 tags. More... over 15 years ago
Split the jid3lib-0.5.4.jar into a JAR containing only classes and another ZIP file with the source code More... over 15 years ago
Added logging to print name of the chosen adapter for a given file More... over 15 years ago
Initial working version of FLAC adapter More... almost 16 years ago
Modified the output format of the ArcAdapter More... about 16 years ago
Added a new ArcAdapter to extract metadata from Internet Archive ARC files More... about 16 years ago
Added a new MP3 adapter based on Java ID3 Tag Library implementation, added this in the config.xml to have priority over the current MP3 Adapter, and also added several new ID3 tags in the new adapter's MP3Util.java file. More... over 16 years ago
Code added to skip the padding at the end of the final frame More... over 16 years ago
Frame size Sync Safe Int conversion on certain ID3 frame types caused NegativeArraySizeException. Fixed this problem. More... over 17 years ago
Added an ignoreFileExtension flag to ignore the file extensions programmatically. More... over 17 years ago
Added a Word 2 signature check based on PRONOM definition and removed the checking of ".doc" file extension. More... over 17 years ago
Removed the checking of ".doc" file extension. The Word doc signature check is strong enough to verify if a given file is a Word doc or not. More... over 17 years ago
Fixed a problem where the newlines in XML tag contents were getting replaced with an empty string by the "replace()" method. More... over 17 years ago
Fixed a problem where it was not printing the album title - fix was to add an "else" statement in a set of nested "if" statements. More... over 17 years ago
Fixed a bug that caused NegativeArraySizeException and a NullPointerException when an APIC ID3 tag was present. Also, fixed a problem where the code was not skipping ID3 tag bytes to read the MP3 header. More... over 17 years ago
Added code to capture the 'qlty' and 'sett' chunks from wave file More... over 17 years ago
Updated for version 3.4 More... almost 18 years ago
*** empty log message *** More... almost 18 years ago
Corrected the MIME type headers. More... about 18 years ago
Version Number Change More... about 18 years ago
Moved old documents and changed naming convention. More... about 18 years ago
Common utility class for closing streams. More... about 18 years ago
Ensured that the file is closed after processing. More... about 18 years ago
Test cases More... about 18 years ago