scheckmedia / photils-dt

A darktable plugin that tries to predict keywords based on the selected image. This plugin uses photils-cli to handle this task. Photils-cli is an application that passes the image through a neural network, classifies it, and extracts the suggested tags. Everything happens offline without the need that your data are sent over the internet.
GNU General Public License v3.0
21 stars 3 forks source link

Get tags for multiple images at a time #4

Open jerrac opened 3 years ago

jerrac commented 3 years ago

I just discovered your script today while giving Darktable a much deeper evaluation than I have previously. Seriously, I've been wanting a tag suggestion tool like this for a long time. Good work!

How hard would it be to make it work on multiple images at a time? For example, if I take pictures of something from several different angles, then I'd want all of them to have the same tags. I'd like to select all the similar pictures, hit "get tags", and then select the ones I want. When I click "attach", all the images would have the tags attached. Like what issue #3 would do.

FYI, the copy and paste metadata script does provide something of a work around. You add the tags to one pic, then copy the metadata, then paste it onto the rest of the pics. And the copy_attach_detach_tags script likely would do ok as well.

I do think building into your script would provide a nicer UI, though. :)

scheckmedia commented 3 years ago

Hey @jerrac cool that you like photils.

I'm a little bit busy at the moment but thank you for the suggestion I will add this idea to my feature list. Stay tuned for further updates.

jerrac commented 3 years ago

Yay! I'll look forward to it.

No worries about being busy, I'm not one to demand things like this when I'm not paying for it. :)