We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48b141 commit 4b6f4ddCopy full SHA for 4b6f4dd
1 file changed
config.cloud.example.yaml
@@ -9,7 +9,11 @@ watch_dirs:
9
- "gs://your-project-whatsapp-media"
10
11
# Optional: Google Photos album to upload to (null = library root)
12
-google_photos_album_name: null # "Family - Auto WhatsApp Imports"
+# Recommended: set an album name to separate DMAF face-matched uploads from
13
+# your main camera-roll library. Avoids confusion when native Google Photos
14
+# backup and DMAF both upload the same photo (different compression = different
15
+# bytes, so Google Photos won't auto-deduplicate them).
16
+google_photos_album_name: "Family Faces" # change to taste, or set null for library root
17
18
# Face Recognition Settings
19
recognition:
0 commit comments