Draft Forbes Group Website (Build by Nikola). The official site is hosted at:
License: GPL3
ubuntu2004
Google Photos and Google Drive
Through the Google Drive settings, one can choose to "Create a Google Photos folder". This will create a folder call "Google Photos" in your drive that you can use to manage photos. After playing with this, it does not seem like you can add photos by adding them to folders on Google Drive... it only mirrors what is in Google Photos. You can delete photos from Google Drive though.
(Note: through the Google Photo settings one can choose to allow Google Photo to access all photo-like objects in your Google Drive, but this does not seem to allow for any control.)
Attempt 1: 25 Aug 2018
This describes our first attempt.
Create a bitbucket project (git) to store the metadata online.
Clone to a folder on an external hard drive.
Initialize
git-annex
:This gives the following warning:
This is fine: Bitbucket does not have git annex, but we are only using it for the git portion. This just means that non of the content (i.e. the actual photos) will be stored there.
Add
README.md
file describing things.Make some folder and add photos.
Add the photos with git annex and commit.
Photos (Mac App)
To work with the Photos App (Mac OS X), you must have the actual files, not symlinks. To do this with git annex, you must unlock the files first.
This will copy the photos to the directory allowing you to work with them, but copying the photos can take a long time, so you might want to set the annex.thin
option to True to use hard-links. Note however, that this is dangerous, because now you can edit the photo, possibly corrupting it.
To select a new Library when opening Photos, hold down the
option
key.Our convention is to de-select "Copy Photos" from the Preferences and to keep the original folder structure upon import. This way the photos should stay in their original place unless you edit them with Photos.