ianare / exif-py

Easy to use Python module to extract Exif metadata from digital image files.
BSD 3-Clause "New" or "Revised" License
831 stars 191 forks source link

usage of exifread in screensaver.picture.slideshow addon is returning no data even the files have exif data #199

Open larieu opened 4 months ago

larieu commented 4 months ago

more info here

(https://forum.kodi.tv/showthread.php?tid=154032&pid=3196505#pid3196505)

basically the newer pictures on all updates phones are not returning exif data the same pictures are returning data as expected on other exif tools / software used to visualize / parse them

it started one by one with the new version of firmware/software for all Samsung phones in the last past few months. it might be related to the fact Kodi is using version 2.1.2+matrix.0

larieu commented 4 months ago

I have installed version 3.0 (from ZIP) the issue persist

attached a zip file with a htmldump form 3 images - 20231027xxxx - device 1 old firmware - correct reading by exifread script 20240317xxxx - device 1 new firmware - incorrect reading by exifread script 20240318xxxx - device 2 new firmware - incorrect reading by exifread script

exif-trouble.zip

apparently the header is different and it is not handled correctly by the script