pyexiv2-developers team mailing list archive
-
pyexiv2-developers team
-
Mailing list archive
-
Message #00124
Re: pyexiv2 command line app
I do the something similar to tag and search images. Sounds like there
might be some branch and merge opportunities for both your code, your
friend's, and my tagim tool:
http://github.com/hobsonlane/tagim/
Mine only works with a customized version of pyexiv2 that doesn't raise
exceptions for weird EXIF tag formats. But I'm working on that too.
On Fri, Jun 15, 2012 at 8:14 AM, Dan Christian <danchristian65@xxxxxxxxx>wrote:
> A friend of mine likes to keep all the metadata for an image stored in
> tags within the image. But there isn't a tool to search those tags.
>
> So I wrote 'tagboy' (the tag wrangler), which does grep/find like
> thing on image tags.
>
> It is basically a command line wrapper around pyexiv2. I would
> consider contributing it to pyexiv2, but it is very much a work in
> progress at this point.
>
> The project is here: https://launchpad.net/tagboy
>
> I hope other people find it useful. Any comments appreciated.
>
> -Dan Christian
>
> P.S. I've very new to launchpad.net, so comments on the project setup
> are also welcome.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~pyexiv2-developers
> Post to : pyexiv2-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~pyexiv2-developers
> More help : https://help.launchpad.net/ListHelp
>
References