Data ingestion: your activity on the timeline

Ingestion pulls data from services you already use and places it on your timeline, next to your notes, receipts, and everything else from that day.

The first source is Netflix. Your viewing history becomes one note per watch, on the day you watched it.

Ingestion is different from imports: imports bring your notes over from another app once, while ingestion pulls activity data from a service and can be re-run whenever you download a fresh export.

Import your Netflix history

You can import from the app or the command line - both do the same thing.

From the app. Open the Timeline and click Import. Pick the source (Netflix), choose your downloaded file, and optionally press Preview to see what will happen before you commit. Then click Import.

From the command line:

  1. On Netflix, open Account → Profile → Viewing activity, then choose Download all. This gives you a CSV file for that profile.
  2. Run the importer on that file:
akb ingest netflix ViewingActivity.csv

Each row becomes a Watched note:

Because the Watched table is an Event table, every row shows up on the timeline on its watch day. Select any timeline card to open its note. On mobile, Alexandria returns you directly to the editor.

Good to know

See what is available

akb ingest list

This lists the importers you can run and the options each one takes.

Add real show and film ids

Freshly imported show and film entries are grouped by title but have no Wikidata or IMDb id yet. To look those up and attach them:

akb enrich --source netflix:

For each show or film, Alexandria searches Wikidata (films and TV only). When there is one clear match it links it and stores its Wikidata and IMDb ids on the same entry, so you can search that show or film and find everything about it. When a title is ambiguous (say a series and a film share a name), it lists the options so you can pick the right one. Add --dry-run to preview first. Running it again only touches entries that are still unlinked.

In the app you do the same thing from the timeline's Enrich button: it scans your unresolved shows and films, lets you pick a match for each ambiguous title, and links every confident match at once with Auto-link all confident.