14 projects tagged "Metadata"
Vault is a Perl script to store away files, including metadata and integrity checks. Any file you want to keep, you put into a vault. This vault is just a directory. You can create any directory hierarchy allowed by your filesystem, and when you "vault" a file to a destination directory, a subdirectory is also created to store metadata files containing the MD5 hash of the file, the date it was vaulted, and any notes (i.e., metadata) you want to save regarding the file.
Photini is a GUI program to create and edit metadata for digital photographs. It can set textual information such as title, description, and copyright as well as geolocation information by browsing a map or setting coordinates directly. It reads metadata in EXIF, IPTC, or XMP format and writes it to all three to maximize compatibility with other software.
The Cainteoir Engine is a library for reading and recording different document formats (ePub, HTML, MHT, RTF, email, and others) to various audio output formats (such as PulseAudio, WAV, and Ogg/Vorbis). It also provides the following command-line tools: cainteoir, a front-end to the Cainteoir text-to-speech library; metadata, which extracts metadata from documents to RDF tuples; and tagcloud, which generates tag clouds and tag cloud data.
Flac-utils is a toolkit for managing FLAC files. Its primary usage is syncing metadata between sets of FLAC files. Flac-utils also provides a Python module called flac_compare that can be used separately. The utilitiy consist of three tools: flac-sync, which syncs a file tree of FLAC comments for files with the same audio-part; flac-diff, which compares two FLAC files' metadata information and shows the differences; and flac-add-picture, which adds album cover art to the files using Amazon.
Mayan EDMS is a document manager Web application with custom metadata indexing, file serving integration, and OCR capabilities. It features user defined metadata fields, dynamic default values for metadata, lookup support for metadata, filesystem integration by means of metadata indexing directories, user defined document UUID generation, local file or server side staging file uploads, batch uploading of many documents with the same metadata, user defined document checksum algorithms, previews for a great deal of image formats including PDF, document OCR and searching, automatic grouping of documents by metadata, permissions and roles support, multi-page document support, page transformations, distributed OCR processing, and support for multiple languages.
The maven-buildmetadata-plugin is a Maven 2 plugin that helps you easily add build metadata to generated archive artifacts. When a product is running on an application server, this tool can tell you which version of which artifact is currently running on that server, which artifact maps to which source code version in the SCM repository, what configuration set (including profiles and environment variables) has been used to generate the artifact, on which machine was the artifact built, and when was the artifact built. The provided metadata include SCM information, build time, operating system, Java runtime, Maven execution information, build user, build host name, and build version.
FDRDF is a tool that builds a catalogue of descriptions in an RDF representation of the specified files. The descriptions currently include: file status (as per the stat system call); SHA-1 hash over the file contents; MIME type (as guessed by the file tool), geospatial metadata (as per GDAL), and GRIB file composition (as per GRIB API).