[digiKam-users] Managing old scanned photos

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] Managing old scanned photos

Chairman.Faust
I have a bit of a two fold dilemma.
1) hundreds of old photos from the early 1900s up through the 60s
2) Some I have exact dates, some I have the year, some I can guess the
decade

My existing photos are mostly organized in folders by event, but all photo
filenames are their date and time.

So...

1) How do I edit the metadata in order to change the date stamps from when
they were scanned to when they were taken
2) How do I create a file naming template that is essentially ISO timestamp
- [digikam metadata] (for example 1940-01-01T00:00:00-[Great
Grandmother].jpg

Any suggestions on this would be helpful... I need a universal strategy for
organizing and naming both old photos with no metadata and new photos taken
with current tech.



--
Sent from: http://digikam.1695700.n4.nabble.com/digikam-users-f1735189.html
Reply | Threaded
Open this post in threaded view
|

Re: Managing old scanned photos

hajo


On Tue, Apr 30, 2019 at 3:18 PM Chairman.Faust <[hidden email]> wrote:

1) How do I edit the metadata in order to change the date stamps from when
they were scanned to when they were taken
 
2) How do I create a file naming template that is essentially ISO timestamp
- [digikam metadata] (for example 1940-01-01T00:00:00-[Great
Grandmother].jpg
[date]{unique}-GreatGrandmother.jpg 
 
Any suggestions on this would be helpful... I need a universal strategy for
organizing and naming both old photos with no metadata and new photos taken
with current tech.
I'm using the same strategy:
1890-Historical
  18900125-Granny.jpg
  1920125-GrannysSon.jpg
20181025-Sunset
   20181025-183001-Sunset.jpg
   20181025-183002-Sunset.jpg

You get the idea...
Reply | Threaded
Open this post in threaded view
|

Re: Managing old scanned photos

woenx
I would say that any format that uses the YYYYMMDD order should work. I'm
partial to YYYY-MM-DD-description.jpg, because it's easier to read, but it's
also a bit longer. I wouldn't add the time to the filename of an old
picture, just the date.

Exiftool can automatically add the exif date from the filename if you do
this:
   exiftool -alldates<filename  -overwrite_original <filename.jpg>

(no need to specify the date format, it should detect it automatically,
although I've found sometimes it has trouble if it doesn't also include the
time)

If I'm not mistaken, digikam will also include this functions in the next
version, as this function was added last week:
https://bugs.kde.org/show_bug.cgi?id=406855 . So I guess we can try that in
the next appimage in a few days at https://files.kde.org/digikam/





--
Sent from: http://digikam.1695700.n4.nabble.com/digikam-users-f1735189.html
Reply | Threaded
Open this post in threaded view
|

Re: Managing old scanned photos

Chairman.Faust
Thanks for your help, I was able to find under 'items' the 'adjust date and
time' tool to set dates in the meta data and then use the rename tools to
create file names based on the date field and 'keyword' field



--
Sent from: http://digikam.1695700.n4.nabble.com/digikam-users-f1735189.html