Search found 1470 matches

by michel038
Thu Aug 04, 2022 12:16 pm
Forum: MP - General Support
Topic: EXIF placeholders with notation {EXIF:<tag number>}
Replies: 5
Views: 787

Re: EXIF placeholders with notation {EXIF:<tag number>}

I tried a few examples
For thumbnail labels, these are working for me :
{EXIF:x010F} displays exif Manufacturer
{EXIF:x110} displays exif Model
{EXIF:x112} displays exif orientation
but with {EXIF:x10B} i can't see anything

It seems that the values that works are the same as the ones we can get in ...
by michel038
Tue Aug 02, 2022 6:39 pm
Forum: MP - Suggestions
Topic: MicrosoftPhoto: deleting [XMP:XMP-microsoft] with XnViewMP?
Replies: 3
Views: 636

Re: MicrosoftPhoto: deleting [XMP:XMP-microsoft] with XnViewMP?

Do you want to delete all xmp tags ?

Did you try Tools>Metadata>Clean> (select xmp checkbox) ?
by michel038
Tue Aug 02, 2022 5:50 pm
Forum: MP - General Support
Topic: How long should changing a Time Stamp Take?
Replies: 8
Views: 1285

Re: How long should changing a Time Stamp Take?

As far as changing dates earlier than 1970, why is that a problem?

You can change the three Exif dates as you want

But the file attributes, managed by your O.S. should not contain file created or file modified dates prior to the invention of computers
This can cause anomalies and damage files ...
by michel038
Tue Aug 02, 2022 5:39 pm
Forum: MP - General Support
Topic: Adding Titles to Labels to Thumnail (i.e. Exif Date Taken: {Exif:DateTime})
Replies: 9
Views: 1117

Re: Adding Titles to Labels to Thumnail (i.e. Exif Date Taken: {Exif:DateTime})


Maybe {EXIF:Modified Date [m/d/Y H:M:S]} ?


Sorry it was a mistake, I was remembering file modified date instead of exif field :(

Then I tried (Custom) {EXIF:Date [Y-m-d_H-M-S]} , it seems to be working.
(Name of this field for ExifTool = exif:ModifyDate without space )
In XnViewMP, it's ...
by michel038
Tue Aug 02, 2022 8:49 am
Forum: MP - General Support
Topic: How long should changing a Time Stamp Take?
Replies: 8
Views: 1285

Re: How long should changing a Time Stamp Take?

Hello,
When you set these options :
Checked "Create EXIF metadata if needed" and "Force the update in case of anomaly."
XnviewMP calls ExifTool (external AddOn) instead of using it's own procedures; so it takes a while to load ExifTool (maybe for each photo) , and it seems that ExifTool is a bit ...
by michel038
Sat Jul 30, 2022 1:09 pm
Forum: MP - General Support
Topic: Tutorial : Metadata for photos
Replies: 3
Views: 5817

Tutorial : Metadata for photos

This is a translation of a french version : https://newsgroup.xnview.com/viewtopic.php?p=170164#p170164
Metadata
Metadata can be added to photos to facilitate their management.
There are basically three families, from the oldest to the most recent: EXIF, IPTC, XMP.
The EXIF metadata are now ...
by michel038
Thu Jul 28, 2022 6:17 pm
Forum: Retest
Topic: How to remove metadata
Replies: 15
Views: 12831

Re: How to remove metadata

xnview wrote: Mon Jun 13, 2022 7:31 am ok, i'll add a 'clean metadata' in edit mode
We will have to wait for the next version

When you open a photo by double-clicking, you enter "edit mode" and the function is not accessible.
Stay in the "Browser" tab, select thumbnails, and then you can access the menus.
by michel038
Mon Jul 25, 2022 8:53 pm
Forum: MP - General Support
Topic: Folder renamed in file system
Replies: 3
Views: 555

Re: Folder renamed in file system

Setting "Export categories ..." in Tools > Settings > Metadata , was a safe way to backup your work.
Categories , star ratings, color labels would have been written as iptc or xmp metadata, in addition to the catalog ( categories database)

If this option was not set, you can try Tools > Settings ...
by michel038
Mon Jul 25, 2022 8:40 pm
Forum: MP - General Support
Topic: Reorganizing photos into folders based on exif data
Replies: 3
Views: 1428

Re: Reorganizing photos into folders based on exif data

It was possible in earlier versions...

... :? It was not different in earlier versions.

We must first create the folder that will receive renamed photos
Then using \folder in the new name will move photos

ex :
You want to move 2021-08-03-photo01.jpg into 2021 subfolder
- create the subfolder ...
by michel038
Tue Jul 19, 2022 8:25 pm
Forum: MP - General Support
Topic: Reorganizing photos into folders based on exif data
Replies: 3
Views: 1428

Re: Reorganizing photos into folders based on exif data

It was possible in earlier versions...
If you can use exif dates, you can try "Import and sort"
Otherwise you can call exiftool... If needed I can help for this in 2 or 3 days
by michel038
Wed Jul 06, 2022 12:07 pm
Forum: MP - General Support
Topic: Search or Quick search in Filenames
Replies: 5
Views: 1697

Re: Search or Quick search in Filenames

Maybe [^l]\.jpg
means : any string except those containing " [no l] followed by .jpg "
(the backslash neutralizes the special meaning of dot)
[^l]\. works as well
but it will also hide any photo name endind by l.jpg

For further information
I discovered that the caret works only if the position of ...
by michel038
Mon Jul 04, 2022 5:28 pm
Forum: MP - Suggestions
Topic: Batch join images in whole folders by 2's
Replies: 1
Views: 436

Re: batch joining whole folders by 2s

The task would be to start with
1before.png
And get this ?
1after.png
1after.png (47.71 KiB) Viewed 425 times
And what about filenames ?
by michel038
Mon Jul 04, 2022 4:41 pm
Forum: MP - Suggestions
Topic: Create New Folder (F7) with name of the file selected.
Replies: 3
Views: 913

Re: Create New Folder (F7) with name of the file selected.

A first step that I can suggest (if you are using Windows)
This step will create a folder name with the name of the selected photo, and move the photo into it.

Create an "Open with" entry for Exiftool (see https://newsgroup.xnview.com/viewtopic.php?f=82&t=43560 )
with this parameter for tests :
-k ...
by michel038
Mon Jul 04, 2022 3:24 pm
Forum: MP - General Support
Topic: Search or Quick search in Filenames
Replies: 5
Views: 1697

Re: Search or Quick search in Filenames

I'll think about it some more ...
What is the structure of the file names that contain thumbnail ?
Depending on the place where "thumbnail" is located, the answer can be easy


Another solution is to filter files containing the criteria, and "tag" them. (right click ... tag )
Then select all files ...