PP3 sidecar files were triggering unwanted monitoring event (there was still some remaining even with Oduis' fix from issue #597). They are now filtered out : only files that have one of the retained (and then displayed) extensions are taken into account.
Works for both Windows and Linux (i don't know if MacOS version's is listening the directories). Note that contrary to the Branch3 version of the patch, the pp3 files are updated too when ranking the thumbs because this information is now part of the pp3 file.
This commit is contained in:
@@ -135,7 +135,7 @@ class Thumbnail {
|
||||
void increaseRef ();
|
||||
void decreaseRef ();
|
||||
|
||||
void updateCache ();
|
||||
void updateCache (bool updatePParams = true, bool updateCacheImageData = true);
|
||||
void saveThumbnail ();
|
||||
|
||||
bool openDefaultViewer(int destination);
|
||||
|
Reference in New Issue
Block a user