Hi all: Is there a way to export a list of tags (comma separated or such) from a set of images to a file? I.e., select albums or images and export a list of all the tags that are assigned to those images? Thanks in advance... All the best: Pedro |
On 8/29/18 4:15 PM, Pedro Neves wrote:
> Hi all: > > Is there a way to export a list of tags (comma separated or such) from a > set of images to a file? I.e., select albums or images and export a list > of all the tags that are assigned to those images? Hi May be useful: digitaglinktree 'Archive mode is thought for people who want to archive tagged photos independently of digikams root directories and the photos therein. This way you can put your photos and their tag structure in eg. a tar archive' https://www.systutorials.com/docs/linux/man/1-digitaglinktree/ |
Hi Pedro, I use exiftool, an excellent command line tool available both for linux and windows, for such purposes, BR Anders Den tors 30 aug. 2018 kl 13:38 skrev <[hidden email]>: On 8/29/18 4:15 PM, Pedro Neves wrote: |
On 9/3/18 10:27 AM, Anders Kamf wrote:
I use exiftool, an excellent command line tool available both
for linux and windows, for such purposes,
BR
Anders
Hi: I saw digitaglinktree but it seemed that it would only replicate my tag structure on another location on disk, which is not what I want. @ Anders exiftool could, indeed, be an option. I'll have a look and see if if can come up with a script to automate this...
Thanks to all. Cheers: Pedro |
On Mon, 3 Sep 2018 10:40:49 +0100
Pedro Neves <[hidden email]> wrote: > On 9/3/18 10:27 AM, Anders Kamf wrote: > > I use exiftool, an excellent command line tool available both for > linux and windows, for such purposes, > https://www.sno.phy.queensu.ca/~phil/exiftool/ Sorry to butt in, but... Can you give an example of how to do it? I'm very interested. Thanks -- sknahT vyS |
Hi, If you want the tags (including the hierarchical tree) for one file: exiftool -TagsList filename.ext Or if you want the tags (without the hierarchical tree) for all jpg files in current folder exiftool -Keywords *.jpg Best Regards Anders Den mån 3 sep. 2018 kl 17:57 skrev <[hidden email]>: On Mon, 3 Sep 2018 10:40:49 +0100 |
Free forum by Nabble | Edit this page |