exiftool (many types of metadata) adapter #222
Pfeil
started this conversation in
Show your adapter
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Extending the solution to my feature request, I found some time to make an adapter that uses all extensions/file types found on my manjaro manpages (exiftool 12.76-1). Not sure how far metadata extraction is so far in rga, but I guess exiftool will extend this a lot: exiftool supports various kind of metadata and will also try to find unknown kinds, as long as they are plain text. From the manpage:
So, here is what I did:
As you can guess, there may be some bad guesses by the mimetype module in some cases. I did obviously not test everything extensively (my focus was jpg with xmp metadata). Please let me know if you found some nonsense inside or have ideas for improvements. Also, if you see faster alternatives to exiftool, please let me know.
-g[NUM...]
(-groupHeadings) Organize output by tag group-u
(-unknown) Extract unknown tags (-U
would include binary tags)Results look like this:
My use case, as describes in the issue, is receiving tagged images via command line. For this, it works fine.
Current issues:
Beta Was this translation helpful? Give feedback.
All reactions