Find Length Duplicates, does not find all Length Duplicates

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4655
Joined: Thu Sep 03, 2009 6:48 pm

Find Length Duplicates, does not find all Length Duplicates

Post by therube »

Find Length Duplicates, does not find all Length Duplicates, necessarily.

Lengths <> dupe (suddenly, in a new window) & with a 1.sec tolerance*
<filter> video: sort:name: distinct:

- with a 1.sec tolerance* (length_dupe_tolerance=)
actually, tolerance is immaterial. it can be =0 or =1...

Code: Select all

V				A
00:45:15.000 (00:45:15:00)	00:45:15.030
00:45:15.040 (00:45:15:01)	00:45:14.994


00:32:23.418 (00:32:23:08)	00:32:23.418
00:32:23.360 (00:32:23:09)	00:32:23.275


00:26:33.468 (00:26:33:11)
00:26:33.467 (00:26:33:14)


00:20:13.640 (00:20:13:16)
00:20:13.600 (00:20:13:15)
--- WAIT --- tolerance was NOT 1.sec, it was 0

- nonetheless, after setting tolerance=1, only 1 file was picked up - 26.33

the others still not?
might a mismatch between "overall" & Video & Audio [lengths] matter?


& again

Code: Select all

00:45:50.345 (00:45:50:10) General
00:45:50.311 (00:45:50:09)

00:45:50.345 (00:45:50:10) Video
00:45:50.311 (00:45:50:09)

00:45:50.241 Audio
00:45:50.231
(Win7) sees both as 45.50 (& even though 1 clip is in AV1 [AOMedia Video 1] format [vs AVC])


distinct: is not the issue
tolerance is not the issue


PATH|!PUNC|Video
i've got 2 files @ 1.23.00
sorted by Length, i see 2 files @ 1.23.00
Find Length Duplicates, does not show any files of 1.23.00

(i don't know if this is "exclusive" to 1373 [as in issue may have existed b4 too ?])


<i had some [other] screenshots, but forgot them>

1. sorted by Length, shows 2 files of 1.23.00
2. Find Length Duplicates, does not show those files
.
Everything - not finding Length dupes.png
Everything - not finding Length dupes.png (25.89 KiB) Viewed 135 times
void
Developer
Posts: 15565
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find Length Duplicates, does not find all Length Duplicates

Post by void »

Please try setting your length_dupe_tolerance to 1000 milliseconds.

Does the issue persist?

Specifying length_dupe_tolerance in seconds was my mistake.
Sorry for the inconvenience.
therube
Posts: 4655
Joined: Thu Sep 03, 2009 6:48 pm

Re: Find Length Duplicates, does not find all Length Duplicates

Post by therube »

Please try setting your length_dupe_tolerance to 1000 milliseconds.
Does the issue persist?
With a quick look, I'll say setting tolerance to 1000ms will work.

Though the Grouping is [still] Wrong - though I'll see too how that plays out.
Post Reply