Keywording in ASP 3

AfterShot Pro General Questions & Getting Started Forum
Post Reply
Ludgateman
Posts: 13
Joined: Thu Jun 12, 2014 1:22 pm
operating_system: Windows 7 Ultimate
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: HP 1631
processor: Intel Core i5 2540m
ram: 16GB
Video Card: NVIDIA Quadro 1000m
Hard_Drive_Capacity: 1TB

Keywording in ASP 3

Post by Ludgateman »

Testing of the new ASP3 is going well so far, but one thing I'd like to be able to do that has eluded me in previous versions is how to locate files with NO keywords?
I use catalogues and keywording a lot, and generally apply a generic "To be sorted" keyword at the point of import, but I still occasionally come across files where I've forgotten, so the photo's do not appear in any of my keyword lists.
Has anyone come up with an effective way of filtering a catalogue to show only those files without any keywords attached?
grubernd
Posts: 248
Joined: Thu Jan 12, 2012 8:17 pm
operating_system: Linux
System_Drive: N/A
Location: Graz, Austria

Re: Keywording in ASP 3

Post by grubernd »

inside ASP? nope, none that i am aware of.

my personal method is trying to add a minimum amount of keywords and rating the images in one go. so no rating (stars) means no keywords. i wish i'd be as strict as my ideas are simple. :D

--
the more involved workaround is going outside of ASP and using text-search on the xmp files for an empty keywordlist and then finding those images in ASP and so on...

on the commandline in bash (mac, linux, cygwin) i would start out with this:

Code: Select all

grep --recursive --files-with-matches 'bopt:keywordlist=""' --include="*.xmp"
i don't have my windows machine handy, might be that the text-search in the explorer can handle a search for

Code: Select all

bopt:keywordlist=""
in both cases you would still have to match the files from the search to the ones on the catalog, which is no real fun.

when working in the filesystem view you could create a workqueue file from the search and then edit the files in ASP.

but all in all definitely not everyones cup of tea....
Bibble since 2004. Aftershot until 2020. From then on darktable.
Post Reply