So I'm pulling out ExifTool, a longtime favorite when it comes to handling file metadata. Random curiosity: has anybody else successfully implemented the same range and depth of file metadata manipulation? In a single API? One that's not just calling an `exiftool` executable under the hood?
I mean as much as some folks dislike Perl, they could at least do us the favor of stealing our best works.
A command-line application and Perl library for
reading and writing EXIF, GPS, IPTC, XMP, makernotes and other meta information
in image, audio and video files. For Windows, MacOS, and Unix systems.
https://masto.hackers.town/users/randomgeek
in reply to • • •So I'm pulling out ExifTool, a longtime favorite when it comes to handling file metadata. Random curiosity: has anybody else successfully implemented the same range and depth of file metadata manipulation? In a single API? One that's not just calling an `exiftool` executable under the hood?
I mean as much as some folks dislike Perl, they could at least do us the favor of stealing our best works.
exiftool.org
#Perl #ExifTool
ExifTool by Phil Harvey
exiftool.org