Simon Conseil
Simon Conseil
I doubt about the ffmpeg call since it is done in a subprocess ; and sigal does not do crazy things with the shell since progress bars and color prints...
> so maybe some weird click / subprocess interaction? Could be, I did not manage to reproduce directly with click, it needs more investigation.
@Cascador - thanks, so it seems related to the use of multiprocessing, but it happens also without the progress bars and without interrupting the process ?
It could be useful to test after removing the progress bars to see if the problem comes from click ?
@miiichael - Does it also happen in debug mode ?
It would be great indeed, but I'm not sure there is a Python library to read these tags ?
Ok but sadly it's not so easy to find the good one: I knew pyexiv2, and the py3 version is still not pip- installable. And these two library are GPL...
No problem, it always tricky to find good libraries (maintained, compatible license, etc.).
@alcoralcor - There is now some parsing of IPTC metadata (title, description) which are used for the images display. For other uses (e.g. filtering), it depends if someone wants to...