Search found 22 matches

by dougbenham
Sun Mar 31, 2024 10:59 pm
Forum: Everything 1.5 Alpha
Topic: Dupes with regex extract formula
Replies: 7
Views: 382

Re: Dupes with regex extract formula

I figured it out, its the run history. Disabling the run history feature prevents the bug.
by dougbenham
Sun Mar 31, 2024 10:57 pm
Forum: Everything 1.5 Alpha
Topic: Dupes with regex extract formula
Replies: 7
Views: 382

Re: Dupes with regex extract formula

Strangely I am not seeing any USN or RDC events for the file in question or any of its parent directories. After those
exec:
lines, the file isn't mentioned again.
by dougbenham
Sun Mar 31, 2024 11:39 am
Forum: Everything 1.5 Alpha
Topic: Dupes with regex extract formula
Replies: 7
Views: 382

Re: Dupes with regex extract formula

Results list contains 56 items. After opening 1 of the items, the following shows in the debug console: exec: first expr $exec("%1") exec: command $exec("%1") exec: fullfilename E:\test.mp4 exec: depth 0 exec: exec "%1") exec: depth 1 exec: got "E:\test.mp4" e...
by dougbenham
Sun Mar 31, 2024 2:45 am
Forum: Everything 1.5 Alpha
Topic: Dupes with regex extract formula
Replies: 7
Views: 382

Dupes with regex extract formula

Using 1.5.0.1371a. With the following search.. column1:=regex_extract($stem:,"^[^\-]+-\s\d\d.\d\d.") column1: dupe:column1 .. I find duplicates for a formula based column. It works great. However, when I open one of the file results, it disappears from the results until I hit F5.. and the ...
by dougbenham
Fri Feb 16, 2024 7:38 pm
Forum: Everything 1.5 Alpha
Topic: Formulas
Replies: 37
Views: 35456

Re: Formulas

Can formulas be assigned to a custom column and then have that custom column be indexed?
by dougbenham
Thu Feb 08, 2024 6:01 am
Forum: Everything 1.5 Alpha
Topic: XYplorer tags not updating with CTRL+F5
Replies: 17
Views: 904

Re: XYplorer tags not updating with CTRL+F5

It works fine in 1.5.0.1367a. Can you share what the solution was?
by dougbenham
Thu Jan 11, 2024 5:47 pm
Forum: Everything 1.5 Alpha
Topic: tab closing causes everything timeout
Replies: 8
Views: 726

Re: tab closing causes everything timeout

I have also encountered similar behavior when closing tabs.
by dougbenham
Thu Jan 11, 2024 5:49 am
Forum: Everything 1.5 Alpha
Topic: XYplorer tags not updating with CTRL+F5
Replies: 17
Views: 904

Re: XYplorer tags not updating with CTRL+F5

With this modification you made it is working great :) I see the debug log still contains quite a few failures: 2024-01-10 22:46:55.214: CreateFileW(): 32: Failed to open file C:\Users\dougb\AppData\Roaming\XYplorer\tag.dat 2024-01-10 22:46:55.214: CreateFileW(): 32: Failed to open file C:\Users\dou...
by dougbenham
Wed Jan 10, 2024 4:39 pm
Forum: Everything 1.5 Alpha
Topic: XYplorer tags not updating with CTRL+F5
Replies: 17
Views: 904

Re: XYplorer tags not updating with CTRL+F5

I don't think we're on the same page :D My tag.dat is around 3MB. The file is written to very quickly by XYplorer. However, I have waited a full minute before attempting CTRL+F5 and it still fails. Please re-read my last post. I was trying to explain that I think you have to try opening the file twi...
by dougbenham
Tue Jan 09, 2024 7:15 pm
Forum: Everything 1.5 Alpha
Topic: XYplorer tags not updating with CTRL+F5
Replies: 17
Views: 904

Re: XYplorer tags not updating with CTRL+F5

My thought is that you should continue to open like this: CreateFileW ( "C:\Users\dougb\AppData\Roaming\XYplorer\tag.dat", GENERIC_READ, FILE_SHARE_DELETE | FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_FLAG_SEQUENTIAL_SCAN, NULL ) And if you received an error code of 32, y...
by dougbenham
Tue Jan 09, 2024 6:52 pm
Forum: Everything 1.5 Alpha
Topic: XYplorer tags not updating with CTRL+F5
Replies: 17
Views: 904

Re: XYplorer tags not updating with CTRL+F5

Code: Select all

CreateFileW(): 32: Failed to open file C:\Users\dougb\AppData\Roaming\XYplorer\tag.dat
Debug log is uploaded.

Edit: Are you passing in a dwDesiredAccess of GENERIC_READ and a dwShareMode of (FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE)?
by dougbenham
Tue Jan 09, 2024 7:20 am
Forum: Everything 1.5 Alpha
Topic: XYplorer tags not updating with CTRL+F5
Replies: 17
Views: 904

Re: XYplorer tags not updating with CTRL+F5

Could you please check something for me.. When you change a tag in XYplorer, does your %APPDATA%\XYplorer\tag.dat update? Does the Date Modified field change on this file? Everything currently caches your tag.dat and reloads it when the date modified field changes. Upon tagging a file, the date mod...
by dougbenham
Tue Jan 09, 2024 6:55 am
Forum: Everything 1.5 Alpha
Topic: XYplorer tags not updating with CTRL+F5
Replies: 17
Views: 904

XYplorer tags not updating with CTRL+F5

Hey void, sometimes hitting CTRL+F5 to reindex doesn't work. Using 1.5.0.1366a. To reproduce.. I have a file tagged in XYplorer with TAG_A. Index the file in Everything (with CTRL+F5) and the TAG_A is brought into the Tags field. Now I remove TAG_A from the file in XYplorer and tag it with TAG_B ins...
by dougbenham
Thu Oct 05, 2023 5:16 am
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

Re: [Feature Request] XYplorer Tag Support

Thank you, greatly appreciate your time spent on this! The is-xyplorer-tag is massively helpful.
by dougbenham
Mon Oct 02, 2023 6:56 am
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

Re: [Feature Request] XYplorer Tag Support

Still I wish there was a way to only update the Tags property. I also have Video Format as an indexed property and I think that slows down my indexing process quite a bit. Would love to be able to avoid heavy re-processing files' metadata and just keep the XYplorer tags synced up with Everything nic...
by dougbenham
Mon Oct 02, 2023 1:57 am
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

Re: [Feature Request] XYplorer Tag Support

Sure that would be appreciated! Thank you.
by dougbenham
Sun Oct 01, 2023 8:09 am
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

Re: [Feature Request] XYplorer Tag Support

Everything 1.5.0.1341a adds XYplorer tag support. To load tags from your tag.dat file: Copy and paste the following into your Everything search box: /xyplorer_tag_dat=%APPDATA%\XYplorer\tag.dat Press ENTER in your Everything search box. If successful, xyplorer_tag_dat=%APPDATA%\XYplorer\tag.dat is ...
by dougbenham
Thu Apr 06, 2023 7:01 am
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

Re: [Feature Request] XYplorer Tag Support

That is a decent solution but I probably won't use it because I do like other properties to be gathered and indexed. Anyways, thank you for your hard work.
by dougbenham
Wed Apr 05, 2023 6:11 pm
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

Re: [Feature Request] XYplorer Tag Support

Wow!! Amazing work. I got it working. Is there anyway to make it not combine XYplorer tags with File Tags? I see a lot of my files have weird file tags set and I just want to ignore them and focus on tags I've set from XYplorer.
by dougbenham
Fri Mar 17, 2023 7:40 am
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

Re: [Feature Request] XYplorer Tag Support

Let me know if you want help, I'm an experienced C# and C++ developer :)

Or if you want a donation to prioritize this feature :P
by dougbenham
Wed Mar 15, 2023 8:29 pm
Forum: Everything 1.5 Alpha
Topic: [Feature Request] XYplorer Tag Support
Replies: 21
Views: 12888

[Feature Request] XYplorer Tag Support

Tags for XYplorer are stored in %APPDATA%\XYplorer\tag.dat in the following format: XYplorer File Tags v5 Labels: Red|000000|FC7268;Orange|000000|F6AB46;Yellow|000000|EFDC4A;Green|000000|B5D74A;Blue|000000|5DA4FE;Purple|000000|E29CDC;Grey|000000|B5B5B5 Extra Tags: |2|0|0||||| |0|0|0||||| |0|0|0|||||...
by dougbenham
Wed Mar 15, 2023 8:24 pm
Forum: Everything 1.5 Alpha
Topic: [Feature Request] Watch for updates to property_user_values
Replies: 1
Views: 409

[Feature Request] Watch for updates to property_user_values

If we choose to use the property_user_values which derives properties from a csv file, the file is read on startup only (I believe?). After modifying the csv.. - I have tried closing the Everything 1.5a GUI and re-opening. - I have tried hitting F5 to refresh. What does work is.. - /restart (which I...