LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
7.01k stars 309 forks source link

Change dependency to ExifTool #10

Closed derneuere closed 3 years ago

derneuere commented 4 years ago

We should refactor all calls of ExifRead and refactor it to direct calls of ExifTool via pyexiftool. This will allow us to read all the file formats including video formats.

derneuere commented 3 years ago

https://github.com/LibrePhotos/librephotos/blob/b3e1e8066c0522897d5eedcc2d99e86000a767ed/api/exifreader.py#L7-L33 https://github.com/LibrePhotos/librephotos/blob/b3e1e8066c0522897d5eedcc2d99e86000a767ed/api/models.py#L348-L383 https://github.com/LibrePhotos/librephotos/blob/b3e1e8066c0522897d5eedcc2d99e86000a767ed/api/models.py#L385-L408

derneuere commented 3 years ago

Changed!