Search found 35 matches

by jams
Mon Jun 13, 2022 9:43 pm
Forum: Development, plugins and third party software
Topic: Change Everything.ini without restarting Everything
Replies: 1
Views: 7061

Change Everything.ini without restarting Everything

Hi, It's been a while since I've been away from this forum, happy to be back here! I'm currently starting Everything using "-startup" option to run in background. I'd like to change the Everything.ini from my own application to add or remove specific monitored folders. As explained in the ...
by jams
Thu Apr 30, 2020 7:15 pm
Forum: Development, plugins and third party software
Topic: Control index update through IPC
Replies: 3
Views: 15665

Re: Control index update through IPC

I'll try your suggestion with a special search command.
Thank you for your answer !
by jams
Wed Apr 29, 2020 8:53 pm
Forum: Development, plugins and third party software
Topic: Control index update through IPC
Replies: 3
Views: 15665

Re: Control index update through IPC

I forgot to ask if Everything_UpdateAllFolderIndexes will index all folders included NTFS drives (which are supposed to auto update)?
by jams
Wed Apr 29, 2020 8:49 pm
Forum: Development, plugins and third party software
Topic: Control index update through IPC
Replies: 3
Views: 15665

Control index update through IPC

Hi, I've recently dive into network shares handling through Everything and I think it would be nice if we could ask for a specific folder index to rebuild through IPC. I saw this function Everything_UpdateAllFolderIndexes but none that gives the control of which folder to re-index. I know that it ca...
by jams
Mon Apr 27, 2020 8:06 pm
Forum: Development, plugins and third party software
Topic: Network share issue from Windows service
Replies: 3
Views: 15921

Re: Network share issue from Windows service

Thanks for your answer, I have solved the issue with a command line like: net use <uncpath> /user:<login> <password> I've been working on this a few hours already, and only after posting my question came the idea to search farther than just Everything. The good news is that it means PhotoInsight is ...
by jams
Mon Apr 27, 2020 7:41 pm
Forum: Development, plugins and third party software
Topic: Network share issue from Windows service
Replies: 3
Views: 15921

Re: Network share issue from Windows service

I don't have implemented a solution yet, but I may have understood the issue by myself (and the help of google). The issue is probable a credential issue. To connect to the shared drive from my user account I had to specify credentials, but as the Windows service runs in a different session I guess ...
by jams
Mon Apr 27, 2020 7:32 pm
Forum: Development, plugins and third party software
Topic: Network share issue from Windows service
Replies: 3
Views: 15921

Network share issue from Windows service

Hi, I'm still using Everything in the complex context of a Windows service, and I now would like to support network shares. I understood that when not executing from the user's profile one must use UNC paths instead of mapped drives. That's what I'm currently doing, but I never get any result out of...
by jams
Mon Apr 27, 2020 7:22 pm
Forum: Development, plugins and third party software
Topic: Add Fat32 removable device to index through IPC
Replies: 3
Views: 16229

Re: Add Fat32 removable device to index through IPC

Thanks for your answer, it would be a great addition.
As a side question, in Everything windows when a new folder is added to index the database is automatically rebuild.
When doing the same through code I guess when I restart Everything (with -startup) I need to explicitly ask for a rebuild?
by jams
Sat Apr 25, 2020 10:12 pm
Forum: Development, plugins and third party software
Topic: Add Fat32 removable device to index through IPC
Replies: 3
Views: 16229

Add Fat32 removable device to index through IPC

Hi, What would be the best way to add a removable device (usb, sdcard ...) to the index when Everything is used without UI (through IPC calls)? I guess I could modify the ini file through code, but it also means I need to stop/restart Everything? Is there another way? Could the API be updated to sup...
by jams
Thu Apr 23, 2020 2:42 pm
Forum: Off-topic discussion
Topic: PhotoInsight is using Everything
Replies: 8
Views: 63139

Re: PhotoInsight is using Everything

Hi, I'm sad you did not like PhotoInsight. Let me just clarify a few points. The "home" screen let the user quickly see most recent photos (shot, created, modified or added to the database). I guess it can be useless for some people, but considering it adds photos to the database even when...
by jams
Thu Sep 26, 2019 7:10 am
Forum: Development, plugins and third party software
Topic: IPC date created
Replies: 5
Views: 21231

Re: IPC date created

You nailed it ! Thanks a lot for finding the solution so quickly, just for people who might face the same issue, in C# I had to format the date this way: "yyyyMMddTHH:mm:ss" . I wonder if the date and time format specified in the Everything.ini file only relates to displayed dates in the c...
by jams
Tue Sep 24, 2019 8:18 pm
Forum: Development, plugins and third party software
Topic: IPC date created
Replies: 5
Views: 21231

Re: IPC date created

Thanks for your replies ! @void The problem is that my windows service runs in isolated session 0, which does not allow UI. Anyway using -debug-log was ok (see the attachment). I've been investigating further and used the service as "daemon" which allows me to run it in the user session (a...
by jams
Sun Sep 22, 2019 9:30 pm
Forum: Development, plugins and third party software
Topic: IPC date created
Replies: 5
Views: 21231

IPC date created

Hi David, I'm facing an issue with "dc" search switch when used with IPC. I have this query: ext:jpg;jpeg;png;tif;tiff path:<"E:\Photos\A trier 2\107PHOTO\"> !path:<$Recycle.Bin|C:\WINDOWS|"C:\Program Files"|"C:\Program Files (x86)"> dc:>22/09/2019T23:15:56 wh...
by jams
Thu Sep 19, 2019 8:49 pm
Forum: Off-topic discussion
Topic: PhotoInsight is using Everything
Replies: 8
Views: 63139

Re: PhotoInsight is using Everything

Thanks a lot David for your feedback, I really appreciate it. All your comments were perfectly relevant and I took almost all of them into account. You were right, it's a typo (English is not my native language too) As I don't use Facebook so I removed the icon and replaced linkedIn with email conta...
by jams
Thu Sep 19, 2019 8:29 pm
Forum: Development, plugins and third party software
Topic: Which software has Everything integrated?
Replies: 58
Views: 197242

Re: Which software has Everything integrated?

https://photoinsight.io
An application to manage your photos and images that uses Everything through my open source C# wrapper https://github.com/ju2pom/EverythingNet
by jams
Thu Sep 19, 2019 12:19 pm
Forum: Off-topic discussion
Topic: PhotoInsight is using Everything
Replies: 8
Views: 63139

Re: PhotoInsight is using Everything

I've been told that the subscribe form was broken, so if any of you ever wanted to subscribe but could not I wanted to tell you that it's fixed !
Really, don't hesitate to post feedback here, good or bad it will be useful to me.
by jams
Tue Sep 17, 2019 10:10 am
Forum: Off-topic discussion
Topic: PhotoInsight is using Everything
Replies: 8
Views: 63139

PhotoInsight is using Everything

Hi Everything community ! I've been working on a side project for more than a year now https://photoinsight.io which makes heavy use of our dear Everything . My goal with this message is to find people interested in this application to participate to the upcoming beta program (fill in the form on th...
by jams
Wed Jun 26, 2019 12:55 pm
Forum: Development, plugins and third party software
Topic: Callback when db is updated?
Replies: 4
Views: 28192

Re: Callback when db is updated?

Thanks for your answer.
The three improvements you are describing should completely fulfill my needs.
I'm really looking forward to get this new version !
by jams
Tue Jun 25, 2019 8:46 pm
Forum: Development, plugins and third party software
Topic: Callback when db is updated?
Replies: 4
Views: 28192

Re: Callback when db is updated?

Hello, I thought I could find a workaround for this feature by creating a file watcher on everything.db to detect any change. But sadly (probably for performance reason) the file is saved only when the client is exited. Do you have any idea on how I could move forward on this track? Today to detect ...
by jams
Fri Mar 09, 2018 8:48 am
Forum: Development, plugins and third party software
Topic: Everything process memory usage
Replies: 3
Views: 18168

Re: Everything process memory usage

Thanks again for your explanation it's pretty clear for me now.
And good guess, Everything tells me it has indexed 2.3 million objects.

By the way would post some news about the coming new features in version 1.5 and expected release date ?
by jams
Thu Mar 08, 2018 10:35 pm
Forum: Development, plugins and third party software
Topic: Everything process memory usage
Replies: 3
Views: 18168

Everything process memory usage

Hi, I noticed that my Everything process (client service) takes about 200Mo of private bytes, is it expected? I wouldn't have raised the point if I had not seen on this page http://www.voidtools.com/forum/viewtopic.php?f=5&t=1677 that the service (not the client service as I understand) should t...
by jams
Thu Mar 08, 2018 10:31 pm
Forum: Development, plugins and third party software
Topic: Everything service looks not started but it is
Replies: 3
Views: 16198

Re: Everything service looks not started but it is

Thanks to your explanation I've been able to make my windows service operates with Everything "client service".
By the way is there any difference between '-install-client-service' and '-client-svc' ?
by jams
Wed Mar 07, 2018 9:50 pm
Forum: Development, plugins and third party software
Topic: Everything service looks not started but it is
Replies: 3
Views: 16198

Everything service looks not started but it is

Hi, As you may remember I've build a C# wrapper for Everything API ( https://github.com/ju2pom/EverythingNet ). The wrapper use Everything_GetMajorVersion and the other similar methods to check if Everything service is started. I'm now trying to build a windows service that rely on this C# wrapper, ...
by jams
Tue Jan 30, 2018 8:48 am
Forum: Development, plugins and third party software
Topic: Callback when db is updated?
Replies: 4
Views: 28192

Callback when db is updated?

Hi,

I wonder if Everything SDK provides a way to be notified when the internal database is updated ? Especially I'd like to have a C# event that could do some work each time the database is updated.

Is it already possible, or is it a feature you could add?

Thanks,
Julien.
by jams
Wed Oct 18, 2017 9:18 pm
Forum: Off-topic discussion
Topic: How do you display explorer native context menu
Replies: 3
Views: 14734

Re: How do you display explorer native context menu

Replying to myself, I found a very simple library that works fine for me (even if I need to embed Windows.Forms control into my WPF application.
https://github.com/grokys/gong-shell
by jams
Tue Oct 17, 2017 8:12 pm
Forum: Off-topic discussion
Topic: How do you display explorer native context menu
Replies: 3
Views: 14734

How do you display explorer native context menu

Hi David,

I'm building an application in C#/WPF that handle files and folders (that rely on Everything SDK) and I'd like to display windows explorer native context menu like you do in Everything interface. Would you point me on an API or library I could use to display this menu?

Thanks,
Julien.
by jams
Sun Oct 15, 2017 8:59 am
Forum: Development, plugins and third party software
Topic: Optimize query flags
Replies: 5
Views: 17480

Re: Optimize query flags

Thanks for the addition it will be useful.

About the scenario when the information is not indexed, is the time spent to gather data done on every such query?
And still about index information, in the added methods to your SDK I didn't see anything about ID3 tags and image data (width, height, bpp).
by jams
Thu Oct 12, 2017 9:22 pm
Forum: Development, plugins and third party software
Topic: Optimize query flags
Replies: 5
Views: 17480

Optimize query flags

I the C# wrapper library I'm building I used to set the query flags with almost all options on: EVERYTHING_REQUEST_SIZE | EVERYTHING_REQUEST_FILE_NAME | EVERYTHING_REQUEST_EXTENSION | EVERYTHING_REQUEST_ATTRIBUTES | EVERYTHING_REQUEST_PATH | EVERYTHING_REQUEST_FULL_PATH_AND_FILE_NAME | EVERYTHING_RE...
by jams
Tue Sep 05, 2017 11:31 am
Forum: Development, plugins and third party software
Topic: Can't have macro to work with IPC
Replies: 2
Views: 13992

Re: Can't have macro to work with IPC

Thanks David for your answer, I'll implement it using the list you provided.
by jams
Mon Sep 04, 2017 8:11 pm
Forum: Development, plugins and third party software
Topic: Can't have macro to work with IPC
Replies: 2
Views: 13992

Can't have macro to work with IPC

Hi, I can't have the macro to work with my C# library (https://github.com/ju2pom/EverythingNet). I tried to use the same query in a unit test and in real Everything UI but the UT finds no result whereas Everything UI finds many. I have started everything service with -debug and could see the query (...
by jams
Sat Sep 02, 2017 9:10 pm
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2165316

Re: Things to do

Hi,

I noticed searching for image by width or height is quite slow. Could it be possible to have an option to index those info ? If so it should be possible to enable indexing from IPC api. What would be the trade-off if enabling such an index?

Thanks !
by jams
Thu Aug 31, 2017 8:27 pm
Forum: Development, plugins and third party software
Topic: Update C# sample
Replies: 3
Views: 13213

Re: Update C# sample

Hi, Thanks a lot for your answer and the really fast update ! Unless I missed something there are still a few missing functions that I spotted: Everything_GetResultListRequestFlags (easy one) Everything_GetResultFileName (easy but not working?) Everything_GetResultPath (already wrapped but always re...
by jams
Wed Aug 30, 2017 8:52 pm
Forum: Development, plugins and third party software
Topic: Update C# sample
Replies: 3
Views: 13213

Update C# sample

Hi, I'm slowly building a C# library that wraps Everything into a fluent .NET API ( https://github.com/ju2pom/EverythingNet ). I'd like to add support for file results attributes like size, filename, dates ... But it's sometimes hard to find the correct way to declare the function prototype. It woul...
by jams
Sun May 21, 2017 7:54 pm
Forum: Development, plugins and third party software
Topic: Command line option for IPC support
Replies: 1
Views: 7703

Command line option for IPC support

What command line option should I use to to start everything with IPC support (no need for UI) ?
I don't understand the difference between "client-service","service", "svc" and "startup" options.

Thanks for any clarification.
by jams
Thu Mar 27, 2014 8:49 am
Forum: Development, plugins and third party software
Topic: Everything SDK compiled in x64
Replies: 0
Views: 10262

Everything SDK compiled in x64

Hello,

I'd like to use Everything SDK in an exclusive x64bit application.
Is there a way to get a build of the dll in x64 platform ?

Thanks.