[Digikam-devel] [Bug 124143] Generate keywords from filename
Gerhard Kulzer
gerhard at kulzer.net
Fri Mar 24 08:41:42 GMT 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=124143
------- Additional Comments From gerhard kulzer net 2006-03-24 09:41 -------
On Thursday 23 March 2006 17:03, a.roar web de wrote:
[bugs.kde.org quoted mail]
Well, this feature can be achieved in two ways:
a) if your file names present a filter criteria as you describe above, then do
a search filter with digiKam and tag all files at once.
b) if you're good with SQL you could do that directly in the database with a
statement similar to this:
sqlite3 digikam3.db 'insert into ImageTags select Images.ID "tagnumber" from
Images where Images.name like "john*";'
Gerhard
More information about the Digikam-devel
mailing list