Hey Void, thanks for answering.
I suppose you are right, I am not really sure about how the whole indexing business is setup.
Anyway, I feel like I failed to present my motivation for this feature after all.
I will try to describe my everyday use case in more detail:
In our company we have projects that extends for 2-3 years, sometimes longer.
Over this time we create a new date subfolder everyday we work on this project.
In a typical day we render 5-30 images, but occasionally we render animation sequences also.
So, we end up with project structure like this:
Code: Select all
-C:/projects/projectname/
- 2021.08.01
- render1.jpg
- render2.jpg
- render3.jpg
- render4.jpg
- ...
- render20.jpg
- 2021.08.02
- render1.jpg
- render2.jpg
- render3.jpg
- render4.jpg
- ...
- render20.jpg
- 2021.08.03
- animation frames
- frame0001.jpg
- frame0002.jpg
- frame0003.jpg
- frame0004.jpg
- frame0005.jpg
- ...
- frame0200.jpg
- render1.jpg
- render2.jpg
- render3.jpg
- render4.jpg
- ...
- render20.jpg
As you see, on a third day there is a
animation frames subfolder containing the image sequence.
The problem:
I am very often searching for all the pictures in a project, to find one specific version that I can't recall on which day was created.
So my search syntax is:
The search results is being overflown with thousands of rows, and since sequences are often very long, sometimes 4000 pictures, it's hard to scroll and search for other images in a project.
Option to merge the sequences to a single entry in the search results would be amazing in my case.
I understand that you pursue the performance, so maybe the solution to this could be simply the way sequences are displayed on the results?
Do not mess your superior indexing algorithms just for purpose of limiting the results displayed.
Maybe the solution would simply be to just throw a first frame of the sequence in the results, and to give a hint to the user that this is a sequence and not a single file by altering the name displayed?
So on doubleclick: it opens the fist frame file
on rigthclick: open a context menu for a first frame file
and so on...
I hope I managed to present my motivation for this feature more clearly now.