summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jan <Jan@web>2015-01-10 10:37:12 +0000
committerGravatar admin <admin@branchable.com>2015-01-10 10:37:12 +0000
commit3388c031b3d6bd5c0aed5fd269f1bb1502b44106 (patch)
tree2518456642406b3231a53d287ae6e0461738096b
parent128270023f9798939cbc1cdb772a4e73571372b2 (diff)
Added a comment
-rw-r--r--doc/forum/using_git-annex_with_lightroom/comment_2_4dc4f1ea91c72418843a682fab1854d2._comment28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/forum/using_git-annex_with_lightroom/comment_2_4dc4f1ea91c72418843a682fab1854d2._comment b/doc/forum/using_git-annex_with_lightroom/comment_2_4dc4f1ea91c72418843a682fab1854d2._comment
new file mode 100644
index 000000000..d0626d4c7
--- /dev/null
+++ b/doc/forum/using_git-annex_with_lightroom/comment_2_4dc4f1ea91c72418843a682fab1854d2._comment
@@ -0,0 +1,28 @@
+[[!comment format=mdwn
+ username="Jan"
+ subject="comment 2"
+ date="2015-01-10T10:37:11Z"
+ content="""
+I had the same problem an got Lightroom to work nicely with the following configuration.
+
+Place catalog and photo data in the same directory tree, for example:
+
+
+ /Lightroom/2015/2015-01-10/IMG_4432.JPG
+ /Lightroom/2015/2015-01-10/IMG_4433.JPG
+ ...
+ /Lightroom/Catalog/Lightroom 5 Catalog.lrcat
+ /Lightroom/Catalog/Lightroom 5 Catalog Previews.lrdata
+ /Lightroom/Catalog/Backups
+
+
+Now the image data and Lightroom metadata (= catalog) can be archived at the same time. In order to prevent temporary files and previews to get annexed use the following `.gitignore`:
+
+
+ */*.lrdata
+ Temporary Folder*/
+ */Temporary Import Data*/
+ *.lock
+
+The downside is that previews will have to get regenerated on other machines which pull this data, but I don't use it to share my Lightroom config across computers but as an archival tool.
+"""]]