Documentation
¶
Overview ¶
photo-organiser is a CLI tool that organises camera photos into a directory structure based on the date they were taken.
Available Commands:
canon Organise Canon camera photos completion Generate the autocompletion script for the specified shell dji Organise DJI camera (action/drone) photos help Help about any command sony Organise Sony camera photos (default) sync Trigger an immich sync update Update photo-organiser to the latest release version Print version information
Flags:
--device string device to mount (default "/dev/sdd1")
--directory string mount point (default "/dev/camera")
-n, --dry-run will not move files, copy them to the remote, or cleanup source directories
-h, --help help for photo-organiser
--host string remote host for rsync
--key string immich api key (use instead of --host/--remote-path for direct upload)
--mount-type string filesystem type for mounting (default "exfat")
--remote-path string remote destination path for rsync
--server string immich api base url (e.g. https://immich.local/api)
-s, --source string source directory containing the photos. (default /mount/point/DCIM)
--user string remote user for rsync (default "james")
-v, --verbose enable debug logging
Example usage:
# Upload directly to Immich (no SSH required) photo-organiser sony --server https://immich.local/api --key <api-key> # Upload via rsync over SSH photo-organiser sony --host remote.host --user username --remote-path /path/on/remote
Click to show internal directories.
Click to hide internal directories.