-rw-r--r-- | doc/000000000000.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/000000000000.conf b/doc/000000000000.conf new file mode 100644 index 0000000..d7b365f --- a/dev/null +++ b/doc/000000000000.conf | |||
@@ -0,0 +1,17 @@ | |||
1 | # target directory for uploaded files, if the name contains %s, it is replaced | ||
2 | # with eyefi card mac address. | ||
3 | targetdir = "/var/lib/eyekindo/%s/" | ||
4 | # the upload key as seen in Mac and (perhaps) windows Settings.xml file | ||
5 | uploadkey = "e3e2c4a305cee6bce0ebb38a3259ac08" | ||
6 | |||
7 | # commands to be executed at certain events, the commands also receive certain | ||
8 | # values of interested passed via environment. | ||
9 | # for on-start-session: EYEFI_MACADDRESS, EYEFI_TRANSFER_MODE, EYEFI_TRANSFERMODETIMESTAMP | ||
10 | on-start-session = "bash /usr/local/lib/iii/on-start-session.bash" | ||
11 | # for on-upload-photo: EYEFI_MACADDRESS, EYEFI_UPLOADED (uploaded file name) | ||
12 | on-upload-photo = "bash /usr/local/lib/iii/on-upload-photo.bash" | ||
13 | # for on-mark-last-photo-in-roll: EYEFI_MACADDRESS, EYEFI_MERGEDELTA | ||
14 | on-mark-last-photo-in-roll = "bash /usr/local/lib/iii/on-mark-last-photo-in-roll.bash" | ||
15 | |||
16 | # file mode creation mask | ||
17 | umask = 002 | ||