Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.83 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.83 KB

Metadata Editor Project

  1. Description
  2. Dependencies
  3. Installation
  4. Basic Usage
    1. Reading files metadata
    2. Writing Metadata into a file
  5. Author
  6. Licence

Description

Metadata Editor is a JavaFX application that works as an interface for reading and editing files metadata easily. The project is the implemented GUI itself. The responsible for editing and writing metadata into files is the exiftool program, written by Phil Harvey.

For now, this application is available for Linux systems only (and probably also for others Unix-based systems). A Windows version might be available.

Dependencies

  • exiftool. It must be installed in your system and available in your path.

Installation

This program provides a deb package, so the user only need to type sudo apt-get install metadata-editor_1.0.0-1_amd64.deb.

Basic Usage

The application itself is pretty simple as it is intended to do the common tasks, reading and writing.

Reading Files Metadata

DnD support on Metadata Editor

Drag and Drop support for opening files

Opening files manually

It's also possible to manually open files

Writing Custom Metadata into a File

Editing metadata fields

Editing metadata fields

Authors

  • De Moura (aka smolBlackCat)