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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e85e3470a41e Initial commit of useful scripts
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 #! /bin/bash
e85e3470a41e Initial commit of useful scripts
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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