The script from the repository brought up a tab containing all my problematic images. THANK YOU!!! Lucky I'm down to only 13, so the process of checking and deleting files is manageable.
Make sure your online so as to be able to pickup items from the repository then as below;
Screenshot 2024-04 ...
Search found 55 matches
- 05 May 24 0:32
- Forum: Photo Supreme
- Topic: How can I identify files with errant/missing thumbnails
- Replies: 6
- Views: 2619
- 20 Apr 24 23:43
- Forum: Photo Supreme
- Topic: How can I identify files with errant/missing thumbnails
- Replies: 6
- Views: 2619
How can I identify files with errant/missing thumbnails
Ever since upgrading to 2024, I've been getting startup messages "Continuing the thumbnail building for NN files". I am now down to 13 files but I have no way of identifying which 13.
When I first upgraded, I had over 600 files with missing thumbnails but, slowly, I've fixed most of them bit by bit ...
When I first upgraded, I had over 600 files with missing thumbnails but, slowly, I've fixed most of them bit by bit ...
- 20 Mar 24 12:07
- Forum: Photo Supreme
- Topic: Feature request: Schedule Compact Database
- Replies: 3
- Views: 1180
Feature request: Schedule Compact Database
Now that we can schedule Verify Folder, I wonder if it's easy/possible to add a new item to the Catalog menu. Just below "Compact Current Catalog", add "Schedule Compact Catalog". With luck and a tailwind, we'd all be able to suppress start-up warnings about the need to compact the catalog!
The ...
The ...
- 14 Mar 24 15:23
- Forum: Photo Supreme
- Topic: Access Violation in meta contents area under thumb v2024
- Replies: 5
- Views: 1433
Re: Access Violation in meta contents area under thumb v2024
Hert, I am unable to enter any script from the repository into my thumbnail information. For example, if I edit the custom thumbnail info to add a line by selecting "From Repository - Functional Rating Bar" I see "Access violation" in the thumbnail display.
I am not sure what is going on here ...
- 12 Mar 24 17:00
- Forum: Photo Supreme
- Topic: Panning one frame in the light table
- Replies: 1
- Views: 704
Re: Panning one frame in the light table
This is fixed in a quickly released update. Thanks for the rapid support.
- 12 Mar 24 16:39
- Forum: Photo Supreme
- Topic: Access Violation in meta contents area under thumb v2024
- Replies: 5
- Views: 1433
Re: Access Violation in meta contents area under thumb v2024
Hert, I am unable to enter any script from the repository into my thumbnail information. For example, if I edit the custom thumbnail info to add a line by selecting "From Repository - Functional Rating Bar" I see "Access violation" in the thumbnail display.
- 12 Mar 24 14:04
- Forum: Photo Supreme
- Topic: Panning one frame in the light table
- Replies: 1
- Views: 704
Panning one frame in the light table
Gah! This is a terrible regression. [Fixed almost immediately! Thanks.]
I have this quirky behavior that comes from being old and shooting hand-held with a big lens. I tend to allow the camera to shift downward during bursts. This causes the subject of the photos to move within the frame. I use the ...
I have this quirky behavior that comes from being old and shooting hand-held with a big lens. I tend to allow the camera to shift downward during bursts. This causes the subject of the photos to move within the frame. I use the ...
- 12 Mar 24 13:36
- Forum: Photo Supreme
- Topic: Access Violation in meta contents area under thumb v2024
- Replies: 5
- Views: 1433
Re: Access Violation in meta contents area under thumb v2024
I just upgraded (?) to 2024 and have Access Violations on two of four lines in each thumbnail.
Line 1:
%code
var
i, s: Integer;
ASideFiles: TTntStringList;
ASideFile: WideString;
begin
result := '';
if ImageItem.MediumAvailable and ImageItem.MediumLoaded then
begin
for i := 0 to ...
Line 1:
%code
var
i, s: Integer;
ASideFiles: TTntStringList;
ASideFile: WideString;
begin
result := '';
if ImageItem.MediumAvailable and ImageItem.MediumLoaded then
begin
for i := 0 to ...
- 27 Oct 23 14:52
- Forum: Photo Supreme
- Topic: Programmatically selecting Top Item for a stack
- Replies: 1
- Views: 10413
Re: Programmatically selecting Top Item for a stack
For completeness, I destroyed the two stacks, removed all images from the database, scanned the folder for new files, refreshed the screen to get rid of weird partial duplicate stacks, and got this perfect result.
- 27 Oct 23 14:50
- Forum: Photo Supreme
- Topic: Programmatically selecting Top Item for a stack
- Replies: 1
- Views: 10413
Programmatically selecting Top Item for a stack
This is related to issues I've been raising in a separate post where it is difficult to control assignment of Stack Markers through Custom File Masks. Now I am documenting issues related to assigning the Top Item to a stack programmatically. This image shows a screen shot where two images, both ...
- 27 Oct 23 13:50
- Forum: Photo Supreme
- Topic: Custom File Masks when assigning Stack Markers
- Replies: 15
- Views: 45952
Re: Custom File Masks when assigning Stack Markers
Last post of the day! I am getting better results. My modification of your script does seem to correctly tag the original JPG sidecar. I am still having trouble programmatically selecting the top item but I just noticed something. For some stacks, I am getting red out-of-sync indicators while ...
- 27 Oct 23 12:58
- Forum: Photo Supreme
- Topic: Custom File Masks when assigning Stack Markers
- Replies: 15
- Views: 45952
Re: Custom File Masks when assigning Stack Markers
First jpeg found picks the first jpg from the collected stack.
In what order? It is not clear. The JPG sidecar is the first JPG in the stack when it is first imported into the catalog. That is clearly the 1st JPG Found because it is the only JPG in the stack.
If I edit an image and export two ...
- 25 Oct 23 16:07
- Forum: Photo Supreme
- Topic: Custom File Masks when assigning Stack Markers
- Replies: 15
- Views: 45952
Re: Custom File Masks when assigning Stack Markers
I'm trying to make head or tail out of your suggestion. FIrst I noted that it only deals with files containing "-edited" so I added additional NewGUIDs when the file contains any of "-email", "-instagram", et al. I think this logic is correct and it is a simple way to deal with all the additional ...
- 25 Oct 23 15:41
- Forum: Photo Supreme
- Topic: Custom File Masks when assigning Stack Markers
- Replies: 15
- Views: 45952
Re: Custom File Masks when assigning Stack Markers
Note that choosing "First JPEG Found" works as the rule for identifying JPG sidecars *only* works when the JPG sidecar is the displayed member of the stack. When I select an edited file as the displayed stack member, remove all stack markers, and perform stack detection, the edited file is assigned ...
- 25 Oct 23 14:53
- Forum: Photo Supreme
- Topic: Custom File Masks when assigning Stack Markers
- Replies: 15
- Views: 45952
Re: Custom File Masks when assigning Stack Markers
Could you explain what the file mask "First JPEG Found" is meant to return?
I'm cleaning up past work by removing all stack markers and re-assigning them. I am getting decent results with "First JPEG Found" though I had rejected that solution a long time ago. I could have committed a "user error ...
I'm cleaning up past work by removing all stack markers and re-assigning them. I am getting decent results with "First JPEG Found" though I had rejected that solution a long time ago. I could have committed a "user error ...