Skip to content

Commit

Permalink
#169: fixed csv export (for later import in apm) should also include …
Browse files Browse the repository at this point in the history
…GPS data
  • Loading branch information
k3b committed Feb 7, 2021
1 parent 0dd6a79 commit fa5cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fotolib2/src/test/resources/de/k3b/media/apm2Csv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ rem batch to export comment title tags to csv
if "%exifdir%"=="" set exifdir=C:\Progs.Portable\Multimedia\Picture\Image-ExifTool-6.93
set exifexe="%exifdir%\exiftool.exe" -quiet

%exifexe% -c "%%+.6f" -dateFormat "%%Y%%m%%dT%%H%%M%%S" -FileModifyDate -Subject -Description -Title -ImageUniqueID -ImageUniqueID -DocumentID -Rating -csv -r -ext .xmp -if "($Description or $Title or $Subject)" . > media.csv
%exifexe% -c "%%+.6f" -dateFormat "%%Y%%m%%dT%%H%%M%%S" -FileModifyDate -Subject -Description -Title -ImageUniqueID -DocumentID -GPSLatitude -GPSLongitude -Rating -csv -r -ext .xmp -if "($Description or $Title or $Subject or $GPSLatitude)" . > media.csv

0 comments on commit fa5cde0

Please sign in to comment.