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 ...
Search found 1470 matches
- Thu Aug 04, 2022 12:16 pm
- Forum: MP - General Support
- Topic: EXIF placeholders with notation {EXIF:<tag number>}
- Replies: 5
- Views: 787
- 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) ?
Did you try Tools>Metadata>Clean> (select xmp checkbox) ?
- 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 ...
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 ...
- 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 ...
- Tue Aug 02, 2022 9:00 am
- 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]} ?
- 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 ...
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 ...
- 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 ...
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 ...
- Thu Jul 28, 2022 6:17 pm
- Forum: Retest
- Topic: How to remove metadata
- Replies: 15
- Views: 12831
Re: How to remove metadata
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.
- 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 ...
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 ...
- 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 ...
... :? 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 ...
- 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
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
- 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 ...
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 ...
- 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
And get this ?
And what about filenames ?- 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 ...
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 ...
- 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 ...
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 ...