Filter files with modified date not matching EXIF date

Javascript renaming examples. Javascript renaming is supported in version 3 or newer.

Filter files with modified date not matching EXIF date

Postby Admin » Mon Jan 11, 2016 11:12 am

How to filter all files with Windows modified timestamp not matching EXIF date taken timestamp:
(requires version 3 or newer)

Steps:
a) Select a folder in the folder tree
b) Include subfolders if needed : Filters (12) -> Subfolders
c) Enter the javascript condition object('modified').getTime() != exif('%d').getTime() && exif('%d').getTime() != 0 in Filters (12) -> Condition
d) Refresh file list

This will show files with Windows modified timestamp not matching EXIF date taken timestamp.

Prerequisites:
- Enable extraction of EXIF data [ menu -> renaming options -> exif data -> extract exif data]
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Return to Javascript Renaming


cron