Breaking changes:
- Renamed
--size
option to--thumbnail-size
- Renamed
--quality
option to--thumbnail-quality
--thumbnail-size
option no longer accepts negative numbers to disable thumbnails (User--thumbnail-count 0
instead)--content-size
option no longer accepts negative numbers to disable parsing file contents (Use--content-size 0
instead)
New features:
- Add
--thumbnail-count
option. When set to a value>= 2
, thumbnails for a video preview slideshow are generated. (A reasonable number of images, around10-30
, is recommended). When set to 0, thumbnails are disabled entirely. (#232) - Added configurable delay in ms between frames of the video preview created with the
--thumbnails-count
option - Added
#/file
page. Lets users or third party applications link to a specific document in the sist2 interface. (#250) - Added
--mem-throttle
scan option to throttle the file parser threads when the total amount of memory consumed exceeds a certain amount, in MB. (#245, thanks @yatli !) - Reworked incremental scan (#238, thanks @yatli !)
- Option to use
--incremental-index
to only send the incremental difference between the last scan to Elasticsearch (much faster indexing!) - Build an index of deleted documents since the last scan, send DELETE commands to Elasticsearch to remove such documents
- Option to use
- "Update the Media Types tree in real time" option is disabled by default
- Add option to use a date picker instead of a slider to filter file modification dates (#239)
- Fix segmentation fault when a very long user script is specified (#234)
- Replace some error messages with a FATAL log string, return non-zero error code on error (#235)
Bug fixes: