From ed1a22ed5b2d86ded3f77830b1aa98e4986e83d2 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 29 Sep 2025 10:35:03 +0200 Subject: [PATCH 1/6] watchlist: Add "Stan Lee" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 0125394..55d84f8 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -21,6 +21,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Stan Lee", + "type": "movie", + "date": { + "year": "2025", + "month": "09", + "day": "28", + "string": "2025-09-28" + }, + "rating": 5 + }, { "title": "Source Code", "type": "movie", @@ -30,7 +41,7 @@ "day": "21", "string": "2025-09-21" }, - "rating": 5 + "rating": 4 }, { "title": "Bjørnøya", From 47f41359f5af5d67277c865415e0459852e021ea Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 29 Sep 2025 20:04:51 +0200 Subject: [PATCH 2/6] watchlist: Add "Formula 1: Drive to Survive S07" & "The Big Bang Theory S08" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 55d84f8..cd4192b 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -12,7 +12,7 @@ "type": "anime" }, { - "title": "The Big Bang Theory S08", + "title": "The Big Bang Theory S09", "type": "series" } ] @@ -21,6 +21,28 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "The Big Bang Theory S08", + "type": "series", + "date": { + "year": "2025", + "month": "09", + "day": "29", + "string": "2025-09-29" + }, + "rating": 3 + }, + { + "title": "Formula 1: Drive to Survive S07", + "type": "series", + "date": { + "year": "2025", + "month": "09", + "day": "29", + "string": "2025-09-29" + }, + "rating": 3 + }, { "title": "Stan Lee", "type": "movie", From 2ba36a6dc453776dc8fe23ea6a242e9d081504f8 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 30 Sep 2025 14:21:46 +0200 Subject: [PATCH 3/6] watchlist: Add "Green Book" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index cd4192b..e8ee920 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -21,6 +21,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Green Book", + "type": "movie", + "date": { + "year": "2025", + "month": "09", + "day": "30", + "string": "2025-09-30" + }, + "rating": 5 + }, { "title": "The Big Bang Theory S08", "type": "series", From fc8efebb155819af8b4946270fe851ab2723b35d Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 30 Sep 2025 14:38:39 +0200 Subject: [PATCH 4/6] quotes: Add new quote Signed-off-by: SindreKjelsrud --- src/data/quotes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/quotes.json b/src/data/quotes.json index 246c82f..a7a78ee 100644 --- a/src/data/quotes.json +++ b/src/data/quotes.json @@ -1,4 +1,8 @@ [ + { + "quote": "Be curious, not judgemental", + "author": "Walt Whitman (Ted Lasso)" + }, { "quote": "Without friendship, a human being is lost. A friend is someone who reminds you to feel alive.", "author": "Eddie Jaku" From c4ba04360471015e92d0537e5101299e8c6e7a8d Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 30 Sep 2025 14:42:12 +0200 Subject: [PATCH 5/6] watchlist: Update watchlist Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index e8ee920..b58f86c 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -14,6 +14,10 @@ { "title": "The Big Bang Theory S09", "type": "series" + }, + { + "title": "Avatar: The Last Airbender S01", + "type": "series" } ] }, @@ -2487,9 +2491,6 @@ { "title": "Get Smart With Money" }, - { - "title": "The Minimalists: Less Is Now" - }, { "title": "The Playbook: A Coach's Rules for Life" }, @@ -2583,9 +2584,6 @@ { "title": "Yuru Camp" }, - { - "title": "Avatar: The Last Airbender" - }, { "title": "Horimiya" }, From c2c39c93a82e6966f04058638aa97f247ec61c3d Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 30 Sep 2025 14:47:33 +0200 Subject: [PATCH 6/6] bookshelf: Update currently reading Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d0c5ca3..5d9e8b5 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -11,6 +11,11 @@ "title": "Interpretation of the Meanings of The Noble Qur'ân", "isbn": null, "author": "Muhammad Taqi-ud-Din al-Hilali, Muhammad Muhsin Khan" + }, + { + "title": "Fourth Wing", + "isbn": 9780349437019, + "author": "Rebecca Yarros" } ] },