NOAUTORUN makes Find DUPES ignore COLLNAME

Running

Find DUPES SHOWRESULTS=source,tab COLLNAME="TheDupes-{date|yyyyMMdd}-{time|HHmmss}" IN {sourcepath}

creates a dated collection, as expected.

However, when NOAUTORUN is added, Opus reuses the name of a collection generated two weeks ago, which somehow became stuck in dupe.osd:

"Duplicate Files" will return after dupe.osd gets deleted.

A simple Find

Find NOAUTORUN RECURSE SHOWRESULTS=source,tab COLLNAME="Find-{date|yyyyMMdd}-{time|HHmmss}" IN {sourcepath}

fills the panel just fine:

Thanks, fixed in the next beta!

3 Likes

@lxp
Thanks ! I didn't know that one. The running button works just fine.
I looked a short while at NOAUTORUN documentation, but I'm very happy for now to just to play a while with the running button

Both commands will update the collection name when the panel is opened. However, only the dupe finder button will update the name if the panel is already open.

If you close the panel and run the command again, a new name will be generated.

As a workaround, prefix the command like this:

=return IsChecked("Set UTILITY=FindAdvanced") ? "Set UTILITY=off" : "";
Find NOAUTORUN COLLNAME="Find-{date|yyyyMMdd}-{time|HHmmss}" IN {sourcepath}