1.1.6 beta

### 1.1.6 beta
Note: This is a beta version, because not all of the javascript ajax functions have been tested yet.
- Added the following to [**Advance Duplicate File Menu**]
  - Scene cover preview image option
  - Webp preview video option
- Fix json string return for all calls made from javascript.
- Added DupFileManagerPyVer field to json when called from javascript.
- When deleting scene using Report, replaced completion prompt with scene background set to gray.
- In Report, when rename occurs, the scene gets renamed inline, without having to reload report page.
- Added GetRunPluginOperationJson to DupFileManager_report.js which allows result to safely be converted to json. If fails, it gracefully returns null.
This commit is contained in:
David Maisonave
2025-01-14 14:07:26 -05:00
parent 5ad7dbcd19
commit e768959934
7 changed files with 164 additions and 77 deletions

View File

@@ -7,6 +7,10 @@
report_config = {
# Paginate HTML report. Maximum number of results to display on one page, before adding (paginating) an additional page.
"htmlReportPaginate" : 100,
# If enabled, report displays the scene cover as a preview image
"htmlIncludeCoverImage" : False,
# If enabled, report displays Webp as a preview image
"htmlIncludeWebpPreview" : False,
# If enabled, report displays an image preview similar to sceneDuplicateChecker
"htmlIncludeImagePreview" : False,
"htmlImagePreviewSize" : 140,