------- 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 Summary: Generate keywords from filename Product: digikam Version: 0.8.1 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: a.roar web de Version: 0.8.1 (using KDE 3.5.1, Gentoo) Compiler: gcc version 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9) OS: Linux (i686) release 2.6.15-gentoo-r1 I just tried to give keywords to all my pictures. But that would take months doing that manually. It would be great to get a feature that would "tag" my pictures automatically. I thought of generating the keywords for a picture according to the filename of the picture. Example: All my pictures have describing filenames like "john and joe laughing.jpg". It would be nice to generate two keywords "john" and "joe" for this picture. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
On Thursday 23 March 2006 17:03, [hidden email] wrote:
> ------- 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 > Summary: Generate keywords from filename > Product: digikam > Version: 0.8.1 > Platform: unspecified > OS/Version: Linux > Status: UNCONFIRMED > Severity: wishlist > Priority: NOR > Component: general > AssignedTo: digikam-devel kde org > ReportedBy: a.roar web de > > > Version: 0.8.1 (using KDE 3.5.1, Gentoo) > Compiler: gcc version 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, > pie-8.7.9) OS: Linux (i686) release 2.6.15-gentoo-r1 > > I just tried to give keywords to all my pictures. But that would take > months doing that manually. It would be great to get a feature that would > "tag" my pictures automatically. I thought of generating the keywords for a > picture according to the filename of the picture. Example: > All my pictures have describing filenames like "john and joe laughing.jpg". > It would be nice to generate two keywords "john" and "joe" for this > picture. _______________________________________________ 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from a.roar@web.de
------- 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from a.roar@web.de
------- 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 a.roar web de 2006-03-24 18:03 ------- Yes both could work :D But let's think of the following situation: You have 100 Keywords (perhaps they were generated with the two methods you mentioned). Now i add a new album. Wouldn't it be great when digikam automatically tags the new pictures (whose filenames have describing names) using the already existing tags for a comparation? So everything would be done automatically and the user doesn't have to set the tags manually. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from a.roar@web.de
------- 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 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Tags _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |