* Mark Farnell <[email protected]> [01-07-13 05:00]:
> Currently, the darktable function sort imported photos into photos
> according to the date of the photo imported.
> 
> However are there any way to specify the photos to be sorted into folders
> according to the date of the photo being created instead?

Use exiv2 or exiftool to reset the "file date" to the "photo creation
date" prior to importing into darktable.  I have a one-line script/alias I
use:

alias redate='lc;exiftool -overwrite_original
'\''-DateTimeOriginal>FileModifyDate'\'' ./*.{nef,jpg}' 

that is one line with a <space> after "-overwrite_original"
lc is lowercase, alias lc='/usr/bin/lowercase_filenames'
modify ./*.{nef,jpg} to suit your particular needs

I use exiftool but exiv2 provides similar function, modification
necessary.  Looking at exiv2 the alias would be much simpler, but...

-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA      HOG # US1244711
http://wahoo.no-ip.org        Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org                           openSUSE Community Member
Registered Linux User #207535                    @ http://linuxcounter.net

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Darktable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to