In Exiv2/exiv2#2219 (comment) we discussed about the possibility of having some dead code in our codebase around the EXV_HAVE_MMAP definition:
As far as I can see we have the following preprocessor conditions:
```cpp
#if defined EXV_HAVE_MMAP && defined EXV_HAVE_MUNMAP
...
#elif defined WIN32 && !defined __CYGWIN__
...
#else
... <-- This is t
I have a huge collection of photos, and think it would be nice to get back to the last position in image list when reopening the app, some kind of session restore in a way.
Thanks a lot for your work
We used to have this (tracked in felixc/rexiv2#18, set up in felixc/rexiv2@90ae678), but it had to be removed in felixc/rexiv2@1aff63e because the travis-cargo project we'd been using had broken ages ago was no longer actually uploading coverage info.
📷 QuickRawPicker is a free and open source program that lets you cull, pick or rate raw photos captured by your camera. It is also compatible with the XMP sidecar file used by Adobe Bridge/Lightroom/Darktable or PP3 sidecar file used by Rawtherapee.
As the plex server is not compatible with xmp metadata inside photos, this python based app uses plex rest api to implement an update of all related metadata within plex with tags and rating of the xmp (lightroom based)
This library is my new approach of a wrapper for the Exiftool command-line application (https://exiftool.org) written by Phil Harvey. The intention is to have a performanter library than mini_exiftool with the possibility to work on multiple files at once.
In Exiv2/exiv2#2219 (comment) we discussed about the possibility of having some dead code in our codebase around the
EXV_HAVE_MMAPdefinition: