<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi,<br></div><div><br></div><div>    I've just exported my huge library from Photos.<br></div><div>    No I have 800Gb of photos on my external HD, moved a lot of then on albuns acording to those created in Photos. All OK.<br></div><div><br></div><div>    But... I still have a lot of files on root Folder that were not included in any Album. I want to organize them the fast and easy way possible.<br></div><div><br></div><div>    So, I created a Python script that:<br></div><ul><li>Takes the file's EXIT data<br></li><li>Extract Original Date from it<br></li><li>Create a directory structure like YEAR/MONTH/DAY (I can choose the level I want) and move the files inside that structure based on the EXIF taken before.<br></li></ul><div><br></div><div>     OK, these are working, but I also have a lot of files that are NEF or even PNG (i don't tested yet on MOV, or AVI). Those files does not have EXIF data.<br></div><div>     How can I get Date information from then ? Is it possible ? <br></div><div><br></div><div>Thanks....</div><div><br></div></div><br></body></html>