andrewning / sortphotos

SortPhotos is a Python script that organizes photos and videos into folders using date/time information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to add HEIC (ios 11 pics?)

wtrdk opened this issue · comments

Hi,

I really love your script!
Is it possible to add HEIC format to the script? (The new iOS 11 format)
I would love to include it myself, but I'm no developer... ;-)

Thanks

We'd have to wait until exiftool (https://sno.phy.queensu.ca/~phil/exiftool/) was updated to support heic files. Sortphotos depends on that tool to extract the photo metadata.

Currently it should work for heic (I've not tested) but it would only look at things like file creation date. Exiftool would be required to sort using the exif data.

In case you're still interested in this, I just wanted to let you know:

I simply went to Paul Harvey's website and downloaded a more recent version of the tool (the .tar.gz file). Then untarred it and renamed the folder to match what is in the source tree of this app, and replaced it.

Then running sortphotos "just worked." Great work @andrewning!

This does fix the problem (and a host of other exif-related problems). Can you please update this some time? thanks

updated. sorry for delay.