-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (30 loc) · 1.44 KB
/
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
27
28
29
30
31
32
33
34
35
Organise your photos.
WORK IN __PROGRESS__
albumiser [-h] [--version] [-v | -q] [-r] [--rotate] [--dry-link] [-s]
[-m] [--delete-duplicates] [-d DEPTH] [-g LOG]
[--ignore-no-exif]
source target
Organise your photos the way they should be
positional arguments:
source
target
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
-v, --verbose make loads of noise, useful for debugging!
-q, --quiet unless errors don't output anything.
-r, --recursive operate recursively.
--rotate rotate images according to their EXIF rotation tag.
--dry-link creates a tree of symbolic links under destination
with date time hierarchy preserving the original
images states.
-s, --follow_links follow symbolic linked directories.
-m, --move delete original file from SOURCE, by default it makes
a copy of the file.
--delete-duplicates delete duplicate files from SOURCE, by default it
ignores them and keep them intact.
-d DEPTH, --depth DEPTH
default is unlimited.
-g LOG, --log LOG log all actions, default is console.
--ignore-no-exif ignore photos with missing EXIF date, otherwise use
UNIX epoch.