Wich exif metadata do you need ? hundreds can be found ....
Some ideas :
1) Go to Settings, metadata, ensure that "Export categories" and "create sidecar" are not ticked.
- Select a photo, "View, Update files from catalog"
- A Xmp file is created , containing (perhaps) all the exif data, in xml format
But with this method, you obtain a xml file for each photo
2) Create , File listing...
- Use the green + to add a field.
- Use the right triangle arrow, and choose the exif data you want to be present in the result
- repeat these steps
You will get a text file containing columns for each field you added
But with this method, you can only get some known exif metadata in the file
3) Tools, Open with, Configure programs, Add .... browse the installation folder of XnViewMP, go to AddOn and select exiftool.exe
- Double click in first column and name it Exif2txt.
- Double click in 2nd column and add this parameters -k "-exif:all" -w txt
-Select some photos, right-click, Open with, Exif2txt ... close the exiftool window :
Text files with the same name as the photos with txt extension are created.
But with this method, you get a txt file for each photo
4) The last but not the least
With windows.
- Create a folder like C:\test
- Copy exiftool.exe in this folder
- Create a new text file in this folder, containing
Code: Select all
C:\test\exiftool.exe -csv -m "-exif:all" %* > c:\test\result.csv
pause
-Rename this text file ExifToCsv.bat
- Go to Settings, Interface, Toolbar. Select "Command" and move it to the right side.
Select this command and click "set command" button. Browse C:\test folder and select : ExifToCsv.bat
You can choose also a label and an icon
then
Select photos, click the new button ... tadaaam a (very wide) result.csv file will contain all exif data in columns.
CSV format can be opened also by Excel or Calc
The "pause" that I added in the bat file allows you to read exiftool's report before you close the window.
edit
- ExifToCsv is working
- You can also drag and drop files from xnview, or from w explorer, on ExifToCsv.bat