You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin DupFileManager also creates a report similar to Scene Duplicate Checker, but I do think the structure of the report is better with Scene Duplicate Checker, however there are a few things I wish it had that is in the DupFileManager report.
Existing options in DupFileManager report, recommend adding to Scene Duplicate Checker
Add target="_blank" to the scene links, so user doesn't get kicked out of the report when clicking the scene link.
Javascript driven option to disable the delete confirmation popup. For example code see field htmlReportPrefix in DupFileManager_config.py. Specifically do keyword search for RemoveToKeepConfirm. This can also be a URL parameter option.
Add Frame-Rate column to the report.
Highlight or make text bold for fields which have different values from the other duplicates.
If resolution is different, highlight the resolution field for duplicate with the highest resolution.
If duration is different (3 or more seconds), highlight the resolution field for duplicate with the highest resolution.
Merge tags (only) option.
Option to display video preview instead of the tinny square of screen shots. Both preview and screenshot are already available for each scene, and IMHO, it's easier to view. Example coding: f"<td><video width='160' height='120' controls poster=\"{DupFile['paths']['screenshot']}\"><source src=\"{DupFile['paths']['preview']}\" type=\"video/mp4\"></video>
Option to open folder (explorer), and option to play video locally. The local file is already being displayed on the report, and it would be easy to just make it a link to open the file locally. Below is example of how DupFileManager is doing it using separate links instead.
Option to add exclusion tag to the scene, which would allow file from being included in the report in the future.
Add title field to the "Merge" button, which explicitly states what is being merge. In HTML the content of the title field creates a popup window when user hovers over the button. On related question, what exactly is being merge when there's a group of 3 or more duplicates and the user clicks the merge button?
Maximum Duration Difference option using percentage. Leave the static seconds (1, 5, 10), but also add a 95%, 90% and 85% option.
All the above options are already in the DupFileManager report. Here are some options which I plan to add, which I would like to see in the Scene Duplicate Checker Report.
Copy file option. For Scene Duplicate Checker, this option should only be displayed on scenes with 2 duplicates, which are by far the majority of duplicates in most reports.
Add the following options to the bottom of the report:
Option to run PHASH generation task.
Option to delete all duplicates in specified folders (paths). Use a form to allow user to enter path.
Option to add specified tag to all duplicates. (This logic already exist in DupFileManager by default.)
The text was updated successfully, but these errors were encountered:
Improvements on Scene Duplicate Checker Report
The plugin DupFileManager also creates a report similar to Scene Duplicate Checker, but I do think the structure of the report is better with Scene Duplicate Checker, however there are a few things I wish it had that is in the DupFileManager report.
Existing options in DupFileManager report, recommend adding to Scene Duplicate Checker
f"<td><video width='160' height='120' controls poster=\"{DupFile['paths']['screenshot']}\"><source src=\"{DupFile['paths']['preview']}\" type=\"video/mp4\"></video>
On related question, what exactly is being merge when there's a group of 3 or more duplicates and the user clicks the merge button?
All the above options are already in the DupFileManager report. Here are some options which I plan to add, which I would like to see in the Scene Duplicate Checker Report.
The text was updated successfully, but these errors were encountered: