INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: imeric on April 30, 2016, 02:16:49 pm

Title: How do I import Pics and file them from Date Taken NOT date imported
Post by: imeric on April 30, 2016, 02:16:49 pm
Couldn't find anything anywhere on this and can't find the proper tags on import to do this for pictures...
Title: Re: How do I import Pics and file them from Date Taken NOT date imported
Post by: fitbrit on April 30, 2016, 06:06:17 pm
For me, this value seems to correspond simply to [Date] in my
Title: Re: How do I import Pics and file them from Date Taken NOT date imported
Post by: imeric on May 12, 2016, 08:11:49 am
A picture is worth a 1000 words...
What I want is the folder being created to take the date the picture was taken and NOT the date it was imported was acquired by MC.

There has to be a way to do this what am I missing?

In this case I would want 2016-05-11 and not 2016-05-12
Title: Re: How do I import Pics and file them from Date Taken NOT date imported
Post by: ferday on May 12, 2016, 10:16:13 am
Weird

When I use [date] it indeed gives me the date taken, and NOT date imported

Wonder what is different?
Title: Re: How do I import Pics and file them from Date Taken NOT date imported
Post by: marko on May 12, 2016, 10:47:26 am
I think the official line is that MC doesn't know the EXIF date taken until it has imported the file, at which point, it reads the tag and populates the date field.

I don't use the acquire tool so much because of this. I manaully copy the images from SD to a watched folder, check, prune, tag, then run the rename move and copy tool over them, by which point, the [date] field is correctly populated.
Title: Re: How do I import Pics and file them from Date Taken NOT date imported
Post by: imeric on May 12, 2016, 10:56:21 am
I could live with using RMC right after to rename the folder but I couldn't figure this out either and get it to use the YYYY-MM-DD format...
Title: Re: How do I import Pics and file them from Date Taken NOT date imported
Post by: ferday on May 12, 2016, 11:00:00 am
Thanks Marko, that makes sense.  I don't use the acquire tool either, I do it your way

imeric, to get the date structure you want, just use formatdate() in the RMC tool.  You can make the date look like anything you want
Title: Re: How do I import Pics and file them from Date Taken NOT date imported
Post by: marko on May 12, 2016, 11:09:00 am
formatdate([date],yyyy-MM-dd)

formatdate() on the wiki (http://wiki.jriver.com/index.php/Date_and_Time_Functions#FormatDate) for other output options.