aboutsummaryrefslogtreecommitdiff
path: root/exiftool.el
AgeCommit message (Collapse)Author
2017-06-14Bump version.v0.3Arun Isaac
* exiftool.el: Bump to version 0.3.
2017-06-14Do not print out messages.Arun Isaac
* exiftool.el (exiftool-copy): Remove message.
2017-06-14Handle literal "-" tag values.Arun Isaac
* exiftool.el (exiftool-read): If exiftool returns "-" as tag value with the "-f" flag, call exiftool again without the "-f" flag to ascertain whether the tag is absent or the value is a literal "-".
2017-06-14Use regexp to extract tag and value.Arun Isaac
* exiftool.el (exiftool-read): Use `string-match' with regexp to extract tag and value. Previous this change, `exiftool-read' failed to correctly handle tags whose value contained a ":".
2017-06-14Copy only provided tags.Arun Isaac
* exiftool.el (exiftool-copy): Append "-all:all" to exiftool command only when no tags are provided.
2017-03-01Rename library to exiftool.el.Arun Isaac