Skip to content

MetadataEditor is a JavaFX application made to work as an interface to Exiftool and its basic commands

License

Notifications You must be signed in to change notification settings

smolBlackCat/metadata-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)