Folder indexing
If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low)
Reads this many photos from sub folders
Set the reindexing sensitivity. High value check the folders for change more often
Folders to exclude from indexing
';' separated strings. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
FFiles that mark a folder to be excluded from indexing
';' separated strings. Any folder that contains a file with this name will be excluded from indexing.


If you add a new folder to your gallery, the site indexes it automatically.  If you would like to trigger indexing manually, click index button.
( Note: search only works among the indexed directories )
indexing: {{_settingsService.progress.value.current}}
elapsed: {{TimeElapsed | duration}}
left: {{TimeLeft | duration}}
{{_settingsService.progress.value.indexed}} /{{_settingsService.progress.value.indexed + _settingsService.progress.value.left}}

Statistic:
{{statistic ? statistic.directories : '...'}}
{{statistic ? statistic.photos : '...'}}
{{statistic ? statistic.videos : '...'}}
{{statistic ? (statistic.diskUsage | fileSize) : '...'}}