Search found 103 matches

by AlainB
30 Apr 24 15:47
Forum: Photo Supreme
Topic: Décember 1899
Replies: 0
Views: 4764

Décember 1899

Sometimes Photo Supreme Timeline panel shows 0 (zero) photo dated 1899. All my pictures comes from a Nikon Z6 and none has such a date.

Please note that pictures dated 1899 are a subcategory of pictures. dated 2024. !

I would like to get rid of this unaesthetic mention of zero picture at a crazy ...
by AlainB
10 Mar 24 17:55
Forum: Photo Supreme
Topic: Photo Supreme V2024 is released
Replies: 11
Views: 5713

Re: Photo Supreme V2024 is released

I installed the V2024 upgrade with some apprehension. It turned out to be fast and painless. My computer is a MacBookPro M1 running OSX Somona.
by AlainB
09 Mar 24 10:54
Forum: Photo Supreme Workflows
Topic: Copy all meta data to version stack
Replies: 5
Views: 23068

Re: Copy all meta data to version stack


I'm in the process of converting all my jpg files to heic. What I'm struggling with is how to copy all the tags I have created against the jpg files to the heic files. I've created new heic versions in the same directory. I then imported the heic in to Photo Supreme and they are version stacked ...
by AlainB
09 Mar 24 10:40
Forum: Photo Supreme Workflows
Topic: Editing IPTC data using the Image Details editor
Replies: 1
Views: 28936

Re: Editing IPTC data using the Image Details editor

The same procedure work for me, with a version set made of a jpg and a RAW file, with MacOS Somona and PSu 2023.

I use it quite often.
by AlainB
02 Mar 24 10:12
Forum: Photo Supreme
Topic: v2024 frozen after launch
Replies: 24
Views: 5917

Re: v2024 frozen after launch

I have noticed that in many occasions the activity monitor has shown no progress in some task for hours. Quitting and restarting PSu I found that the task was indeed finished. This is with previous versions of PSu, I did not dare to install the new one yet.
by AlainB
29 Feb 24 9:51
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Re: Redating from file name



G8DHE suggestion was for Window.


No, his suggestion was OS Independent. You can put in this menu each App is OS executable.


Good for you if you can put exiftool (located in /usr/local/bin/exiftool) namely a perl script in the PSu menu.

I can put in the PSu menu what Apple calls an ...
by AlainB
28 Feb 24 13:43
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Re: Redating from file name

If always means "always with MacOS" you are right, ExifTool is always (a) command line tool.

G8DHE suggestion was for Window.
by AlainB
27 Feb 24 15:37
Forum: Photo Supreme
Topic: Switching to an external catalog
Replies: 2
Views: 1002

Re: Switching to an external catalog

A possible solution (not for the faint hearted) could be to move the Catalog folder to the ssd and replace the original Catalog folder by a link pointing to the displaced Catalog. It may work.
by AlainB
27 Feb 24 14:52
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Re: Redating from file name

According to "ExifTool by Phil Harvey" webpage

ExifTool is a platform-independent Perl library plus a command-line application

ExifTool is also available as a stand-alone Windows executableThe stand-alone Windows executable does not require Perl. Just download and un-zip the archive then double ...
by AlainB
26 Feb 24 17:36
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Re: Redating from file name


Why not call EXIF from within PSU with the required command line ?
This will then pass all the file names and the defined command to EXIF as an external application, once EXIF has finished then you can re-sync the images selected within PSU. I have the default(-k) set up but it can be changed as ...
by AlainB
26 Feb 24 11:33
Forum: Photo Supreme
Topic: Two problems with keywords after re-importing photos in a new catalog: #2, "zombie" favorite keywords
Replies: 5
Views: 2679

Re: Two problems with keywords after re-importing photos in a new catalog: #2, "zombie" favorite keywords

IMHO the best way to recreate a PS catalog is to use a backup (supposing you have such a backup).

You can either use the backup restore pair of commands of PSU, performing a new backup periodically.

You can alternatively use a backup of the cat.db and thumbs.db files (using Time Machine on OSX or ...
by AlainB
18 Feb 24 9:59
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Re: Redating from file name

If I were to use the shell, I would write a shell script that goes through all files with a given pattern (using the "find" command) , check if the date timeoriginal is set and if not set it according to the file name.
by AlainB
17 Feb 24 20:21
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Re: Redating from file name



I have to find how to add exiftool ( a perl script) to the PtotoSupreme external applications


Why not use exiftool outside PSU? I didn't know any reason why such a tool should necessarily be started from PSU


IMHO It would be more straightforward to call exiftool from PSU:
- select ...
by AlainB
16 Feb 24 10:26
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Re: Redating from file name


Why not call EXIF from within PSU with the required command line ?
This will then pass all the file names and the defined command to EXIF as an external application, once EXIF has finished then you can re-sync the images selected within PSU. I have the default(-k) set up but it can be changed as ...
by AlainB
13 Feb 24 16:44
Forum: Photo Supreme
Topic: Redating from file name
Replies: 17
Views: 4283

Redating from file name

Some pictures have no date set in the metadata, but the date is encoded in the file name (for example IMG-20210811.jpg)

With the command line exiftool one can set the datetimeoriginal from the file name

exiftool "-datetimeoriginal<filename" IMG-20??????.*jpg

will set the date of all files ...