Is it possible to make the renaming function, rename files of the same time stamp, the same sequence number.
example Origninal New file1.cr2 11-16-2009_001.cr2 file1.jpg 11-16-2009_001.jpg I think the way it wqorks now, Digikam will name them 11-16-2009_001.cr2 11-16-2009_002.jpg If the files have the same time stamp of when they were taken chances are they are the same picture. It just seems to me they should have the same name _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
If you use digiKam 1.0.0, Andi work on advanced rename feature. Just
test it. There is a lots of options to use. Gilles Caulier 2009/11/16 Adam <[hidden email]>: > Is it possible to make the renaming function, rename files of the same time > stamp, the same sequence number. > > example > > Origninal New > file1.cr2 11-16-2009_001.cr2 > file1.jpg 11-16-2009_001.jpg > > > I think the way it wqorks now, Digikam will name them > 11-16-2009_001.cr2 > 11-16-2009_002.jpg > > If the files have the same time stamp of when they were taken chances are > they are the same picture. It just seems to me they should have the same > name > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
This is not possible at the moment, and I guess I need to re-think the
modularity of all the renaming options here. None of them is aware of the other right now, so the sequence number option doesn't know what the dateoption is doing / returning. Actually this design is nice since you easily can add new options without caring about conflicts in parsing at all, but there are some points that make it also harder to solve problems, like the one you mention in here and, for example, resetting the sequence number for every new album / folder. I'm thinking about some global settings for the main parser, that can be filled in by the renaming options automatically (like "real" plugins would do, too). But this will happen after 1.0.0 release I guess. Andi On Tuesday 17 November 2009 10:52:58 Gilles Caulier wrote: > If you use digiKam 1.0.0, Andi work on advanced rename feature. Just > test it. There is a lots of options to use. > > Gilles Caulier > > 2009/11/16 Adam <[hidden email]>: > > Is it possible to make the renaming function, rename files of the same > > time stamp, the same sequence number. > > > > example > > > > Origninal New > > file1.cr2 11-16-2009_001.cr2 > > file1.jpg 11-16-2009_001.jpg > > > > > > I think the way it wqorks now, Digikam will name them > > 11-16-2009_001.cr2 > > 11-16-2009_002.jpg > > > > If the files have the same time stamp of when they were taken chances are > > they are the same picture. It just seems to me they should have the same > > name > > > > _______________________________________________ > > Digikam-users mailing list > > [hidden email] > > https://mail.kde.org/mailman/listinfo/digikam-users > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |