From e708bec6cd76c2686de4158dde4d04f72a3c300d Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Wed, 6 May 2026 12:21:26 -0700 Subject: init: lumiere film diary --- templates/import.html | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 templates/import.html (limited to 'templates/import.html') diff --git a/templates/import.html b/templates/import.html new file mode 100644 index 0000000..50c27d6 --- /dev/null +++ b/templates/import.html @@ -0,0 +1,108 @@ +{% extends "base.html" %} + +{% block title %}Import · Lumière{% endblock %} + +{% block content %} +
+
+

Letterboxd

+

Import diary CSV

+
+ + {% if error %} +
{{ error }}
+ {% endif %} + +
+
+ + +
+ +
+ Cancel + +
+
+
+ +
+
+

Queue

+

Import watchlist CSV

+
+ +
+
+ + +
+ +
+ Cancel + +
+
+
+ +
+
+

TMDB

+

Fetch missing posters

+
+ +

+ Match imported films against TMDB and fill blank posters plus missing metadata. +

+ +
+
+ +
+
+
+ +
+
+

Data

+

Clear duplicates

+
+ +

+ Remove repeated imports that match the same film and watched date, keeping the oldest entry. +

+ +
+
+ +
+
+
+ +
+
+

Data

+

Clear diary

+
+ +

+ Remove every film entry from Lumière and reset the local database counter. +

+ +
+
+ +
+
+
+{% endblock %} -- cgit v1.3-2-g0d8e