-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (22 loc) · 814 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Usage: lamdaphoto [options] source [target]
Sort photos in the 'source' directory, replacing the patterns in the 'target' path with EXIF metadata.
Options:
-c --copy Copy photos (default)
-m --move Move photos
-r --rec Recursive (default)
-n --norec Non recursive
-h --help Show this help
-v --version Show version information
Patterns:
%make Camera manufacturer
%model Camera model
%date Full date (yyyy-mm-dd)
%year Year
%month Month
%day Day of the month
Examples:
lambdaphoto /media/camera myphotos
lambdaphoto /media/camera myphotos/%make-%model/%year/%date
lambdaphoto --move myphotos myphotos/%year/%month/%day
WARNING! This tool is in beta and may mess your photos,
please make sure you have a backup specially in --move mode.