summaryrefslogtreecommitdiffabout
path: root/doc/000000000000.conf
blob: 01f8faecbc2dfd371d12c988d1c1ea7fed757a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# target directory for uploaded files, if the name contains %s, it is replaced
# with eyefi card mac address.
targetdir = "/var/lib/iii/%s/"
# the upload key as seen in Mac and (perhaps) windows Settings.xml file
uploadkey = "e3e2c4a305cee6bce0ebb38a3259ac08"

# commands to be executed at certain events, the commands also receive certain
# values of interested passed via environment.
# for on-start-session: EYEFI_MACADDRESS, EYEFI_TRANSFER_MODE, EYEFI_TRANSFERMODETIMESTAMP
on-start-session = "bash /usr/local/lib/iii/on-start-session.bash"
# for on-upload-photo: EYEFI_MACADDRESS, EYEFI_UPLOADED (uploaded file name)
on-upload-photo = "bash /usr/local/lib/iii/on-upload-photo.bash"
# for on-mark-last-photo-in-roll: EYEFI_MACADDRESS, EYEFI_MERGEDELTA
on-mark-last-photo-in-roll = "bash /usr/local/lib/iii/on-mark-last-photo-in-roll.bash"

# file mode creation mask
umask = 002