Community admin
In LifeLoveMe, a community can be one person, a family, cousins, friends, classmates, an association, a professional group, a shared interest group, or a temporary event. A page can start small and grow over time.
Start simple: Fill the mandatory fields, generate a draft, then run the local script on your Mac to create folders and files.
Open Memory Import Assistant in Community Workbench → (recommended — full workflow, troubleshooting, and test URLs)
Do not copy media into the project root. Put files in the staging folder
~/Downloads/LifeLoveMe_Imports/<group-id>/<category>/<memory-folder>/
(with photos/, video/, audio/, documents/ subfolders),
or select any source folder, then run the import command below on your Mac.
Import command
python3 scripts/import_memory_folder.py --group dosti --memory veenu-nimma-sd-visit-052026 --source "$HOME/Downloads/LifeLoveMe_Imports/dosti/SDvisits/VeenuNimma052026" --title "Veenu and Nimma San Diego Visit" --date "2026-05" --place "San Diego, California" --compiled-by "Sudhir Agarwal" --duration-seconds 60 --rename-safe
Validate after import
python3 scripts/validate_memory_assets.py --group dosti --memory veenu-nimma-sd-visit-052026
App memory folder:
web/data/communities/<group-id>/memories/<memory-id>/
A LifeLoveMe community page is a simple digital home. A community can mean any person, family, group, association, event, memory collection, or shared interest. It can be one person, cousins, friends, classmates, an association, a professional group, or a temporary event.
You can create a page just for yourself. The individual is the smallest unit of community.
File guidance: start with 5 files for your first test. A good beginner range is 5 to 25 files. Beginner maximum is 50 files. For larger collections, add files later in batches. This keeps review, captions, duration setting, and Excel editing easy.
File names can be anything. The folder decides the category.
For memory reels, use the staging folder ~/Downloads/LifeLoveMe_Imports/<group-id>/… and run Import / Update Memory above — do not drop files in the project root.
Imported memory assets live under web/data/communities/<group-id>/memories/<memory-id>/gallery/.
Photos
web/data/communities/<group-id>/gallery/photos/Videos
web/data/communities/<group-id>/gallery/video/Audio
web/data/communities/<group-id>/gallery/audio/Documents
web/data/communities/<group-id>/gallery/documents/Books
web/data/communities/<group-id>/gallery/books/Member creations
web/data/communities/<group-id>/gallery/member-creations/Members Excel
web/data/communities/<group-id>/source/members.xlsxRun from the LifeLoveMe project folder:
python3 scripts/build_community_gallery_manifest.py <group-id>
Convert members Excel
python3 scripts/convert_community_members_xlsx.py \ --group <group-id> \ --input web/data/communities/<group-id>/source/members.xlsx \ --output web/data/communities/<group-id>/members.json
Create a new group (local script)
python3 scripts/create_community_group.py --group <group-id>
← All Communities · Memory Import Assistant · Memory Reel Workbench · Admin upload guide · Memory create guide · Roorkee example · Manas example