Main Menu

Recent posts

#41
Developers / Re: pyExifTool hallucination?
Last post by blue-j - March 31, 2025, 01:37:59 PM
the answer for me was to downgrade PyExifTool:

pip install pyexiftool==0.4.13
#42
Developers / Re: pyExifTool hallucination?
Last post by blue-j - March 31, 2025, 01:33:45 PM
i tracked it down:

https://github.com/micasense/imageprocessing/issues/177

an API change from 2 years ago?!  shrug.
#43
Developers / Re: pyExifTool hallucination?
Last post by blue-j - March 31, 2025, 01:22:08 PM
i'm just gonna splash my face and do it as a subprocess i think. strange!  the error is that the function doesn't exist, so editing any parameters or changing anything else won't be effective.  : (
#44
Developers / Re: pyExifTool hallucination?
Last post by Phil Harvey - March 31, 2025, 01:03:46 PM
#45
Developers / pyExifTool hallucination?
Last post by blue-j - March 31, 2025, 01:00:40 PM
I had this code that i swear worked perfectly before:

    with exiftool.ExifTool() as et:
        metadata_list = et.get_metadata_batch([str(f) for f in files_to_process])

using PyExifTool, and now I get:

'ExifTool' object has no attribute 'get_metadata_batch'
WTH??  and now i find no evidence of:

get_metadata_batch
existing aside from in:

ExifToolAlpha.get_metadata_batch_wrapper
which is ineffective here for some reason.

anyone know what happened here?  the only other explanation i have is that i was using it in a subprocess and changed to PyExifTool without changing the command, but that rings exactly zero bells.

- J
#46
Bug Reports / Feature Requests / Re: Wav file duration calculat...
Last post by jovibroz - March 31, 2025, 12:49:06 PM
That's.. incredible! Thank you!  :)
#47
Other Discussion / Re: New ExifTool Logo!
Last post by Phil Harvey - March 31, 2025, 12:41:49 PM
Awesome!!!
#48
Other Discussion / Re: New ExifTool Logo!
Last post by blue-j - March 31, 2025, 12:39:36 PM
couldn't let you have all the fun!  my back says "ExifTool Freak"!  woot!

IMG_1156.jpg
#49
Developers / Re: Selftest failed in 64 bit ...
Last post by Phil Harvey - March 31, 2025, 12:28:38 PM
The problem is the round-off error in the last digit of the subseconds.

I'll patch this test to allow rounding errors.

Thanks!

- Phil
#50
Other Discussion / Re: New ExifTool Logo!
Last post by Phil Harvey - March 31, 2025, 12:22:53 PM
LOL!