[digiKam-users] Export tags from images

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] Export tags from images

Pedro Neves

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

Reply | Threaded
Open this post in threaded view
|

Re: Export tags from images

leoutation
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/
Reply | Threaded
Open this post in threaded view
|

Re: Export tags from images

Anders Kamf
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:
> 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/
Reply | Threaded
Open this post in threaded view
|

Re: Export tags from images

Pedro Neves
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

Den tors 30 aug. 2018 kl 13:38 skrev <[hidden email]>:

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:

@[hidden email]

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

Reply | Threaded
Open this post in threaded view
|

Re: Export tags from images

digikam-2
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
Reply | Threaded
Open this post in threaded view
|

Re: Export tags from images

Anders Kamf
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
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