Mercurial > repos > other > usr-local-bin
annotate rename-photos @ 28:278968272584
Add Exif Graphr to backup list
It is its own repo under the main IBBoard website
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 30 Dec 2020 17:14:21 +0000 |
parents | d45ad0c070de |
children |
rev | line source |
---|---|
0 | 1 #! /bin/bash |
2 | |
11
d45ad0c070de
Change renaming of photos to use EXIF tool and metadata for dates
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
3 exiftool "-FileName<CreateDate" -d "Y%Y_%m_%d_%%f.%%e" DSC_*.JPG SAM_*.JPG IMG_*_*.JPG PANO_*_*.JPG |
d45ad0c070de
Change renaming of photos to use EXIF tool and metadata for dates
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
4 rename JPG jpg *.JPG |