ViewFinder for Everything - update 2026-01-13

General discussion related to "Everything".
Post Reply
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

ViewFinder for Everything - update 2026-01-13

Post by NotNull »

ViewFinder for Everything.

GUI frontend for geo-tagged photo-search in Everything.
Search for photos taken in the visible part of the map.


ViewFinder screencapture

How to use

Start ViewFinder for Everything.cmd

Photos that are taken in the visible part of the map will be searched for.
The Open in Everything button will list them in Everything.

Search-as-you-type
  • Type the name of a place in the Location-searchbox.
  • Select one of the matching places
    The map will zoom in on that place.

Other ways to zoom in on a part of the map:
  • Drag the map to a location where the desired photos are located.
    Use the mouse scrollwheel to zoom in/out.
  • Mark an area with SHIFT + leftmousebutton
  • Double-click a location (SHIFT+doubleclick zooms out)

Extra filters

Optionally adding a date range and/or time range and/or comment(s) helps to further reduce the amount of found photos.

Date range
Enter start date, end date or both.

Time range
Enter start time, end time or both.
To find photos taken around midnight, enter a starttime greater than the endtime.
For example: Timerange = 22:00..02:00

Comments
Comments syntax (example): "eiffel tower" paris "big ben" london
Searching for comments is case-insensitive.
Use Any Word or All Words depending on the situation.


Installation
  1. Download Source code (zip)
  2. Extract it to a folder
  3. Change the settings in ViewFinder.ini to your liking.
  4. Done!

Requirements
  1. Everything 1.5, minimum version 1.5.0.1401
  2. Windows 10/11
  3. MS Edge installed; min version:118 (released in 2023)
  4. es: URL protocol needs to be enabled in Everything.
    ( under Menu => Tools => Options => General )
  5. Latitude and longitude need to be indexed:
    1. In Everything, go to Menu => Tools => Options => Indexes => Properties
    2. Click the Add button
    3. In the Search field, type tude
    4. Select latitude and longitude
    5. OK
    6. Back in the Properties list, select Latitude and configure where (not) to search for geotagged photos.
    7. Do the same for longitude
    8. OK
    9. Let Everything scan all matching photos for these properties (progress is shown in the status bar)

Notes:
  • The regular OpenStreetMap shows places with a localized name. Inconvenient for places in Oman, Laos, Japan, etc.
    Switched to a German map provider. Now Tokyo can be found again ;-) (by the non Japanese speaking part of the world)
  • The scale on the map shows distances in (kilo)meters. So 4% of the world population is out of luck in this version.
    Will add miles in the future.
  • Search-as-you-type starts querying the database from the 4th character on. If you're looking for places with less characters (like "Oss" in the Netherlands), add spaces.
  • The database that is being used to get all the places, has a restriction on the amount of queries that is allowed:
    1000 per hour; 10k per day. That is for all people using ViewFinder combined. When the limit is reached, further requests are not accepted.
void
Developer
Posts: 19830
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find geo-tagged photos using a map

Post by void »

Excellent!
Makes it easy to find photos taken from a specific location.
Thanks for creating and sharing ViewFinder!
hamid56
Posts: 40
Joined: Sun Jul 20, 2014 9:38 am

Re: Find geo-tagged photos using a map

Post by hamid56 »

thanks notnull.
it is so wonderful
Native2904
Posts: 112
Joined: Mon Nov 22, 2021 8:36 pm

Re: Find geo-tagged photos using a map

Post by Native2904 »

2NotNull
Thank you for this nice tool and the possibility to see the geo-distance in Everything column.
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: Find geo-tagged photos using a map

Post by NotNull »

Thank you all for the feedback. I really appreciate it!

An update follows soon (needs code-cleanup and more testing).

This update will include a search-as-you-type for places (cities/countries/..).
Selecting one of the matches will focus and zoom in on that place.

That will make selecting an area a lot easier :D


Preview:
ViewFinder for Everything 1.1.jpg
ViewFinder for Everything 1.1.jpg (226.76 KiB) Viewed 5910 times
tuska
Posts: 1378
Joined: Thu Jul 13, 2017 9:14 am

Re: Find geo-tagged photos using a map

Post by tuska »

NotNull wrote: Wed Jan 07, 2026 10:02 pm This update will include a search-as-you-type for places (cities/countries/..).
Selecting one of the matches will focus and zoom in on that place.
This will be a great improvement :)

Thank you for sharing of this tool!
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: ViewFinder for Everything - update 2026-01-13

Post by NotNull »

Updated with search-as-you-type to zoom in on a place.
tuska
Posts: 1378
Joined: Thu Jul 13, 2017 9:14 am

Re: ViewFinder for Everything - update 2026-01-13

Post by tuska »

2NotNull
Thanks for this great upgrade! :)

Due to time constraints, I only performed a brief test and noticed the following two points:

1. The settings made in the ViewFinder.ini file, e.g., HOME= ... are NOT transferred to the “UserSettings.js” file(!).
    Currently, the settings in “UserSettings.js” are applied.

2. History: “Saved information” - (German: "Gespeicherte Informationen") - cannot be changed/saved.

Please check.
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: ViewFinder for Everything - update 2026-01-13

Post by NotNull »

Thank you for trying out, Tuska!
tuska wrote: Wed Jan 14, 2026 6:24 pm 1. The settings made in the ViewFinder.ini file, e.g., HOME= ... are NOT transferred to the “UserSettings.js” file(!).
Currently, the settings in “UserSettings.js” are applied.
The zip file comes without a UserSettings.js. It is generated from ViewFinder.ini by the cmd-file.
As you do have a UserSettings.js (in the HTML folder), that part seems to be working.

If you want to change one of the settings, do so in ViewFinder.ini.
The next time you run the cmd, it will overwrite the UserSettings.js file.

tuska wrote: Wed Jan 14, 2026 6:24 pm 2. History: “Saved information” - (German: "Gespeicherte Informationen") - cannot be changed/saved.
That is an annoying issue with MS Edge. It bothered me too.
Took me 10 minutes to hunt for the "root of all evil", but eventually just deleted all userdata, as Edge is not my main browser.

Bottom line: Unfortunately, ViewFinder/I can't do anything about this.
If interested, I will (try to) describe the steps I took to get rid of the "Save info".


P.S. No need to test; just use it when needed.
tuska
Posts: 1378
Joined: Thu Jul 13, 2017 9:14 am

Re: ViewFinder for Everything - update 2026-01-13

Post by tuska »

2NotNull
Thanks for the explanations.
Everything is clear to me now.
tuska
Posts: 1378
Joined: Thu Jul 13, 2017 9:14 am

Re: ViewFinder for Everything - update 2026-01-13

Post by tuska »

I have created a sample video here (lasting approximately 14 minutes):
20260116_Video_ViewFinder-for-Everything_30-Pict.-sec._1920x1140_00.14.03_81 MB.mp4  (<- Ctrl + click on the link)

Since there was a request for this topic in the Total Commander forum,
I have posted the sample CODES for Everything, namely for
bookmarks, filters, column widths, and default view* there:
Searching photos by Exif data in a human way  (<- Ctrl + click on the link)

* There are lots of tips here (!) in the bookmark:
“Default view (ALT+Y) - Standard view - Restore / Standardansicht wiederherstellen”
For example, editing bookmarks, setting column widths, etc.

Simply click anywhere on a spoiler (e.g., spoiler title or spoiler eye)
to display detailed information on the respective topic.

Thanks again to NotNull for this tool!
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: ViewFinder for Everything - update 2026-01-13

Post by NotNull »

Thank you!
Post Reply