3
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "string('XML')" to display text XML More... over 13 years ago
removed duplicate element <Scheme> More... over 13 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... over 13 years ago
Updated changes related to version 3.5 More... over 13 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... almost 14 years ago
Version tag changed to 3-5GA More... almost 14 years ago
Added try catch blocks to ignore the exceptions occurred in the Lyric3 tags. More... almost 14 years ago
Split the jid3lib-0.5.4.jar into a JAR containing only classes and another ZIP file with the source code More... about 14 years ago
Added logging to print name of the chosen adapter for a given file More... about 14 years ago
Initial working version of FLAC adapter More... over 14 years ago
Modified the output format of the ArcAdapter More... over 14 years ago
Added a new ArcAdapter to extract metadata from Internet Archive ARC files More... over 14 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... about 15 years ago
Code added to skip the padding at the end of the final frame More... about 15 years ago
Frame size Sync Safe Int conversion on certain ID3 frame types caused NegativeArraySizeException. Fixed this problem. More... almost 16 years ago
Added an ignoreFileExtension flag to ignore the file extensions programmatically. More... almost 16 years ago
Added a Word 2 signature check based on PRONOM definition and removed the checking of ".doc" file extension. More... almost 16 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... almost 16 years ago
Fixed a problem where the newlines in XML tag contents were getting replaced with an empty string by the "replace()" method. More... almost 16 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... almost 16 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... almost 16 years ago
Added code to capture the 'qlty' and 'sett' chunks from wave file More... almost 16 years ago
Updated for version 3.4 More... over 16 years ago
*** empty log message *** More... over 16 years ago
Corrected the MIME type headers. More... over 16 years ago
Version Number Change More... over 16 years ago
Moved old documents and changed naming convention. More... over 16 years ago
Common utility class for closing streams. More... over 16 years ago
Ensured that the file is closed after processing. More... over 16 years ago
Test cases More... over 16 years ago