drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.55k stars 479 forks source link

Override KeyValuePair.toString() #519

Closed cowwoc closed 3 years ago

cowwoc commented 3 years ago

Please override toString() in KeyValuePair.

I am iterating over a list of images and for ones that do not contain timestamps in expected locations I print out the list of all available directories/tags. When iterating over tags, I print out the toString() of each value and because KeyValuePair does not override this method I get:

Textual Data: [com.drew.lang.KeyValuePair@3b2c72c2]

cowwoc commented 3 years ago

Sorry for the double-submit. This is a duplicate of #518.