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