- Add support for display time windows for images in folder.options
- the times are defined in a JSON array with start and end times, if inside the window the image is valid to display
This commit is contained in:
@@ -21,6 +21,7 @@ protected:
|
||||
ImageDetails populateImageDetails(const std::string&filename, const ImageDisplayOptions &baseOptions);
|
||||
bool imageValidForAspect(const ImageDetails& imageDetails);
|
||||
bool imageMatchesFilter(const ImageDetails& imageDetails);
|
||||
bool imageInsideTimeWindow(const QVector<DisplayTimeWindow> &timeWindows);
|
||||
std::unique_ptr<PathTraverser> pathTraverser;
|
||||
bool debugMode = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user