2020-12-12 20:14:19 +00:00
|
|
|
---
|
2020-12-18 21:47:52 +00:00
|
|
|
title: AutoGrouper
|
2020-12-12 20:14:19 +00:00
|
|
|
id: AugoGrouper
|
|
|
|
weight: 10
|
|
|
|
draft: false
|
|
|
|
author: "people"
|
|
|
|
---
|
|
|
|
|
|
|
|
## Name
|
|
|
|
|
2020-12-19 03:08:09 +00:00
|
|
|
AutoGrouper.lua - automatically group images based on time
|
2020-12-12 20:14:19 +00:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2020-12-19 03:08:09 +00:00
|
|
|
This plugin groups images based on the time they were shot. Images shot close
|
|
|
|
together in time are grouped together. The interval of time to separate groups
|
|
|
|
is configurable.
|
2020-12-12 20:14:19 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2020-12-19 03:08:09 +00:00
|
|
|
Start the module using script manager.
|
2020-12-12 20:14:19 +00:00
|
|
|
|
2020-12-19 03:08:09 +00:00
|
|
|
Set a gap amount, in seconds, which will be used to determine when images should no
|
2020-12-12 20:14:19 +00:00
|
|
|
longer be added to a group. If an image is more then the specified amount of time
|
|
|
|
from the last image in the group it will not be added. Images without timestamps
|
|
|
|
in exif data will be ignored.
|
|
|
|
|
|
|
|
There are two buttons. One allows the grouping to be performed only on the currently
|
|
|
|
selected images, the other button performs grouping on the entire active collection
|
|
|
|
|
|
|
|
## Additional Software Required
|
|
|
|
|
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
Kevin Ertel
|
|
|
|
|
|
|
|
## Change Log
|