Recent Posts

Pages: [1] 2 3 ... 10
1
General Discussion / Re: Bad news about Phillip
« Last post by Daan van Rooijen on Today at 03:18:58 »
I think we must assume that this means the end of Cerious Software. If I hear anything to the contrary, I'll let everyone know. I do not know how much longer the website, the forum and the ftp server will stay up. If there's anything that you'd like to download for future use or reference, I'd recommend that you do so soon.
2
Announcements / Re: Bad news about Phillip
« Last post by Daan van Rooijen on Today at 03:18:20 »
I think we must assume that this means the end of Cerious Software. If I hear anything to the contrary, I'll let everyone know. I do not know how much longer the website, the forum and the ftp server will stay up. If there's anything that you'd like to download for future use or reference, I'd recommend that you do so soon.
3
Announcements / Re: Bad news about Phillip
« Last post by Daan van Rooijen on Today at 03:17:24 »
I'm very sorry to inform you that Phillip Crews has passed away on May 22nd.  May he rest in peace.
4
General Discussion / Re: Bad news about Phillip
« Last post by Daan van Rooijen on Today at 03:16:23 »
I'm very sorry to inform you that Phillip Crews has passed away on May 22nd.  May he rest in peace.
5
General Discussion / Re: Is ThumbsPlus still in business?
« Last post by Daan van Rooijen on 2024-05-16 20:55:51 »
Please see my post Bad news about Phillip for more information about what's going on at Cerious Software.

 
6
General Discussion / Bad news about Phillip
« Last post by Daan van Rooijen on 2024-05-16 20:51:20 »
I just learned that the man who gave the world ThumbsPlus, Phillip Crews, is very ill  :'(

Phillip, Cerious Software's founder and 'code poet', is being treated for metastatic cancer. He is too weak and sick to work. I'm afraid this means that there's currently no-one at Cerious to fulfill orders or answer technical support queries.

His daughter Leah has set up a fundraiser to help the family cover healthcare expenses. She explains more about Phillip's situation on the fundraiser page: https://gofund.me/9eba8fee

I would encourage anyone who has enjoyed working with ThumbsPlus, or benefited professionally from doing so, to maybe donate a few bucks if you can afford to.

Let's all hope for the best for Phillip!

-Daan-
7
Announcements / Bad news about Phillip
« Last post by Daan van Rooijen on 2024-05-16 20:50:29 »
I just learned that the man who gave the world ThumbsPlus, Phillip Crews, is very ill  :'(

Phillip, Cerious Software's founder and chief developer a.k.a. code poet, is being treated for metastatic cancer. He is too weak and sick to work. I'm afraid this means that there's currently no-one at Cerious to fulfill orders or answer technical support queries.

His daughter Leah has set up a fundraiser to help the family cover healthcare expenses. She explains more about Phillip's situation on the fundraiser page: https://gofund.me/9eba8fee

I would encourage anyone who has enjoyed working with ThumbsPlus, or benefited professionally from doing so, to maybe donate a few bucks if you can afford to.

Let's all hope for the best for Phillip!

-Daan-

ps: I'm posting this in the Announcements section, but I'll also post a copy in the General Discussions section where forum users can respond.
8
Hi Ernst,
Many thanks, I will have try at (may be y issue was using @ instead of %f !).
(i did workaround command line error before your post using an Excel macro to generate a .bat command containing
one exiftool call per file... for sure more complex than what to suggested  :) )
Thanks again.
Best regards
Bernie
9
I'm sorry, I've completely lost focus on this forum. I only remembered today that I had posted an answer here.
I understand - you want to edit several files with one command call. I haven't needed this yet because I always check or update the metadata immediately after editing an image. But I understand your problem - you have a lot of image files whose metadata is incomplete or lost and you don't want to update each image file individually.

This maybe the solution: https://exiftool.org/forum/index.php?topic=2205.msg9659#msg9659
I've created the following scenario to test it and it seems to work fine:

In the current directory I have a lot of TIFF-files with complete metadata. In the subdirectory JPG there are the same files with same names but JPEGs and missing metadata. Now Now I would like to copy the metadata of the TIFF files into the JPEG files of the same name.
I open Windows Commandline "cmd" and change to the directory where I have my TIFF-files. There I start the following command:
exiftool -tagsfromfile %f.tif JPG -ext jpg                             (JPG is the directory, where the jpg-files without metadata reside)
Now all metadata has been restored. Camera data, location, keywords, .... have been copied to my JPEG-files.
I think, this is what you need(?)

If source and destination files are JPEGs, then you can use this command:
exiftool -tagsfromfile %f.jpg JPG                                       (now you do not need the -ext option, because source and destination have the same suffix)

I am not a exiftool guru but I found solutions for the problems that I had with exiftool. If you need something special, please contact the exiftool forum.

Good luck!
Ernst
10
@Pie.Photo

Hi,
I tested something like this:
exiftool -tagsfromfile @ "-all:all>all:all" "Copy of "%f.jpg

to try reapplying all metadata from original file to their copies in the same folder.
But this don't works (I initially suspected issue with spaces in filename but
changing target files to Copy_of_ don't change behavior.

I did try many alternatives but finally always got: ("Win10>CMD" in non admin mode)
Warning: Error opening file - %dCopie_de_%f.%e
Error: File not found - %dCopie_de_%f.%e
    0 image files updated
    1 files weren't updated due to errors
    0 output files created

(this one when using following target:
%d"Copie_de_"%f.%e

Any quick hint? (may be moving to exiftool forum!)

@Daan
I had a try at xnview MP but don't found easy way to reapply Metadata of a lot of images to
their respectives copy.
(may be I have issues because I'm not using X64... and therefore XNview (32bits version) is
much older than in x64).

Have a nice day at your respective side.
Regards
Bernie
Pages: [1] 2 3 ... 10