Happy start of Autumn everyone,
I started using JRiver to manage my pictures recently. Now MC truly controls every aspect except gaming on my Home PC. So where's the Steam integration? (jk).
Anyway, some of the pictures have wrong dates attached to them because the camera was misconfigured. This is easily fixable using JRiver Scripts on the Date-field. I'm using:
=math(replace([Date,0] + DAYS, /,, .))
=math(replace([Date,0] + math(MINUTES/1440), /,, .))
In case someone should ever search for something like that. However: JRiver does seem to only change the date in its internal library, the actual Date stays unchanged. When I'm syncing the images to somewhere else, I see the old date again. Is this a design decision? Is there a way around it without reexporting the images, which would induce a loss of quality?