summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 <develop@web>2013-05-22 22:33:29 +0000
committerGravatar admin <admin@branchable.com>2013-05-22 22:33:29 +0000
commitcd890faf2d78e50f012384ca4234d8d67f130fb0 (patch)
treeadd1bd4950d5fdaef6268d4ab459e1e022f8764e /doc/tips
parentfe614a16b4cc1796f7195b10f7cff9ec8a789b83 (diff)
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/flickrannex.mdwn14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/tips/flickrannex.mdwn b/doc/tips/flickrannex.mdwn
index a807fed56..269346eab 100644
--- a/doc/tips/flickrannex.mdwn
+++ b/doc/tips/flickrannex.mdwn
@@ -20,18 +20,20 @@ This should make a ~/flickrannex folder
## Setup
-Run the program once to set it up.
+Run the program once to set it up.
cd ~/flickrannex; python2 flickrannex.py
-## Configuring git-annex
-
- git config annex.flickr-hook '/usr/bin/python2 ~/flickrannex/flickrannex.py'
- git annex initremote flickr type=hook hooktype=flickr encryption=shared
- git annex describe flickr "the flickr library"
+After the setup has finished, it will print the git-annex configure lines.
## Notes
+### Unencrypted mode
+The photo name on flickr is currently the GPGHMACSHA1 version.
+
+The real name of the pictures and/or videos will be in the description.
+
+### Encrypted mode
The current version base64 encodes all the data, which results in ~35% larger filesize.
I might look into yyenc instead. I'm not sure if it will work in the tEXt field.