Skip to content

Instantly share code, notes, and snippets.

View pixelspark's full-sized avatar

Tommy van der Vorst pixelspark

View GitHub Profile
@pixelspark
pixelspark / immich-fill.ts
Created January 10, 2026 12:20
Make albums from folders and set people birth dates from VCF in Immich
// Run: node immich-fill.ts (node v24 or above)
const url = "https://immich-url-here/api/";
const key = "PASTE API KEY HERE";
// Paste path to VCF file here (generate it with Apple Contacts -> export)
const vcfPath = "/Users/tommy/Desktop/contacts.vcf";
import { readFile } from "node:fs/promises";