Search found 11 matches

by flubber
Mon Nov 06, 2023 3:47 pm
Forum: Everything 1.5 Alpha
Topic: Everything is listing files that don't exist anymore
Replies: 3
Views: 853

Re: Everything is listing files that don't exist anymore

Hi!

The method I used affected just 60.000 files and took under ten seconds. A "force rebulid" of the whole db with 6.500.000 files (most on network resources) takes hours.

Thank's for reading, flubber
by flubber
Mon Nov 06, 2023 12:53 pm
Forum: Everything 1.5 Alpha
Topic: Everything is listing files that don't exist anymore
Replies: 3
Views: 853

Everything is listing files that don't exist anymore

Hi! I'm using Everything 1.5 alpha and always keep it up to date. This morning it listed numerous files that don't exist any more on a local HDD formatted with NTFS. I solved this by excluding the drive from the db and set "Include in database" again (with hitting "Apply" twice o...
by flubber
Wed Mar 15, 2023 10:59 am
Forum: Support
Topic: "Alternate Data Stream Names" empty
Replies: 6
Views: 1711

Re: "Alternate Data Stream Names" empty

Hmm, there's more. I'm still trying ADS and find it confusing. E.g.: The filter "!adsnames:' will show all files w/o ADS. After adding ADS to all found files most of them will immediately vanish from the list in Everything but a few remain, though "Alternate Data Stream Names" is one ...
by flubber
Sat Feb 25, 2023 9:20 pm
Forum: Support
Topic: Orphaned sidecars or buddies
Replies: 2
Views: 786

Re: Orphaned sidecars or buddies

Hi! This seems to work: ext:tif.jpg \buddies\ regex:^(.*\\[^\\]+)\\(.*)\\(.*)(\.[^/.]+)$ !fileexists:\1\\\3 regex101 was very helpfull: https://regex101.com/r/8py4PC/1 Group 1 and group 3 are used to build the fileexists expression. Took me quite some time with lots of try and error :? Thanks for re...
by flubber
Fri Feb 24, 2023 11:02 am
Forum: Support
Topic: Orphaned sidecars or buddies
Replies: 2
Views: 786

Orphaned sidecars or buddies

Hi! Seems I'm totally lost in the regex and its recall (\1. . .\9) matches. [sigh] Given the following samples: Original file: <path>\<filename>.tif Buddy file: <path>\buddies\<filename>.tif.jpg "buddies" is a fixed folder name. How can I find all buddy files that without an existing origi...
by flubber
Thu Feb 23, 2023 11:46 am
Forum: Support
Topic: "Alternate Data Stream Names" empty
Replies: 6
Views: 1711

Re: "Alternate Data Stream Names" empty

void wrote: Thu Feb 23, 2023 11:07 am Hit F5 in Everything to fresh this property.
Nope this doesn't help. But possibly I've found the culprit:

ET_1338.jpg
ET_1338.jpg (192.3 KiB) Viewed 1705 times

"ADS_test.xmp" just is a copy of "ADS_test.txt".

Thank's for reading, flubber
by flubber
Thu Feb 23, 2023 11:03 am
Forum: Support
Topic: "Alternate Data Stream Names" empty
Replies: 6
Views: 1711

"Alternate Data Stream Names" empty

Hi! Prepare a file: >echo streamdata >D:\test\ADS\ADS_test.txt:streamname This is what Sysinternals streams64.exe shows: >streams64.exe d:\test\ADS\ADS_test.txt d:\test\ADS\ADS_test.txt: :streamname:$DATA 13 And here's a screen shot of Everything 1.5.0.1338: ET_1338.jpg It's my understanding that &q...
by flubber
Mon Feb 20, 2023 10:35 am
Forum: Support
Topic: compare dates of variants or sidecar files
Replies: 5
Views: 1950

Re: compare dates of variants or sidecar files

Can't be done at the moment, sorry. I will consider an option to do this. OK, good to now. So I need to grab all .tif files, then grab the matching .jpg and compare their dates in a loop. Hmm, pretty lengthy. Anyway, thanks for your lightning fast response, flubber [Edit] I think I found something ...
by flubber
Mon Feb 20, 2023 8:59 am
Forum: Support
Topic: compare dates of variants or sidecar files
Replies: 5
Views: 1950

Re: compare dates of variants or sidecar files

Thank you for your attention, I appreciate it. Yes, "\variants\" is always the same string, only path and filename stem vary. I was already trialling: ext:tif regex:^(.*)\.[^.]*$ !fileexists:\variants\\\1.jpg to find missing variants. This works for me because all filename stems are unique...
by flubber
Sun Feb 19, 2023 11:26 am
Forum: Support
Topic: compare dates of variants or sidecar files
Replies: 5
Views: 1950

compare dates of variants or sidecar files

I have a number of pairs like this:

path\filename.tif
path\variants\filename.jpg

I need to find all path\variants\filename.jpg with date modified older then date modified of path\filename.tif

Any ideas how to do this?

Thanks for reading, flubber
by flubber
Mon Nov 07, 2022 3:35 pm
Forum: Support
Topic: XMP file question on tags
Replies: 9
Views: 3560

Re: XMP file question on tags

Hi! That doesn't work for me either. As the file properties dialogue in Explorer and the explore windows, Everything will not show any iptc/xmp/exif meta data embedded in .XMP side car files. Here's a sample: https://i2.paste.pics/JNXQ9.png?trs=d39f6a8f42e74f733b657c0972c5cfc0993a0269361a6fa40404ef1...