You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,15 @@ Finally install dependencies using *pip*
47
47
General options
48
48
49
49
-`username@hostname:path` Server connection string with a full path to the directory where Lychee is installed.
50
-
-`-h`, `--help` show a help message
51
-
-`-r`, `--replace` replace albums in Lychee with local ones
52
-
-`-p`, `--public` make uploaded photos public
53
-
-`-v`, `--verbose` print verbose messages
50
+
-`-h`, `--help` Show a help message
51
+
-`-r`, `--replace` Replace albums in Lychee with local ones
52
+
-`-p`, `--public` Make uploaded photos public
53
+
-`-v`, `--verbose` Print verbose messages
54
+
-`--medium` Maximum size for medium sized pictures. 1920px by default.
55
+
-`--big` Maximum size for big sized pictures. By default pictures are untouched.
56
+
-`--originals` Upload original untouched files. To be used with the --big option, otherwise ignored. Files are place inside import directory. Note that this option is not currently supported by Lychee and is useful if you want to reduce the size of your big pictures, while still preserving originals.
54
57
55
-
Directory import options
58
+
Directory import options
56
59
57
60
-`-d DIR`, `--dir DIR` path to the photo directory where to export photos from.
58
61
@@ -63,7 +66,6 @@ iPhoto / Aperture options
63
66
-`-e [pattern]`, `--events [pattern]` Export matching events. The argument is a regular expression. If the argument is omitted, then all events are exported.
64
67
-`-a [pattern]`, `--albums [pattern]` Export matching regular albums. The argument is a regular expression. If the argument is omitted, then all events are exported.
65
68
-`-s [pattern]`, `--smarts [pattern]` Export matching smart albums. The argument is a regular expression. If the argument is omitted, then all events are exported.
66
-
-`--originals` Export originals instead of modified images
67
69
-`-x pattern`, `--exclude pattern` Don't export matching albums or events. The pattern is a regular expression.
68
70
69
71
At very least you must specify a connection string and a source where photos should be imported from (`--dir`, `--iphoto` or `--aperture` options).
0 commit comments