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.
- exiftool. It must be installed in your system and available in your path.
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
.
The application itself is pretty simple as it is intended to do the common tasks, reading and writing.
Drag and Drop support for opening files It's also possible to manually open files Editing metadata fields- De Moura (aka smolBlackCat)