From f85f98ddb7e6e0cc26b0c28e1eb5783601839303 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 14 Sep 2025 13:07:39 +0200 Subject: [PATCH] style: Linting all data files Signed-off-by: SindreKjelsrud --- src/data/appearances.json | 80 +- src/data/bookshelf.json | 3 +- src/data/quotes.json | 2 +- src/data/resume.json | 363 ++- src/data/vinyl.json | 292 +-- src/data/watchlist.json | 5108 ++++++++++++++++++------------------- 6 files changed, 2921 insertions(+), 2927 deletions(-) diff --git a/src/data/appearances.json b/src/data/appearances.json index efa5be9..f75435d 100644 --- a/src/data/appearances.json +++ b/src/data/appearances.json @@ -1,41 +1,41 @@ { - "writing": [ - { - "title": "AI-generated and doctors' answers to health-related questions", - "url": "https://tidsskriftet.no/en/2025/02/short-report/ai-generated-and-doctors-answers-health-related-questions", - "date": "10.02.2025", - "origin": "tidsskriftet.no", - "description": "Co-author of a research article investigating how a LLM (GPT-4) performed, in comparison to a real doctor, when answering health-related questions in terms of empathy, knowledge, and helpfulness. My contributions were: development of a survey platform, data collection, and some preliminary analysis of the data." - }, - { - "title": "[NO] For oss studenter er ikke åpen kildekode bare et verktøy, men en lærings­plattform", - "url": "https://www.kode24.no/artikkel/for-oss-studenter-er-ikke-apen-kildekode-bare-et-verktoy-men-en-laeringsplattform/82025392", - "date": "03.10.2024", - "origin": "kode24.no", - "description": "This op-ed highlights how open-source software is more than just a tool for students; it's a learning platform. The student group, friByte, actively promotes involvement in open-source, particularly through events such as the Bergen Open Source conference." - }, - { - "title": "[NO] 7 kjappe med sommerjobberne i 2023!", - "url": "https://www.detsombetyrnoe.no/7-kjappe-med-arets-sommerjobbere", - "date": "21.08.2023", - "origin": "detsombetyrnoe.no", - "description": "The article gives brief interviews with some of NAV's summer interns in 2023, where I'm on of them sharing our tasks, tools we used, and positive experiences." - } - ], - "speaking": [ - { - "title": "Why you as a Capgemini-employee should care about Open Source", - "url": null, - "date": "08.02.2025", - "origin": "XChange 2025", - "description": "I had the pleasure of holding a talk at Capgemini's internal knowledge-sharing event, XChange. In my talk, 'Why you as a Capgemini-employee should care about Open Source', I gave an introduction to open source, highlighting its relevance to our values, customer portfolio, and how it drives innovation and sustainability." - }, - { - "title": "[NO] Introduksjon til Open Source", - "url": "https://files.fribyte.no/boskonf/2024/sindre.mp4", - "date": "07.11.2024", - "origin": "Bergen Open Source 2024", - "description": "I had the pleasure of holding a lightning talk on the Bergen Open Source Conference in 2024. In my lightning talk I gave a quick introduction to open-source, mentioning some of the benefits, showing some well-known project, and how you can get started yourself." - } - ] -} \ No newline at end of file + "writing": [ + { + "title": "AI-generated and doctors' answers to health-related questions", + "url": "https://tidsskriftet.no/en/2025/02/short-report/ai-generated-and-doctors-answers-health-related-questions", + "date": "10.02.2025", + "origin": "tidsskriftet.no", + "description": "Co-author of a research article investigating how a LLM (GPT-4) performed, in comparison to a real doctor, when answering health-related questions in terms of empathy, knowledge, and helpfulness. My contributions were: development of a survey platform, data collection, and some preliminary analysis of the data." + }, + { + "title": "[NO] For oss studenter er ikke åpen kildekode bare et verktøy, men en lærings­plattform", + "url": "https://www.kode24.no/artikkel/for-oss-studenter-er-ikke-apen-kildekode-bare-et-verktoy-men-en-laeringsplattform/82025392", + "date": "03.10.2024", + "origin": "kode24.no", + "description": "This op-ed highlights how open-source software is more than just a tool for students; it's a learning platform. The student group, friByte, actively promotes involvement in open-source, particularly through events such as the Bergen Open Source conference." + }, + { + "title": "[NO] 7 kjappe med sommerjobberne i 2023!", + "url": "https://www.detsombetyrnoe.no/7-kjappe-med-arets-sommerjobbere", + "date": "21.08.2023", + "origin": "detsombetyrnoe.no", + "description": "The article gives brief interviews with some of NAV's summer interns in 2023, where I'm on of them sharing our tasks, tools we used, and positive experiences." + } + ], + "speaking": [ + { + "title": "Why you as a Capgemini-employee should care about Open Source", + "url": null, + "date": "08.02.2025", + "origin": "XChange 2025", + "description": "I had the pleasure of holding a talk at Capgemini's internal knowledge-sharing event, XChange. In my talk, 'Why you as a Capgemini-employee should care about Open Source', I gave an introduction to open source, highlighting its relevance to our values, customer portfolio, and how it drives innovation and sustainability." + }, + { + "title": "[NO] Introduksjon til Open Source", + "url": "https://files.fribyte.no/boskonf/2024/sindre.mp4", + "date": "07.11.2024", + "origin": "Bergen Open Source 2024", + "description": "I had the pleasure of holding a lightning talk on the Bergen Open Source Conference in 2024. In my lightning talk I gave a quick introduction to open-source, mentioning some of the benefits, showing some well-known project, and how you can get started yourself." + } + ] +} diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 182ce56..d89a124 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -11,7 +11,7 @@ "title": "Interpretation of the Meanings of The Noble Qur'ân", "isbn": null, "author": "Muhammad Taqi-ud-Din al-Hilali, Muhammad Muhsin Khan" - } + } ] }, { @@ -84,7 +84,6 @@ "string": "2025-07-29" }, "rating": 5 - }, { "title": "Lederskap - Et håndverk", diff --git a/src/data/quotes.json b/src/data/quotes.json index 94a2a7c..246c82f 100644 --- a/src/data/quotes.json +++ b/src/data/quotes.json @@ -75,4 +75,4 @@ "quote": "Happiness is life when shared.", "author": "Chris McCandless, Into The Wild" } -] \ No newline at end of file +] diff --git a/src/data/resume.json b/src/data/resume.json index b0d27c6..c1e848e 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -1,188 +1,183 @@ { - "basics": { - "name": "Sindre Kjelsrud", - "email": "jobb@kjelsrud.dev", - "url": "kjelsrud.dev", - "linkedin": "https://www.linkedin.com/in/sindrekjelsrud/", - "summary": "Currently working as a Software Engineer at Capgemini. Passionate about software development, open source, and the dynamics of collaborative teamwork." + "basics": { + "name": "Sindre Kjelsrud", + "email": "jobb@kjelsrud.dev", + "url": "kjelsrud.dev", + "linkedin": "https://www.linkedin.com/in/sindrekjelsrud/", + "summary": "Currently working as a Software Engineer at Capgemini. Passionate about software development, open source, and the dynamics of collaborative teamwork." + }, + "work": [ + { + "name": "Capgemini", + "location": "Bergen, Vestland", + "position": "Software Engineer", + "url": "https://capgemini.com/", + "startDate": "Sep 2024", + "endDate": "present", + "highlights": [ + "Client 1: Development and maintenance of an Altinn 3.0 form and a Drupal site, as well as custom plugins for the open-source LMS Moodle. Facilitated workshops with users to map their needs, as well as system testing a set of applications.", + "Client 2: Development of website based on the CMS Enonic XP, which additionally underwent universal design improvements. Migration of Altinn 2.0 form to 3.0, which included fixing issues with REST and SOAP APIs. Improved developer experience as well by fixing issues with Git-repo, upgrading older dependencies, and transfer of project location." + ] }, - "work": [ - { - "name": "Capgemini", - "location": "Bergen, Vestland", - "position": "Software Engineer", - "url": "https://capgemini.com/", - "startDate": "Sep 2024", - "endDate": "present", - "highlights": [ - "Client 1: Development and maintenance of an Altinn 3.0 form and a Drupal site, as well as custom plugins for the open-source LMS Moodle. Facilitated workshops with users to map their needs, as well as system testing a set of applications.", - "Client 2: Development of website based on the CMS Enonic XP, which additionally underwent universal design improvements. Migration of Altinn 2.0 form to 3.0, which included fixing issues with REST and SOAP APIs. Improved developer experience as well by fixing issues with Git-repo, upgrading older dependencies, and transfer of project location." - ] - }, - { - "name": "Wide Assessment", - "location": "Bergen, Vestland", - "position": "Intern", - "url": "https://wa.works/", - "startDate": "Aug 2023", - "endDate": "Dec 2023", - "highlights": [ - "Developed a movie database application with an API using React.js, C#, and PostgreSQL, collaborating through pair programming, as well as contributing to a large, existing codebase." - ] - }, - { - "name": "NAV IT", - "location": "Helsfyr, Viken", - "position": "Summer Intern", - "url": "https://detsombetyrnoe.no", - "startDate": "Jun 2023", - "endDate": "Aug 2023", - "highlights": [ - "Developed an error reporting application for the sick leave solution using React.js, Kotlin, and PostgreSQL, in collaboration with a team of mentors and interns." - ] - } - ], - "education": [ - { - "institution": "Western University of Applied Sciences", - "url": "https://www.hvl.no/", - "area": "Bachelor in IT", - "startDate": "Aug 2021", - "endDate": "Jun 2024" - }, - { - "institution": "Universitat Politècnica de València", - "url": "https://www.upv.es/", - "area": "Exchange semester", - "startDate": "Jan 2024", - "endDate": "Jun 2024" - }, - { - "institution": "NLA University College", - "url": "https://www.nla.no/", - "area": "Secondary School Teacher, class 5-10", - "startDate": "Aug 2020", - "endDate": "May 2021" - }, - { - "institution": "University of South-Eastern Norway", - "url": "https://www.hvl.no/", - "area": "IT & Information Systems", - "startDate": "Aug 2019", - "endDate": "May 2020" - } - ], - "volunteer": [ - { - "organization": "friByte", - "position": "fribyte.no", - "url": "https://fribyte.no/", - "startDate": "Sep 2022", - "endDate": "Dec 2024", - "summary": "friByte is an independent student organization that provides secure and stable IT solutions to other student organizations in Bergen.", - "highlights": [ - "As a member, I collaborated in team environments, managed Linux servers, deployed Docker containers, and maintained WordPress sites for clients.", - "In Spring 2023, as Leader, I handled administrative tasks, recruited new team members, secured three new clients, and organized a successful Capture The Flag event with 35 participants.", - "In Fall 2023, as PR-Manager, I led recruitment initiatives, boosted social media presence by 250%, and coordinated PR for the Bergen Open Source conference." - ] - }, - { - "organization": "BOS-conference", - "position": "boskonf.no", - "url": "https://boskonf.no/en", - "startDate": "2023", - "endDate": "2024", - "summary": "Bergen Open Source is an annual technology conference in Bergen, organized by students and other volunteers. The conference focuses on open source and open data.", - "highlights": [ - "Initiated and led the first Bergen Open Source conference in 2023, overseeing all planning stages and successfully hosting over 70 participants and 5 speakers.", - "Continued to lead the second iteration of the BOS-conference in 2024, successfully hosting over 90 participants and 7 speakers." - ] - }, - { - "organization": "Cloud Native Bergen", - "position": "cloudnativebergen.dev", - "url": "https://cloudnativebergen.dev", - "startDate": "2024", - "endDate": "2024", - "summary": "CloudNative Day Bergen is an annual, community-driven tech conference held in Bergen, Norway, focusing on cloud-native technologies and Kubernetes.", - "highlights": [] - } - ], - "certifications": [ - { - "name": "AZ-900: Microsoft Azure Fundamentals, Microsoft", - "date": "01.2025" - }, - { - "name": "AI-900: Azure AI Fundamentals, Microsoft", - "date": "04.2025" - } - ], - "skills": [ - { - "name": "Programming Languages", - "keywords": [ - "C#", - "CSS", - "Go", - "HTML", - "Java", - "JavaScript", - "Kotlin", - "PHP", - "Python", - "SQL", - "TypeScript" - ] - }, - { - "name": "Libraries and Frameworks", - "keywords": [ - "Astro", - "dotNET", - "Hugo", - "React.js", - "SCSS/SASS", - "Spring", - "Svelte", - "TailwindCSS", - "Thymeleaf", - "Vue", - "Zola" - ] - }, - { - "name": "Tools", - "keywords": [ - "Altinn Studio", - "Atlassian Jira", - "Caddy", - "Cypress", - "Docker/Podman", - "Drupal", - "Enonic", - "Figma", - "Forgejo Runner", - "Git", - "GitHub Actions", - "MariaDB/MySQL", - "PostgreSQL", - "Proxmox", - "sops", - "WordPress" - ] - }, - { - "name": "Methods", - "keywords": [ - "Kanban", - "OKR", - "Scrum", - "Iterative waterfall method" - ] - } - ], - "meta": { - "lastModified": "19. June 2025" + { + "name": "Wide Assessment", + "location": "Bergen, Vestland", + "position": "Intern", + "url": "https://wa.works/", + "startDate": "Aug 2023", + "endDate": "Dec 2023", + "highlights": [ + "Developed a movie database application with an API using React.js, C#, and PostgreSQL, collaborating through pair programming, as well as contributing to a large, existing codebase." + ] + }, + { + "name": "NAV IT", + "location": "Helsfyr, Viken", + "position": "Summer Intern", + "url": "https://detsombetyrnoe.no", + "startDate": "Jun 2023", + "endDate": "Aug 2023", + "highlights": [ + "Developed an error reporting application for the sick leave solution using React.js, Kotlin, and PostgreSQL, in collaboration with a team of mentors and interns." + ] } + ], + "education": [ + { + "institution": "Western University of Applied Sciences", + "url": "https://www.hvl.no/", + "area": "Bachelor in IT", + "startDate": "Aug 2021", + "endDate": "Jun 2024" + }, + { + "institution": "Universitat Politècnica de València", + "url": "https://www.upv.es/", + "area": "Exchange semester", + "startDate": "Jan 2024", + "endDate": "Jun 2024" + }, + { + "institution": "NLA University College", + "url": "https://www.nla.no/", + "area": "Secondary School Teacher, class 5-10", + "startDate": "Aug 2020", + "endDate": "May 2021" + }, + { + "institution": "University of South-Eastern Norway", + "url": "https://www.hvl.no/", + "area": "IT & Information Systems", + "startDate": "Aug 2019", + "endDate": "May 2020" + } + ], + "volunteer": [ + { + "organization": "friByte", + "position": "fribyte.no", + "url": "https://fribyte.no/", + "startDate": "Sep 2022", + "endDate": "Dec 2024", + "summary": "friByte is an independent student organization that provides secure and stable IT solutions to other student organizations in Bergen.", + "highlights": [ + "As a member, I collaborated in team environments, managed Linux servers, deployed Docker containers, and maintained WordPress sites for clients.", + "In Spring 2023, as Leader, I handled administrative tasks, recruited new team members, secured three new clients, and organized a successful Capture The Flag event with 35 participants.", + "In Fall 2023, as PR-Manager, I led recruitment initiatives, boosted social media presence by 250%, and coordinated PR for the Bergen Open Source conference." + ] + }, + { + "organization": "BOS-conference", + "position": "boskonf.no", + "url": "https://boskonf.no/en", + "startDate": "2023", + "endDate": "2024", + "summary": "Bergen Open Source is an annual technology conference in Bergen, organized by students and other volunteers. The conference focuses on open source and open data.", + "highlights": [ + "Initiated and led the first Bergen Open Source conference in 2023, overseeing all planning stages and successfully hosting over 70 participants and 5 speakers.", + "Continued to lead the second iteration of the BOS-conference in 2024, successfully hosting over 90 participants and 7 speakers." + ] + }, + { + "organization": "Cloud Native Bergen", + "position": "cloudnativebergen.dev", + "url": "https://cloudnativebergen.dev", + "startDate": "2024", + "endDate": "2024", + "summary": "CloudNative Day Bergen is an annual, community-driven tech conference held in Bergen, Norway, focusing on cloud-native technologies and Kubernetes.", + "highlights": [] + } + ], + "certifications": [ + { + "name": "AZ-900: Microsoft Azure Fundamentals, Microsoft", + "date": "01.2025" + }, + { + "name": "AI-900: Azure AI Fundamentals, Microsoft", + "date": "04.2025" + } + ], + "skills": [ + { + "name": "Programming Languages", + "keywords": [ + "C#", + "CSS", + "Go", + "HTML", + "Java", + "JavaScript", + "Kotlin", + "PHP", + "Python", + "SQL", + "TypeScript" + ] + }, + { + "name": "Libraries and Frameworks", + "keywords": [ + "Astro", + "dotNET", + "Hugo", + "React.js", + "SCSS/SASS", + "Spring", + "Svelte", + "TailwindCSS", + "Thymeleaf", + "Vue", + "Zola" + ] + }, + { + "name": "Tools", + "keywords": [ + "Altinn Studio", + "Atlassian Jira", + "Caddy", + "Cypress", + "Docker/Podman", + "Drupal", + "Enonic", + "Figma", + "Forgejo Runner", + "Git", + "GitHub Actions", + "MariaDB/MySQL", + "PostgreSQL", + "Proxmox", + "sops", + "WordPress" + ] + }, + { + "name": "Methods", + "keywords": ["Kanban", "OKR", "Scrum", "Iterative waterfall method"] + } + ], + "meta": { + "lastModified": "19. June 2025" + } } diff --git a/src/data/vinyl.json b/src/data/vinyl.json index 573faf4..33479c8 100644 --- a/src/data/vinyl.json +++ b/src/data/vinyl.json @@ -1,147 +1,147 @@ [ - { - "album": " The Architects Of Shadows", - "artist": "Chlär", - "cover": "/img/vinyl/the-architects-of-shadows.webp" - }, - { - "album": "Tøyen Holding 3", - "artist": "Tøyen Holding", - "cover": "/img/vinyl/toyenholding3.webp" - }, - { - "album": "Double Density", - "artist": "Fredfades", - "cover": "/img/vinyl/double_density.webp" - }, - { - "album": "00:00", - "artist": "han gaiden", - "cover": "/img/vinyl/00_00.webp" - }, - { - "album": "Enter The Wu-Tang (36 Chambers)", - "artist": "Wu-Tang Clan", - "cover": "/img/vinyl/enter_the_wutang_36_chambers.webp" - }, - { - "album": "Til det føles fint", - "artist": "Pikekyss", - "cover": "/img/vinyl/til_det_foles_fint.webp" - }, - { - "album": "Harry's House", - "artist": "Harry Styles", - "cover": "/img/vinyl/harrys_house.webp" - }, - { - "album": "SÅ KLART DET GJØR VONDT", - "artist": "Ramón", - "cover": "/img/vinyl/sa_klart_det_gjor_vondt.webp" - }, - { - "album": "Minecraft Volume Alpha", - "artist": "C418", - "cover": "/img/vinyl/minecraft_volume_alpha.webp" - }, - { - "album": "College Park", - "artist": "Logic", - "cover": "/img/vinyl/college_park.webp" - }, - { - "album": "Evig Eventyr", - "artist": "Ka2", - "cover": "/img/vinyl/evig_eventyr.webp" - }, - { - "album": "Grease", - "artist": "John Travolta & Olivia Newton-John", - "cover": "/img/vinyl/grease.webp" - }, - { - "album": "Under Cover", - "artist": "The Rolling Stones", - "cover": "/img/vinyl/under_cover.webp" - }, - { - "album": "The Beatles (The White Album)", - "artist": "The Beatles", - "cover": "/img/vinyl/the_white_album.webp" - }, - { - "album": "Beverly Hills Cop", - "artist": "Various artists", - "cover": "/img/vinyl/beverly_hills_cop.webp" - }, - { - "album": "One Trick Pony", - "artist": "Paul Simon", - "cover": "/img/vinyl/one_trick_pony.webp" - }, - { - "album": "The Domino Theory", - "artist": "Bolland", - "cover": "/img/vinyl/the_domino_theory.jpg" - }, - { - "album": "Master of Reality", - "artist": "Black Sabbath", - "cover": "/img/vinyl/master_of_reality.webp" - }, - { - "album": "Studio Tan", - "artist": "Frank Zappa", - "cover": "/img/vinyl/studio_tan.webp" - }, - { - "album": "DARE!", - "artist": "The Human League", - "cover": "/img/vinyl/dare.webp" - }, - { - "album": "Saturday Night Fever", - "artist": "Bee Gees", - "cover": "/img/vinyl/saturday_night_fever.webp" - }, - { - "album": "Cruisin", - "artist": "Village People", - "cover": "/img/vinyl/cruisin.webp" - }, - { - "album": "Turn Back", - "artist": "Toto", - "cover": "/img/vinyl/turn_back.jpg" - }, - { - "album": "Arrival", - "artist": "ABBA", - "cover": "/img/vinyl/arrival.webp" - }, - { - "album": "Knights of the New Thunder", - "artist": "TNT", - "cover": "/img/vinyl/knights_of_the_new_thunder.webp" - }, - { - "album": "Combat Rock", - "artist": "The Clash", - "cover": "/img/vinyl/combat_rock.webp" - }, - { - "album": "Asia", - "artist": "Asia", - "cover": "/img/vinyl/asia.webp" - }, - { - "album": "Face Value", - "artist": "Phil Collins", - "cover": "/img/vinyl/face_value.webp" - }, - { - "album": "Greatest Hits", - "artist": "Air Supply", - "cover": "/img/vinyl/greatest_hits_airsupply.webp" - } -] \ No newline at end of file + { + "album": " The Architects Of Shadows", + "artist": "Chlär", + "cover": "/img/vinyl/the-architects-of-shadows.webp" + }, + { + "album": "Tøyen Holding 3", + "artist": "Tøyen Holding", + "cover": "/img/vinyl/toyenholding3.webp" + }, + { + "album": "Double Density", + "artist": "Fredfades", + "cover": "/img/vinyl/double_density.webp" + }, + { + "album": "00:00", + "artist": "han gaiden", + "cover": "/img/vinyl/00_00.webp" + }, + { + "album": "Enter The Wu-Tang (36 Chambers)", + "artist": "Wu-Tang Clan", + "cover": "/img/vinyl/enter_the_wutang_36_chambers.webp" + }, + { + "album": "Til det føles fint", + "artist": "Pikekyss", + "cover": "/img/vinyl/til_det_foles_fint.webp" + }, + { + "album": "Harry's House", + "artist": "Harry Styles", + "cover": "/img/vinyl/harrys_house.webp" + }, + { + "album": "SÅ KLART DET GJØR VONDT", + "artist": "Ramón", + "cover": "/img/vinyl/sa_klart_det_gjor_vondt.webp" + }, + { + "album": "Minecraft Volume Alpha", + "artist": "C418", + "cover": "/img/vinyl/minecraft_volume_alpha.webp" + }, + { + "album": "College Park", + "artist": "Logic", + "cover": "/img/vinyl/college_park.webp" + }, + { + "album": "Evig Eventyr", + "artist": "Ka2", + "cover": "/img/vinyl/evig_eventyr.webp" + }, + { + "album": "Grease", + "artist": "John Travolta & Olivia Newton-John", + "cover": "/img/vinyl/grease.webp" + }, + { + "album": "Under Cover", + "artist": "The Rolling Stones", + "cover": "/img/vinyl/under_cover.webp" + }, + { + "album": "The Beatles (The White Album)", + "artist": "The Beatles", + "cover": "/img/vinyl/the_white_album.webp" + }, + { + "album": "Beverly Hills Cop", + "artist": "Various artists", + "cover": "/img/vinyl/beverly_hills_cop.webp" + }, + { + "album": "One Trick Pony", + "artist": "Paul Simon", + "cover": "/img/vinyl/one_trick_pony.webp" + }, + { + "album": "The Domino Theory", + "artist": "Bolland", + "cover": "/img/vinyl/the_domino_theory.jpg" + }, + { + "album": "Master of Reality", + "artist": "Black Sabbath", + "cover": "/img/vinyl/master_of_reality.webp" + }, + { + "album": "Studio Tan", + "artist": "Frank Zappa", + "cover": "/img/vinyl/studio_tan.webp" + }, + { + "album": "DARE!", + "artist": "The Human League", + "cover": "/img/vinyl/dare.webp" + }, + { + "album": "Saturday Night Fever", + "artist": "Bee Gees", + "cover": "/img/vinyl/saturday_night_fever.webp" + }, + { + "album": "Cruisin", + "artist": "Village People", + "cover": "/img/vinyl/cruisin.webp" + }, + { + "album": "Turn Back", + "artist": "Toto", + "cover": "/img/vinyl/turn_back.jpg" + }, + { + "album": "Arrival", + "artist": "ABBA", + "cover": "/img/vinyl/arrival.webp" + }, + { + "album": "Knights of the New Thunder", + "artist": "TNT", + "cover": "/img/vinyl/knights_of_the_new_thunder.webp" + }, + { + "album": "Combat Rock", + "artist": "The Clash", + "cover": "/img/vinyl/combat_rock.webp" + }, + { + "album": "Asia", + "artist": "Asia", + "cover": "/img/vinyl/asia.webp" + }, + { + "album": "Face Value", + "artist": "Phil Collins", + "cover": "/img/vinyl/face_value.webp" + }, + { + "album": "Greatest Hits", + "artist": "Air Supply", + "cover": "/img/vinyl/greatest_hits_airsupply.webp" + } +] diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 59cf432..92302a9 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -1,2560 +1,2560 @@ { - "name": "Sid's Television", - "url": "https://kjelsrud.dev/", - "bio": "A collection of TV series, movies and anime I've seen with some ratings aswell.", - "lists": [ + "name": "Sid's Television", + "url": "https://kjelsrud.dev/", + "bio": "A collection of TV series, movies and anime I've seen with some ratings aswell.", + "lists": [ + { + "name": "Currently watching", + "url": "https://kjelsrud.dev/logs/watchlist/", + "tv": [ { - "name": "Currently watching", - "url": "https://kjelsrud.dev/logs/watchlist/", - "tv": [ - { - "title": "ONE PIECE: Egghead Arc", - "type": "anime" - }, - { - "title": "The Big Bang Theory S07", - "type": "series" - } - ] + "title": "ONE PIECE: Egghead Arc", + "type": "anime" }, { - "name": "Watched", - "url": "https://kjelsrud.dev/logs/watchlist/", - "tv": [ - { - "title": "Demon Slayer: Kimetsu no Yaiba - Infinity Castle", - "type": "anime", - "date": { - "year": "2025", - "month": "09", - "day": "12", - "string": "2025-09-12" - }, - "rating": 3 - }, - { - "title": "The Big Bang Theory S06", - "type": "series", - "date": { - "year": "2025", - "month": "09", - "day": "09", - "string": "2025-09-09" - }, - "rating": 3 - }, - { - "title": "Three Men and a Baby", - "type": "series", - "date": { - "year": "2025", - "month": "09", - "day": "05", - "string": "2025-09-05" - }, - "rating": 4 - }, - { - "title": "The Big Bang Theory S05", - "type": "series", - "date": { - "year": "2025", - "month": "08", - "day": "28", - "string": "2025-08-28" - }, - "rating": 3 - }, - { - "title": "Formula 1: Drive to Survive S06", - "type": "series", - "date": { - "year": "2025", - "month": "08", - "day": "28", - "string": "2025-08-28" - }, - "rating": 3 - }, - { - "title": "Miss Americana", - "type": "movie", - "date": { - "year": "2025", - "month": "08", - "day": "23", - "string": "2025-08-23" - }, - "rating": 3 - }, - { - "title": "Hack Your Health: The Secrets of Your Gut", - "type": "movie", - "date": { - "year": "2025", - "month": "08", - "day": "21", - "string": "2025-08-21" - }, - "rating": 3 - }, - { - "title": "Bones S12", - "type": "series", - "date": { - "year": "2025", - "month": "08", - "day": "20", - "string": "2025-08-20" - }, - "rating": 4 - }, - { - "title": "F1 The Movie", - "type": "movie", - "date": { - "year": "2025", - "month": "08", - "day": "05", - "string": "2025-08-05" - }, - "rating": 5 - }, - { - "title": "Bones S11", - "type": "series", - "date": { - "year": "2025", - "month": "08", - "day": "01", - "string": "2025-08-01" - }, - "rating": 3 - }, - { - "title": "Ibelin", - "type": "movie", - "date": { - "year": "2025", - "month": "07", - "day": "30", - "string": "2025-07-30" - }, - "rating": 4 - }, - { - "title": "Happy Gilmore 2", - "type": "movie", - "date": { - "year": "2025", - "month": "07", - "day": "30", - "string": "2025-07-30" - }, - "rating": 4 - }, - { - "title": "The Recruit S02", - "type": "series", - "date": { - "year": "2025", - "month": "07", - "day": "29", - "string": "2025-07-29" - }, - "rating": 4 - }, - { - "title": "Seven Years in Tibet", - "type": "movie", - "date": { - "year": "2025", - "month": "07", - "day": "20", - "string": "2025-07-20" - }, - "rating": 4 - }, - { - "title": "The Minimalists: Less Is Now", - "type": "movie", - "date": { - "year": "2025", - "month": "07", - "day": "20", - "string": "2025-07-20" - }, - "rating": 2 - }, - { - "title": "SPY x FAMILY CODE: White", - "type": "movie", - "date": { - "year": "2025", - "month": "07", - "day": "13", - "string": "2025-07-13" - }, - "rating": 4 - }, - { - "title": "Avicii - I'm Tim", - "type": "movie", - "date": { - "year": "2025", - "month": "07", - "day": "04", - "string": "2025-07-04" - }, - "rating": 3 - }, - { - "title": "Crazy, Stupid, Love.", - "type": "movie", - "date": { - "year": "2025", - "month": "07", - "day": "03", - "string": "2025-07-03" - }, - "rating": 4 - }, - { - "title": "SPY x FAMILY S02", - "type": "anime", - "date": { - "year": "2025", - "month": "06", - "day": "22", - "string": "2025-06-22" - }, - "rating": 4 - }, - { - "title": "SKI", - "type": "movie", - "date": { - "year": "2025", - "month": "06", - "day": "06", - "string": "2025-06-06" - }, - "rating": 4 - }, - { - "title": "The Two Popes", - "type": "movie", - "date": { - "year": "2025", - "month": "05", - "day": "30", - "string": "2025-05-30" - }, - "rating": 4 - }, - { - "title": "Bones S10", - "type": "series", - "date": { - "year": "2025", - "month": "05", - "day": "27", - "string": "2025-05-27" - }, - "rating": 3 - }, - { - "title": "Star Wars Rebels S04", - "type": "series", - "date": { - "year": "2025", - "month": "05", - "day": "11", - "string": "2025-05-11" - }, - "rating": 5 - }, - { - "title": "Allegiant", - "type": "movie", - "date": { - "year": "2025", - "month": "05", - "day": "09", - "string": "2025-05-09" - }, - "rating": 2 - }, - { - "title": "Bones S09", - "type": "series", - "date": { - "year": "2025", - "month": "05", - "day": "04", - "string": "2025-05-04" - }, - "rating": 4 - }, - { - "title": "Longing for Áhkká", - "type": "movie", - "date": { - "year": "2025", - "month": "05", - "day": "04", - "string": "2025-05-04" - }, - "rating": 4 - }, - { - "title": "Deadpool & Wolverine", - "type": "movie", - "date": { - "year": "2025", - "month": "05", - "day": "02", - "string": "2025-05-02" - }, - "rating": 4 - }, - { - "title": "Don't Die: The Man Who Wants to Live Forever", - "type": "movie", - "date": { - "year": "2025", - "month": "04", - "day": "30", - "string": "2025-04-30" - }, - "rating": 3 - }, - { - "title": "Kompani Lauritzen S06", - "type": "series", - "date": { - "year": "2025", - "month": "04", - "day": "27", - "string": "2025-04-27" - }, - "rating": 4 - }, - { - "title": "Star Wars Rebels S03", - "type": "series", - "date": { - "year": "2025", - "month": "04", - "day": "21", - "string": "2025-04-21" - }, - "rating": 4 - }, - { - "title": "Star Wars Rebels S02", - "type": "series", - "date": { - "year": "2025", - "month": "04", - "day": "06", - "string": "2025-04-06" - }, - "rating": 5 - }, - { - "title": "Severance S02", - "type": "series", - "date": { - "year": "2025", - "month": "04", - "day": "03", - "string": "2025-04-03" - }, - "rating": 5 - }, - { - "title": "Bones S08", - "type": "series", - "date": { - "year": "2025", - "month": "03", - "day": "18", - "string": "2025-03-18" - }, - "rating": 4 - }, - { - "title": "Severance S01", - "type": "series", - "date": { - "year": "2025", - "month": "03", - "day": "16", - "string": "2025-03-16" - }, - "rating": 5 - }, - { - "title": "Children of the Sea", - "type": "anime", - "date": { - "year": "2025", - "month": "03", - "day": "15", - "string": "2025-03-15" - }, - "rating": 5 - }, - { - "title": "Biggest Heist Ever", - "type": "movie", - "date": { - "year": "2025", - "month": "03", - "day": "04", - "string": "2025-03-04" - }, - "rating": 3 - }, - { - "title": "Bridget Jones: Mad About the Boy", - "type": "movie", - "date": { - "year": "2025", - "month": "03", - "day": "02", - "string": "2025-03-02" - }, - "rating": 4 - }, - { - "title": "Buy Now! The Shopping Conspiracy", - "type": "movie", - "date": { - "year": "2025", - "month": "03", - "day": "01", - "string": "2025-03-01" - }, - "rating": 3 - }, - { - "title": "Megalobox S02", - "type": "anime", - "date": { - "year": "2025", - "month": "02", - "day": "27", - "string": "2025-02-27" - }, - "rating": 4 - }, - { - "title": "Megalobox S01", - "type": "anime", - "date": { - "year": "2025", - "month": "02", - "day": "13", - "string": "2025-02-13" - }, - "rating": 4 - }, - { - "title": "Bones S07", - "type": "series", - "date": { - "year": "2025", - "month": "01", - "day": "22", - "string": "2025-01-22" - }, - "rating": 4 - }, - { - "title": "Bones S06", - "type": "series", - "date": { - "year": "2025", - "month": "01", - "day": "11", - "string": "2025-01-11" - }, - "rating": 4 - }, - { - "title": "Fri for kreft", - "type": "movie", - "date": { - "year": "2025", - "month": "01", - "day": "06", - "string": "2025-01-06" - }, - "rating": 3 - }, - { - "title": "The Snow Sister", - "type": "movie", - "date": { - "year": "2024", - "month": "12", - "day": "24", - "string": "2024-12-24" - }, - "rating": 5 - }, - { - "title": "How to Rob a Bank", - "type": "movie", - "date": { - "year": "2024", - "month": "12", - "day": "18", - "string": "2024-12-18" - }, - "rating": 4 - }, - { - "title": "The Wild Robot", - "type": "movie", - "date": { - "year": "2024", - "month": "12", - "day": "15", - "string": "2024-12-15" - }, - "rating": 4 - }, - { - "title": "Meru", - "type": "movie", - "date": { - "year": "2024", - "month": "12", - "day": "02", - "string": "2024-12-02" - }, - "rating": 4 - }, - { - "title": "Star Wars Rebels S01", - "type": "series", - "date": { - "year": "2024", - "month": "11", - "day": "30", - "string": "2024-11-30" - }, - "rating": 4 - }, - { - "title": "Andor", - "type": "series", - "date": { - "year": "2024", - "month": "11", - "day": "28", - "string": "2024-11-28" - }, - "rating": 4 - }, - { - "title": "National Treasure: Edge of History", - "type": "series", - "date": { - "year": "2024", - "month": "11", - "day": "24", - "string": "2024-11-24" - }, - "rating": 3 - }, - { - "title": "Soul", - "type": "movie", - "date": { - "year": "2024", - "month": "11", - "day": "23", - "string": "2024-11-23" - }, - "rating": 5 - }, - { - "title": "Troll", - "type": "movie", - "date": { - "year": "2024", - "month": "11", - "day": "18", - "string": "2024-11-18" - }, - "rating": 3 - }, - { - "title": "A Whole Life", - "type": "movie", - "date": { - "year": "2024", - "month": "11", - "day": "16", - "string": "2024-11-16" - }, - "rating": 3 - }, - { - "title": "Vendepunktet: Atombomben og den kalde krigen", - "type": "movie", - "date": { - "year": "2024", - "month": "11", - "day": "16", - "string": "2024-11-16" - }, - "rating": 4 - }, - { - "title": "Bones S05", - "type": "series", - "date": { - "year": "2024", - "month": "11", - "day": "12", - "string": "2024-11-12" - }, - "rating": 5 - }, - { - "title": "The Coming War on China", - "type": "movie", - "date": { - "year": "2024", - "month": "11", - "day": "04", - "string": "2024-11-04" - }, - "rating": 3 - }, - { - "title": "Haikyu!!: The Dumpster Battle", - "type": "anime", - "date": { - "year": "2024", - "month": "11", - "day": "04", - "string": "2024-11-04" - }, - "rating": 4 - }, - { - "title": "Inside Out 2", - "type": "movie", - "date": { - "year": "2024", - "month": "11", - "day": "03", - "string": "2024-11-03" - }, - "rating": 4 - }, - { - "title": "Nr. 24", - "type": "movie", - "date": { - "year": "2024", - "month": "11", - "day": "02", - "string": "2024-11-02" - }, - "rating": 5 - }, - { - "title": "Drifting Home", - "type": "anime", - "date": { - "year": "2024", - "month": "10", - "day": "27", - "string": "2024-10-27" - }, - "rating": 4 - }, - { - "title": "Bubble", - "type": "anime", - "date": { - "year": "2024", - "month": "10", - "day": "25", - "string": "2024-10-25" - }, - "rating": 3 - }, - { - "title": "My Hero Academia S07", - "type": "anime", - "date": { - "year": "2024", - "month": "10", - "day": "13", - "string": "2024-10-13" - }, - "rating": 5 - }, - { - "title": "Bones S04", - "type": "series", - "date": { - "year": "2024", - "month": "10", - "day": "13", - "string": "2024-10-13" - }, - "rating": 4 - }, - { - "title": "The Marvels", - "type": "movie", - "date": { - "year": "2024", - "month": "10", - "day": "12", - "string": "2024-10-12" - }, - "rating": 4 - }, - { - "title": "Bones S03", - "type": "series", - "date": { - "year": "2024", - "month": "09", - "day": "29", - "string": "2024-09-29" - }, - "rating": 5 - }, - { - "title": "Bones S02", - "type": "series", - "date": { - "year": "2024", - "month": "09", - "day": "18", - "string": "2024-09-18" - }, - "rating": 4 - }, - { - "title": "Bones S01", - "type": "series", - "date": { - "year": "2024", - "month": "09", - "day": "01", - "string": "2024-09-01" - }, - "rating": 4 - }, - { - "title": "SPY x FAMILY S01", - "type": "anime", - "date": { - "year": "2024", - "month": "08", - "day": "23", - "string": "2024-08-23" - }, - "rating": 5 - }, - { - "title": "The Help", - "type": "movie", - "date": { - "year": "2024", - "month": "08", - "day": "17", - "string": "2024-08-17" - }, - "rating": 5 - }, - { - "title": "Chernobyl", - "type": "series", - "date": { - "year": "2024", - "month": "08", - "day": "14", - "string": "2024-08-14" - }, - "rating": 4 - }, - { - "title": "Euphoria S2", - "type": "series", - "date": { - "year": "2024", - "month": "08", - "day": "13", - "string": "2024-08-13" - }, - "rating": 4 - }, - { - "title": "Failure to Launch", - "type": "movie", - "date": { - "year": "2024", - "month": "08", - "day": "12", - "string": "2024-08-12" - }, - "rating": 4 - }, - { - "title": "Alexander: The Making of a God", - "type": "series", - "date": { - "year": "2024", - "month": "08", - "day": "08", - "string": "2024-08-08" - }, - "rating": 5 - }, - { - "title": "Madoff: The Monster of Wall Street", - "type": "series", - "date": { - "year": "2024", - "month": "08", - "day": "07", - "string": "2024-08-07" - }, - "rating": 4 - }, - { - "title": "Star Wars: The Bad Batch S03", - "type": "series", - "date": { - "year": "2024", - "month": "07", - "day": "29", - "string": "2024-07-29" - }, - "rating": 4 - }, - { - "title": "Star Wars: The Bad Batch S02", - "type": "series", - "date": { - "year": "2024", - "month": "07", - "day": "23", - "string": "2024-07-23" - }, - "rating": 4 - }, - { - "title": "Saint☆Young Men (Movie)", - "type": "anime", - "date": { - "year": "2024", - "month": "07", - "day": "17", - "string": "2024-07-17" - }, - "rating": 5 - }, - { - "title": "Beverly Hills Cop: Axel F", - "type": "movie", - "date": { - "year": "2024", - "month": "07", - "day": "10", - "string": "2024-07-10" - }, - "rating": 4 - }, - { - "title": "Demon Slayer: Hashira Training Arc", - "type": "anime", - "date": { - "year": "2024", - "month": "07", - "day": "08", - "string": "2024-07-08" - }, - "rating": 5 - }, - { - "title": "The Antisocial Network: Memes to Mayhem", - "type": "movies", - "date": { - "year": "2024", - "month": "07", - "day": "02", - "string": "2024-07-02" - }, - "rating": 4 - }, - { - "title": "Star Wars: The Bad Batch S01", - "type": "series", - "date": { - "year": "2024", - "month": "06", - "day": "25", - "string": "2024-06-25" - }, - "rating": 4 - }, - { - "title": "The Big Bang Theory S01-S04", - "type": "series", - "date": { - "year": "2024", - "month": "06", - "day": "16", - "string": "2024-06-16" - }, - "rating": 4 - }, - { - "title": "The Kings of Summer", - "type": "movie", - "date": { - "year": "2024", - "month": "06", - "day": "09", - "string": "2024-06-09" - }, - "rating": 3 - }, - { - "title": "Street Fighter II: The Animated Movie", - "type": "anime", - "date": { - "year": "2024", - "month": "06", - "day": "09", - "string": "2024-06-09" - }, - "rating": 3 - }, - { - "title": "Star Wars: The Clone Wars S07", - "type": "series", - "date": { - "year": "2024", - "month": "06", - "day": "07", - "string": "2024-06-07" - }, - "rating": 5 - }, - { - "title": "Star Wars: The Clone Wars S06", - "type": "series", - "date": { - "year": "2024", - "month": "06", - "day": "06", - "string": "2024-06-06" - }, - "rating": 5 - }, - { - "title": "Star Wars: The Clone Wars S05", - "type": "series", - "date": { - "year": "2024", - "month": "06", - "day": "06", - "string": "2024-06-06" - }, - "rating": 5 - }, - { - "title": "Live to 100: Secrets of the Blue Zones", - "type": "series", - "date": { - "year": "2024", - "month": "05", - "day": "27", - "string": "2024-05-27" - }, - "rating": 4 - }, - { - "title": "The Matrix Resurrections", - "type": "movie", - "date": { - "year": "2024", - "month": "05", - "day": "20", - "string": "2024-05-20" - }, - "rating": 4 - }, - { - "title": "Star Wars: The Clone Wars S04", - "type": "series", - "date": { - "year": "2024", - "month": "05", - "day": "08", - "string": "2024-05-08" - }, - "rating": 4 - }, - { - "title": "The Founder", - "type": "movie", - "date": { - "year": "2024", - "month": "05", - "day": "04", - "string": "2024-05-04" - }, - "rating": 5 - }, - { - "title": "Plastic Memories", - "type": "anime", - "date": { - "year": "2024", - "month": "04", - "day": "29", - "string": "2024-04-29" - }, - "rating": 3 - }, - { - "title": "Call Me by Your Name", - "type": "movie", - "date": { - "year": "2024", - "month": "04", - "day": "24", - "string": "2024-04-24" - }, - "rating": 3 - }, - { - "title": "Fractale", - "type": "anime", - "date": { - "year": "2024", - "month": "04", - "day": "15", - "string": "2024-04-15" - }, - "rating": 3 - }, - { - "title": "Patema Inverted", - "type": "anime", - "date": { - "year": "2024", - "month": "04", - "day": "09", - "string": "2024-04-09" - }, - "rating": 4 - }, - { - "title": "Mad Max: Fury Road", - "type": "movie", - "date": { - "year": "2024", - "month": "04", - "day": "06", - "string": "2024-04-06" - }, - "rating": 5 - }, - { - "title": "Mad Max Beyond Thunderdome", - "type": "movie", - "date": { - "year": "2024", - "month": "04", - "day": "05", - "string": "2024-04-05" - }, - "rating": 3 - }, - { - "title": "Mad Max 2", - "type": "movie", - "date": { - "year": "2024", - "month": "04", - "day": "04", - "string": "2024-04-04" - }, - "rating": 3 - }, - { - "title": "Say 'I love you'", - "type": "anime", - "date": { - "year": "2024", - "month": "04", - "day": "04", - "string": "2024-04-04" - }, - "rating": 4 - }, - { - "title": "Mad Max", - "type": "movie", - "date": { - "year": "2024", - "month": "04", - "day": "02", - "string": "2024-04-02" - }, - "rating": 3 - }, - { - "title": "Star Wars: The Clone Wars S03", - "type": "series", - "date": { - "year": "2024", - "month": "04", - "day": "02", - "string": "2024-04-02" - }, - "rating": 4 - }, - { - "title": "The Hunger Games: The Ballad of Songbirds & Snakes", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "25", - "string": "2024-03-25" - }, - "rating": 4 - }, - { - "title": "Wonka", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "23", - "string": "2024-03-23" - }, - "rating": 4 - }, - { - "title": "Bitconned", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "18", - "string": "2024-03-18" - }, - "rating": 4 - }, - { - "title": "Anon", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "14", - "string": "2024-03-14" - }, - "rating": 3 - }, - { - "title": "Dungeons & Dragons: Honor Among Thieves", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "12", - "string": "2024-03-12" - }, - "rating": 4 - }, - { - "title": "Beautiful Boy", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "11", - "string": "2024-03-11" - }, - "rating": 4 - }, - { - "title": "Fantastic Beasts: The Crimes of Grindelwald", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "09", - "string": "2024-03-09" - }, - "rating": 4 - }, - { - "title": "Star Wars: The Clone Wars S01 & S02", - "type": "series", - "date": { - "year": "2024", - "month": "03", - "day": "09", - "string": "2024-03-09" - }, - "rating": 4 - }, - { - "title": "Ford v Ferrari", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "07", - "string": "2024-03-07" - }, - "rating": 5 - }, - { - "title": "In Time", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "06", - "string": "2024-03-06" - }, - "rating": 3 - }, - { - "title": "Violet Evergarden", - "type": "anime", - "date": { - "year": "2024", - "month": "03", - "day": "05", - "string": "2024-03-05" - }, - "rating": 5 - }, - { - "title": "Seven Pounds", - "type": "movie", - "date": { - "year": "2024", - "month": "03", - "day": "02", - "string": "2024-03-02" - }, - "rating": 5 - }, - { - "title": "American Psycho", - "type": "movie", - "date": { - "year": "2024", - "month": "02", - "day": "29", - "string": "2024-02-29" - }, - "rating": 4 - }, - { - "title": "Citizenfour", - "type": "movie", - "date": { - "year": "2024", - "month": "02", - "day": "25", - "string": "2024-02-25" - }, - "rating": 5 - }, - { - "title": "Better Call Saul S06", - "type": "series", - "date": { - "year": "2024", - "month": "02", - "day": "24", - "string": "2024-02-24" - }, - "rating": 4 - }, - { - "title": "Aksel", - "type": "movie", - "date": { - "year": "2024", - "month": "02", - "day": "24", - "string": "2024-02-24" - }, - "rating": 4 - }, - { - "title": "Better Call Saul S05", - "type": "series", - "date": { - "year": "2024", - "month": "02", - "day": "20", - "string": "2024-02-20" - }, - "rating": 3 - }, - { - "title": "Bullet Train", - "type": "movie", - "date": { - "year": "2024", - "month": "02", - "day": "15", - "string": "2024-02-15" - }, - "rating": 3 - }, - { - "title": "Children who Chase Lost Voices", - "type": "anime", - "date": { - "year": "2024", - "month": "02", - "day": "15", - "string": "2024-02-15" - }, - "rating": 3 - }, - { - "title": "Banana Fish", - "type": "anime", - "date": { - "year": "2024", - "month": "02", - "day": "13", - "string": "2024-02-13" - }, - "rating": 4 - }, - { - "title": "Erin Brockovich", - "type": "movie", - "date": { - "year": "2024", - "month": "02", - "day": "12", - "string": "2024-02-12" - }, - "rating": 5 - }, - { - "title": "Better Call Saul S04", - "type": "series", - "date": { - "year": "2024", - "month": "02", - "day": "08", - "string": "2024-02-08" - }, - "rating": 4 - }, - { - "title": "Sensus", - "type": "movie", - "date": { - "year": "2024", - "month": "02", - "day": "02", - "string": "2024-02-02" - }, - "rating": 5 - }, - { - "title": "Better Call Saul S03", - "type": "series", - "date": { - "year": "2024", - "month": "02", - "day": "02", - "string": "2024-02-02" - }, - "rating": 4 - }, - { - "title": "5 Centimeters per Second", - "type": "anime", - "date": { - "year": "2024", - "month": "02", - "day": "01", - "string": "2024-02-01" - }, - "rating": 4 - }, - { - "title": "Better Call Saul S02", - "type": "series", - "date": { - "year": "2024", - "month": "01", - "day": "28", - "string": "2024-01-28" - }, - "rating": 4 - }, - { - "title": "Better Call Saul S01", - "type": "series", - "date": { - "year": "2024", - "month": "01", - "day": "22", - "string": "2024-01-22" - }, - "rating": 3 - }, - { - "title": "Nordfor sola", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "20", - "string": "2024-01-20" - }, - "rating": 5 - }, - { - "title": "Cyberbunker: The Criminal Underworld", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "20", - "string": "2024-01-20" - }, - "rating": 3 - }, - { - "title": "The Wonderful Story of Henry Sugar", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "19", - "string": "2024-01-19" - }, - "rating": 3 - }, - { - "title": "One Piece: Baron Omatsuri and the Secret Island", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "19", - "string": "2024-01-19" - }, - "rating": 4 - }, - { - "title": "Inside Bill's Brain: Decoding Bill Gates", - "type": "series", - "date": { - "year": "2024", - "month": "01", - "day": "12", - "string": "2024-01-12" - }, - "rating": 4 - }, - { - "title": "14 Peaks: Nothing Is Impossible", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "11", - "string": "2024-01-11" - }, - "rating": 4 - }, - { - "title": "S.W.A.T.: Firefight", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "11", - "string": "2024-01-11" - }, - "rating": 1 - }, - { - "title": "PROJECT ICEMAN", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "09", - "string": "2024-01-09" - }, - "rating": 5 - }, - { - "title": "The Yin & Yang of Gerry Lopez", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "08", - "string": "2024-01-08" - }, - "rating": 5 - }, - { - "title": "The Hitman's Apprentice", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "04", - "string": "2024-01-04" - }, - "rating": 2 - }, - { - "title": "The Hunger Games: Mockingjay - Part 2", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "03", - "string": "2024-01-03" - }, - "rating": 3 - }, - { - "title": "The Hunger Games: Mockingjay - Part 1", - "type": "movie", - "date": { - "year": "2024", - "month": "01", - "day": "03", - "string": "2024-01-03" - }, - "rating": 3 - }, - { - "title": "Night Agent S01", - "type": "series", - "date": { - "year": "2024", - "month": "01", - "day": "01", - "string": "2024-01-01" - }, - "rating": 4 - }, - { - "title": "JUJUTSU KAISEN S02", - "type": "anime", - "date": { - "year": "2024", - "month": "01", - "day": "01", - "string": "2024-01-01" - }, - "rating": 5 - }, - { - "title": "Dr. Stone S03", - "type": "anime", - "date": { - "year": "2023", - "month": "12", - "day": "23", - "string": "2023-12-23" - }, - "rating": 3 - }, - { - "title": "Chainsaw Man S01", - "type": "anime", - "date": { - "year": "2023", - "month": "12", - "day": "20", - "string": "2023-12-20" - }, - "rating": 4 - }, - { - "title": "Believer 2", - "type": "movie", - "date": { - "year": "2023", - "month": "12", - "day": "08", - "string": "2023-12-08" - }, - "rating": 1 - }, - { - "title": "Sand Castle", - "type": "movie", - "date": { - "year": "2023", - "month": "12", - "day": "05", - "string": "2023-12-05" - }, - "rating": 2 - }, - { - "title": "The Hunger Games: Catching Fire", - "type": "movie", - "date": { - "year": "2023", - "month": "12", - "day": "03", - "string": "2023-12-03" - }, - "rating": 4 - }, - { - "title": "The Hunger Games", - "type": "movie", - "date": { - "year": "2023", - "month": "11", - "day": "26", - "string": "2023-11-26" - }, - "rating": 3 - }, - { - "title": "El Camino", - "type": "movie", - "date": { - "year": "2023", - "month": "11", - "day": "20", - "string": "2023-11-20" - }, - "rating": 5 - }, - { - "title": "Breaking Bad S01-S05", - "type": "series", - "date": { - "year": "2023", - "month": "11", - "day": "20", - "string": "2023-11-20" - }, - "rating": 4 - }, - { - "title": "Gemini Man", - "type": "movie", - "date": { - "year": "2023", - "month": "11", - "day": "12", - "string": "2023-11-12" - }, - "rating": 4 - }, - { - "title": "Attack on Titan: Final Season", - "type": "anime", - "date": { - "year": "2023", - "month": "11", - "day": "05", - "string": "2023-11-05" - }, - "rating": 4 - }, - { - "title": "Barbie", - "type": "movie", - "date": { - "year": "2023", - "month": "11", - "day": "04", - "string": "2023-11-04" - }, - "rating": 5 - }, - { - "title": "The Little Mermaid (liveaction)", - "type": "movie", - "date": { - "year": "2023", - "month": "11", - "day": "03", - "string": "2023-11-03" - }, - "rating": 3 - }, - { - "title": "Mr. & Mrs. Smith", - "type": "movie", - "date": { - "year": "2023", - "month": "10", - "day": "26", - "string": "2023-10-26" - }, - "rating": 4 - }, - { - "title": "Sex Education S4", - "type": "series", - "date": { - "year": "2023", - "month": "10", - "day": "23", - "string": "2023-10-23" - }, - "rating": 4 - }, - { - "title": "Guardians of the Galaxy Vol. 3", - "type": "movie", - "date": { - "year": "2023", - "month": "10", - "day": "22", - "string": "2023-10-22" - }, - "rating": 4 - }, - { - "title": "Moneyball", - "type": "movie", - "date": { - "year": "2023", - "month": "10", - "day": "01", - "string": "2023-10-01" - }, - "rating": 5 - }, - { - "title": "Tetris", - "type": "movie", - "date": { - "year": "2023", - "month": "10", - "day": "01", - "string": "2023-10-01" - }, - "rating": 5 - }, - { - "title": "AlphaGo", - "type": "movie", - "date": { - "year": "2023", - "month": "09", - "day": "28", - "string": "2023-09-28" - }, - "rating": 3 - }, - { - "title": "One Piece S01 (liveaction)", - "type": "series", - "date": { - "year": "2023", - "month": "09", - "day": "10", - "string": "2023-09-10" - }, - "rating": 4 - }, - { - "title": "Jobs", - "type": "movie", - "date": { - "year": "2023", - "month": "08", - "day": "27", - "string": "2023-08-27" - }, - "rating": 3 - }, - { - "title": "The Queen's Gambit", - "type": "series", - "date": { - "year": "2023", - "month": "08", - "day": "23", - "string": "2023-08-23" - }, - "rating": 4 - }, - { - "title": "Dragon Ball", - "type": "anime", - "date": { - "year": "2023", - "month": "08", - "day": "20", - "string": "2023-08-20" - }, - "rating": 3 - }, - { - "title": "Lost in Translation", - "type": "movie", - "date": { - "year": "2023", - "month": "08", - "day": "11", - "string": "2023-08-11" - }, - "rating": 2 - }, - { - "title": "Transformers: Rise of the Beasts", - "type": "movie", - "date": { - "year": "2023", - "month": "08", - "day": "08", - "string": "2023-08-08" - }, - "rating": 4 - }, - { - "title": "How to Lose a Guy in 10 Days", - "type": "movie", - "date": { - "year": "2023", - "month": "08", - "day": "06", - "string": "2023-08-06" - }, - "rating": 4 - }, - { - "title": "Arrival", - "type": "movie", - "date": { - "year": "2023", - "month": "08", - "day": "06", - "string": "2023-08-06" - }, - "rating": 4 - }, - { - "title": "Oppenheimer", - "type": "movie", - "date": { - "year": "2023", - "month": "07", - "day": "22", - "string": "2023-07-22" - }, - "rating": 5 - }, - { - "title": "Formula 1: Drive to Survive S05", - "type": "series", - "date": { - "year": "2023", - "month": "07", - "day": "22", - "string": "2023-07-22" - }, - "rating": 3 - }, - { - "title": "Blade Runner 2049", - "type": "movie", - "date": { - "year": "2023", - "month": "07", - "day": "17", - "string": "2023-07-17" - }, - "rating": 4 - }, - { - "title": "Insurgent", - "type": "movie", - "date": { - "year": "2023", - "month": "07", - "day": "16", - "string": "2023-07-16" - }, - "rating": 3 - }, - { - "title": "Divergent", - "type": "movie", - "date": { - "year": "2023", - "month": "07", - "day": "15", - "string": "2023-07-15" - }, - "rating": 3 - }, - { - "title": "Demon Slayer S03", - "type": "anime", - "date": { - "year": "2023", - "month": "07", - "day": "03", - "string": "2023-07-03" - }, - "rating": 4 - }, - { - "title": "Vinland Saga S02", - "type": "anime", - "date": { - "year": "2023", - "month": "07", - "day": "03", - "string": "2023-07-03" - }, - "rating": 4 - }, - { - "title": "Bridget Jones's Baby", - "type": "movie", - "date": { - "year": "2023", - "month": "07", - "day": "01", - "string": "2023-07-01" - }, - "rating": 3 - }, - { - "title": "Spider-Man: Across the Spider-Verse", - "type": "movie", - "date": { - "year": "2023", - "month": "06", - "day": "27", - "string": "2023-06-27" - }, - "rating": 5 - }, - { - "title": "2001: A Space Odyssey", - "type": "movie", - "date": { - "year": "2023", - "month": "06", - "day": "13", - "string": "2023-06-13" - }, - "rating": 4 - }, - { - "title": "Stone Locals: Rediscovering the Soul of Climbing", - "type": "movie", - "date": { - "year": "2023", - "month": "05", - "day": "29", - "string": "2023-05-29" - }, - "rating": 5 - }, - { - "title": "Fishpeople | Lives Transformed by the Sea", - "type": "movie", - "date": { - "year": "2023", - "month": "05", - "day": "29", - "string": "2023-05-29" - }, - "rating": 3 - }, - { - "title": "Surfs Up", - "type": "movie", - "date": { - "year": "2023", - "month": "05", - "day": "26", - "string": "2023-05-26" - }, - "rating": 5 - }, - { - "title": "S.W.A.T. S06", - "type": "series", - "date": { - "year": "2023", - "month": "05", - "day": "22", - "string": "2023-05-22" - }, - "rating": 3 - }, - { - "title": "Encanto", - "type": "movie", - "date": { - "year": "2023", - "month": "05", - "day": "20", - "string": "2023-05-20" - }, - "rating": 4 - }, - { - "title": "Shang-Chi and the Legend of the Ten Rings", - "type": "movie", - "date": { - "year": "2023", - "month": "05", - "day": "19", - "string": "2023-05-19" - }, - "rating": 4 - }, - { - "title": "Whiplash", - "type": "movie", - "date": { - "year": "2023", - "month": "05", - "day": "16", - "string": "2023-05-16" - }, - "rating": 4 - }, - { - "title": "Star Wars: Visions S02", - "type": "anime", - "date": { - "year": "2023", - "month": "05", - "day": "11", - "string": "2023-05-11" - }, - "rating": 4 - }, - { - "title": "The Last of Us S01", - "type": "series", - "date": { - "year": "2023", - "month": "04", - "day": "23", - "string": "2023-04-23" - }, - "rating": 5 - }, - { - "title": "The Mandalorian S03", - "type": "series", - "date": { - "year": "2023", - "month": "04", - "day": "23", - "string": "2023-04-23" - }, - "rating": 5 - }, - { - "title": "A girl and an astronaut", - "type": "series", - "date": { - "year": "2023", - "month": "04", - "day": "16", - "string": "2023-04-16" - }, - "rating": 1 - }, - { - "title": "The Terminal", - "type": "movie", - "date": { - "year": "2023", - "month": "04", - "day": "10", - "string": "2023-04-10" - }, - "rating": 5 - }, - { - "title": "The Whole Nine Yards", - "type": "movie", - "date": { - "year": "2023", - "month": "04", - "day": "09", - "string": "2023-04-09" - }, - "rating": 4 - }, - { - "title": "Murder Mystery 2", - "type": "movie", - "date": { - "year": "2023", - "month": "04", - "day": "08", - "string": "2023-04-08" - }, - "rating": 2 - }, - { - "title": "The Wind Rises", - "type": "anime", - "date": { - "year": "2023", - "month": "04", - "day": "03", - "string": "2023-04-03" - }, - "rating": 3 - }, - { - "title": "Ant-Man and the Wasp: Quantumania", - "type": "movie", - "date": { - "year": "2023", - "month": "03", - "day": "29", - "string": "2023-03-29" - }, - "rating": 5 - }, - { - "title": "Black Panther: Wakanda Forever", - "type": "movie", - "date": { - "year": "2023", - "month": "03", - "day": "24", - "string": "2023-03-24" - }, - "rating": 4 - }, - { - "title": "My Hero Academia S06", - "type": "anime", - "date": { - "year": "2023", - "month": "03", - "day": "24", - "string": "2023-03-24" - }, - "rating": 4 - }, - { - "title": "Rick and Morty S06", - "type": "series", - "date": { - "year": "2023", - "month": "03", - "day": "24", - "string": "2023-03-24" - }, - "rating": 3 - }, - { - "title": "Schumacher", - "type": "movie", - "date": { - "year": "2023", - "month": "03", - "day": "21", - "string": "2023-03-21" - }, - "rating": 5 - }, - { - "title": "Nightcrawler", - "type": "movie", - "date": { - "year": "2023", - "month": "03", - "day": "21", - "string": "2023-03-21" - }, - "rating": 5 - }, - { - "title": "How to Sell Drugs Online (Fast) S03", - "type": "series", - "date": { - "year": "2023", - "month": "03", - "day": "20", - "string": "2023-03-20" - }, - "rating": 3 - }, - { - "title": "Outer Banks S03", - "type": "series", - "date": { - "year": "2023", - "month": "03", - "day": "15", - "string": "2023-03-15" - }, - "rating": 4 - }, - { - "title": "Community S01-S06", - "type": "series", - "date": { - "year": "2023", - "month": "03", - "day": "15", - "string": "2023-03-15" - }, - "rating": 5 - }, - { - "title": "Free! S01-S03", - "type": "anime", - "date": { - "year": "2023", - "month": "03", - "day": "08", - "string": "2023-03-08" - }, - "rating": 3 - }, - { - "title": "Fantastic Beasts and Where to Find Them", - "type": "movie", - "date": { - "year": "2023", - "month": "02", - "day": "17", - "string": "2023-02-17" - }, - "rating": 5 - }, - { - "title": "Kaleidoscope", - "type": "series", - "date": { - "year": "2023", - "month": "02", - "day": "02", - "string": "2023-02-02" - }, - "rating": 3 - }, - { - "title": "The Recruit S01", - "type": "series", - "date": { - "year": "2023", - "month": "01", - "day": "30", - "string": "2023-01-30" - }, - "rating": 3 - }, - { - "title": "Avatar: The Way of Water", - "type": "movie", - "date": { - "year": "2023", - "month": "01", - "day": "28", - "string": "2023-01-28" - }, - "rating": 5 - }, - { - "title": "The Way of the Househusband S02", - "type": "anime", - "date": { - "year": "2023", - "month": "01", - "day": "23", - "string": "2023-01-23" - }, - "rating": 3 - }, - { - "title": "TRON: Legacy", - "type": "movie", - "date": { - "year": "2023", - "month": "01", - "day": "11", - "string": "2023-01-11" - }, - "rating": 4 - } - ] - }, - { - "name": "Watchlist", - "url": "https://kjelsrud.dev/logs/watchlist/", - "tv": [ - { - "title": "The Little Prince (2015)" - }, - { - "title": "No Other Land" - }, - { - "title": "Da vinden snudde" - }, - { - "title": "Money Electic: The Bitcoin Mystery" - }, - { - "title": "Blackberry" - }, - { - "title": "Google and the World Brain" - }, - { - "title": "Three colors: Blue, White & Red" - }, - { - "title": "Shooting Stars" - }, - { - "title": "Dreams 1990" - }, - { - "title": "Source Code" - }, - { - "title": "Under the Silver Lake" - }, - { - "title": "Palm Spring" - }, - { - "title": "Perfect Days" - }, - { - "title": "The Worst Person In The World?" - }, - { - "title": "Vengeance" - }, - { - "title": "The Man Who Wanted to See It All" - }, - { - "title": "DIRTY COIN: A Bitcoin Mining Documentary" - }, - { - "title": "STRANDED: A short film by Alana Mediavilla" - }, - { - "title": "Past Lives" - }, - { - "title": "Aftersun" - }, - { - "title": "To Every You I've Loved Before | To Me, The One Who Loved You" - }, - { - "title": "Drop It" - }, - { - "title": "The Real Thing" - }, - { - "title": "Words Bubble Up Like Soda Pop" - }, - { - "title": "Cryptopia: Bitcoin, Blockchains and the Future of the Internet" - }, - { - "title": "True Spirit" - }, - { - "title": "Get Smart With Money" - }, - { - "title": "The Minimalists: Less Is Now" - }, - { - "title": "The Playbook: A Coach's Rules for Life" - }, - { - "title": "Fantastic Beasts: The Secrets of Dumbledore" - }, - { - "title": "Josee, the Tiger and the Fish" - }, - { - "title": "A Whisker Away" - }, - { - "title": "Birds of Prey" - }, - { - "title": "Hello World" - }, - { - "title": "The Lion King - Live Action" - }, - { - "title": "Maquia: When the Promised Flower Blooms" - }, - { - "title": "Attraction" - }, - { - "title": "Lu Over the Wall" - }, - { - "title": "A Family Man" - }, - { - "title": "Lion" - }, - { - "title": "The Space Between Us" - }, - { - "title": "Collateral Beauty" - }, - { - "title": "Paterson" - }, - { - "title": "Kids in Love" - }, - { - "title": "Miracles from Heaven" - }, - { - "title": "Hardcore Henry" - }, - { - "title": "Before We Go" - }, - { - "title": "Wolf Children" - }, - { - "title": "Under overflaten" - }, - { - "title": "Flavors of Youth" - }, - { - "title": "Frieren: Beyond Journey's End" - }, - { - "title": "Fallout" - }, - { - "title": "Acolyte" - }, - { - "title": "Ashoka" - }, - { - "title": "Mr. Robot" - }, - { - "title": "Planetes" - }, - { - "title": "Nana" - }, - { - "title": "Made in Abyss" - }, - { - "title": "Yuru Camp" - }, - { - "title": "Avatar: The Last Airbender" - }, - { - "title": "Horimiya" - }, - { - "title": "Steins;Gate" - }, - { - "title": "My Love Story!!" - }, - { - "title": "Gintama" - }, - { - "title": "Hajime No Ippo" - }, - { - "title": "Dorohedoro" - }, - { - "title": "Fullmetal Alchemist: Brotherhood" - }, - { - "title": "Neon Genesis Evangelion" - }, - { - "title": "Serial Experiments Lain" - }, - { - "title": "Initial D" - }, - { - "title": "A Place Further Than the Universe" - }, - { - "title": "Tokyo Magnitude 8.0" - }, - { - "title": "Children of the Whales" - }, - { - "title": "Black Lagoon" - }, - { - "title": "The Disatrous Life of Saiki K." - }, - { - "title": "Tokyo Ghoul" - } - ] + "title": "The Big Bang Theory S07", + "type": "series" } - ] + ] + }, + { + "name": "Watched", + "url": "https://kjelsrud.dev/logs/watchlist/", + "tv": [ + { + "title": "Demon Slayer: Kimetsu no Yaiba - Infinity Castle", + "type": "anime", + "date": { + "year": "2025", + "month": "09", + "day": "12", + "string": "2025-09-12" + }, + "rating": 3 + }, + { + "title": "The Big Bang Theory S06", + "type": "series", + "date": { + "year": "2025", + "month": "09", + "day": "09", + "string": "2025-09-09" + }, + "rating": 3 + }, + { + "title": "Three Men and a Baby", + "type": "series", + "date": { + "year": "2025", + "month": "09", + "day": "05", + "string": "2025-09-05" + }, + "rating": 4 + }, + { + "title": "The Big Bang Theory S05", + "type": "series", + "date": { + "year": "2025", + "month": "08", + "day": "28", + "string": "2025-08-28" + }, + "rating": 3 + }, + { + "title": "Formula 1: Drive to Survive S06", + "type": "series", + "date": { + "year": "2025", + "month": "08", + "day": "28", + "string": "2025-08-28" + }, + "rating": 3 + }, + { + "title": "Miss Americana", + "type": "movie", + "date": { + "year": "2025", + "month": "08", + "day": "23", + "string": "2025-08-23" + }, + "rating": 3 + }, + { + "title": "Hack Your Health: The Secrets of Your Gut", + "type": "movie", + "date": { + "year": "2025", + "month": "08", + "day": "21", + "string": "2025-08-21" + }, + "rating": 3 + }, + { + "title": "Bones S12", + "type": "series", + "date": { + "year": "2025", + "month": "08", + "day": "20", + "string": "2025-08-20" + }, + "rating": 4 + }, + { + "title": "F1 The Movie", + "type": "movie", + "date": { + "year": "2025", + "month": "08", + "day": "05", + "string": "2025-08-05" + }, + "rating": 5 + }, + { + "title": "Bones S11", + "type": "series", + "date": { + "year": "2025", + "month": "08", + "day": "01", + "string": "2025-08-01" + }, + "rating": 3 + }, + { + "title": "Ibelin", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "30", + "string": "2025-07-30" + }, + "rating": 4 + }, + { + "title": "Happy Gilmore 2", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "30", + "string": "2025-07-30" + }, + "rating": 4 + }, + { + "title": "The Recruit S02", + "type": "series", + "date": { + "year": "2025", + "month": "07", + "day": "29", + "string": "2025-07-29" + }, + "rating": 4 + }, + { + "title": "Seven Years in Tibet", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "20", + "string": "2025-07-20" + }, + "rating": 4 + }, + { + "title": "The Minimalists: Less Is Now", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "20", + "string": "2025-07-20" + }, + "rating": 2 + }, + { + "title": "SPY x FAMILY CODE: White", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "13", + "string": "2025-07-13" + }, + "rating": 4 + }, + { + "title": "Avicii - I'm Tim", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "04", + "string": "2025-07-04" + }, + "rating": 3 + }, + { + "title": "Crazy, Stupid, Love.", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "03", + "string": "2025-07-03" + }, + "rating": 4 + }, + { + "title": "SPY x FAMILY S02", + "type": "anime", + "date": { + "year": "2025", + "month": "06", + "day": "22", + "string": "2025-06-22" + }, + "rating": 4 + }, + { + "title": "SKI", + "type": "movie", + "date": { + "year": "2025", + "month": "06", + "day": "06", + "string": "2025-06-06" + }, + "rating": 4 + }, + { + "title": "The Two Popes", + "type": "movie", + "date": { + "year": "2025", + "month": "05", + "day": "30", + "string": "2025-05-30" + }, + "rating": 4 + }, + { + "title": "Bones S10", + "type": "series", + "date": { + "year": "2025", + "month": "05", + "day": "27", + "string": "2025-05-27" + }, + "rating": 3 + }, + { + "title": "Star Wars Rebels S04", + "type": "series", + "date": { + "year": "2025", + "month": "05", + "day": "11", + "string": "2025-05-11" + }, + "rating": 5 + }, + { + "title": "Allegiant", + "type": "movie", + "date": { + "year": "2025", + "month": "05", + "day": "09", + "string": "2025-05-09" + }, + "rating": 2 + }, + { + "title": "Bones S09", + "type": "series", + "date": { + "year": "2025", + "month": "05", + "day": "04", + "string": "2025-05-04" + }, + "rating": 4 + }, + { + "title": "Longing for Áhkká", + "type": "movie", + "date": { + "year": "2025", + "month": "05", + "day": "04", + "string": "2025-05-04" + }, + "rating": 4 + }, + { + "title": "Deadpool & Wolverine", + "type": "movie", + "date": { + "year": "2025", + "month": "05", + "day": "02", + "string": "2025-05-02" + }, + "rating": 4 + }, + { + "title": "Don't Die: The Man Who Wants to Live Forever", + "type": "movie", + "date": { + "year": "2025", + "month": "04", + "day": "30", + "string": "2025-04-30" + }, + "rating": 3 + }, + { + "title": "Kompani Lauritzen S06", + "type": "series", + "date": { + "year": "2025", + "month": "04", + "day": "27", + "string": "2025-04-27" + }, + "rating": 4 + }, + { + "title": "Star Wars Rebels S03", + "type": "series", + "date": { + "year": "2025", + "month": "04", + "day": "21", + "string": "2025-04-21" + }, + "rating": 4 + }, + { + "title": "Star Wars Rebels S02", + "type": "series", + "date": { + "year": "2025", + "month": "04", + "day": "06", + "string": "2025-04-06" + }, + "rating": 5 + }, + { + "title": "Severance S02", + "type": "series", + "date": { + "year": "2025", + "month": "04", + "day": "03", + "string": "2025-04-03" + }, + "rating": 5 + }, + { + "title": "Bones S08", + "type": "series", + "date": { + "year": "2025", + "month": "03", + "day": "18", + "string": "2025-03-18" + }, + "rating": 4 + }, + { + "title": "Severance S01", + "type": "series", + "date": { + "year": "2025", + "month": "03", + "day": "16", + "string": "2025-03-16" + }, + "rating": 5 + }, + { + "title": "Children of the Sea", + "type": "anime", + "date": { + "year": "2025", + "month": "03", + "day": "15", + "string": "2025-03-15" + }, + "rating": 5 + }, + { + "title": "Biggest Heist Ever", + "type": "movie", + "date": { + "year": "2025", + "month": "03", + "day": "04", + "string": "2025-03-04" + }, + "rating": 3 + }, + { + "title": "Bridget Jones: Mad About the Boy", + "type": "movie", + "date": { + "year": "2025", + "month": "03", + "day": "02", + "string": "2025-03-02" + }, + "rating": 4 + }, + { + "title": "Buy Now! The Shopping Conspiracy", + "type": "movie", + "date": { + "year": "2025", + "month": "03", + "day": "01", + "string": "2025-03-01" + }, + "rating": 3 + }, + { + "title": "Megalobox S02", + "type": "anime", + "date": { + "year": "2025", + "month": "02", + "day": "27", + "string": "2025-02-27" + }, + "rating": 4 + }, + { + "title": "Megalobox S01", + "type": "anime", + "date": { + "year": "2025", + "month": "02", + "day": "13", + "string": "2025-02-13" + }, + "rating": 4 + }, + { + "title": "Bones S07", + "type": "series", + "date": { + "year": "2025", + "month": "01", + "day": "22", + "string": "2025-01-22" + }, + "rating": 4 + }, + { + "title": "Bones S06", + "type": "series", + "date": { + "year": "2025", + "month": "01", + "day": "11", + "string": "2025-01-11" + }, + "rating": 4 + }, + { + "title": "Fri for kreft", + "type": "movie", + "date": { + "year": "2025", + "month": "01", + "day": "06", + "string": "2025-01-06" + }, + "rating": 3 + }, + { + "title": "The Snow Sister", + "type": "movie", + "date": { + "year": "2024", + "month": "12", + "day": "24", + "string": "2024-12-24" + }, + "rating": 5 + }, + { + "title": "How to Rob a Bank", + "type": "movie", + "date": { + "year": "2024", + "month": "12", + "day": "18", + "string": "2024-12-18" + }, + "rating": 4 + }, + { + "title": "The Wild Robot", + "type": "movie", + "date": { + "year": "2024", + "month": "12", + "day": "15", + "string": "2024-12-15" + }, + "rating": 4 + }, + { + "title": "Meru", + "type": "movie", + "date": { + "year": "2024", + "month": "12", + "day": "02", + "string": "2024-12-02" + }, + "rating": 4 + }, + { + "title": "Star Wars Rebels S01", + "type": "series", + "date": { + "year": "2024", + "month": "11", + "day": "30", + "string": "2024-11-30" + }, + "rating": 4 + }, + { + "title": "Andor", + "type": "series", + "date": { + "year": "2024", + "month": "11", + "day": "28", + "string": "2024-11-28" + }, + "rating": 4 + }, + { + "title": "National Treasure: Edge of History", + "type": "series", + "date": { + "year": "2024", + "month": "11", + "day": "24", + "string": "2024-11-24" + }, + "rating": 3 + }, + { + "title": "Soul", + "type": "movie", + "date": { + "year": "2024", + "month": "11", + "day": "23", + "string": "2024-11-23" + }, + "rating": 5 + }, + { + "title": "Troll", + "type": "movie", + "date": { + "year": "2024", + "month": "11", + "day": "18", + "string": "2024-11-18" + }, + "rating": 3 + }, + { + "title": "A Whole Life", + "type": "movie", + "date": { + "year": "2024", + "month": "11", + "day": "16", + "string": "2024-11-16" + }, + "rating": 3 + }, + { + "title": "Vendepunktet: Atombomben og den kalde krigen", + "type": "movie", + "date": { + "year": "2024", + "month": "11", + "day": "16", + "string": "2024-11-16" + }, + "rating": 4 + }, + { + "title": "Bones S05", + "type": "series", + "date": { + "year": "2024", + "month": "11", + "day": "12", + "string": "2024-11-12" + }, + "rating": 5 + }, + { + "title": "The Coming War on China", + "type": "movie", + "date": { + "year": "2024", + "month": "11", + "day": "04", + "string": "2024-11-04" + }, + "rating": 3 + }, + { + "title": "Haikyu!!: The Dumpster Battle", + "type": "anime", + "date": { + "year": "2024", + "month": "11", + "day": "04", + "string": "2024-11-04" + }, + "rating": 4 + }, + { + "title": "Inside Out 2", + "type": "movie", + "date": { + "year": "2024", + "month": "11", + "day": "03", + "string": "2024-11-03" + }, + "rating": 4 + }, + { + "title": "Nr. 24", + "type": "movie", + "date": { + "year": "2024", + "month": "11", + "day": "02", + "string": "2024-11-02" + }, + "rating": 5 + }, + { + "title": "Drifting Home", + "type": "anime", + "date": { + "year": "2024", + "month": "10", + "day": "27", + "string": "2024-10-27" + }, + "rating": 4 + }, + { + "title": "Bubble", + "type": "anime", + "date": { + "year": "2024", + "month": "10", + "day": "25", + "string": "2024-10-25" + }, + "rating": 3 + }, + { + "title": "My Hero Academia S07", + "type": "anime", + "date": { + "year": "2024", + "month": "10", + "day": "13", + "string": "2024-10-13" + }, + "rating": 5 + }, + { + "title": "Bones S04", + "type": "series", + "date": { + "year": "2024", + "month": "10", + "day": "13", + "string": "2024-10-13" + }, + "rating": 4 + }, + { + "title": "The Marvels", + "type": "movie", + "date": { + "year": "2024", + "month": "10", + "day": "12", + "string": "2024-10-12" + }, + "rating": 4 + }, + { + "title": "Bones S03", + "type": "series", + "date": { + "year": "2024", + "month": "09", + "day": "29", + "string": "2024-09-29" + }, + "rating": 5 + }, + { + "title": "Bones S02", + "type": "series", + "date": { + "year": "2024", + "month": "09", + "day": "18", + "string": "2024-09-18" + }, + "rating": 4 + }, + { + "title": "Bones S01", + "type": "series", + "date": { + "year": "2024", + "month": "09", + "day": "01", + "string": "2024-09-01" + }, + "rating": 4 + }, + { + "title": "SPY x FAMILY S01", + "type": "anime", + "date": { + "year": "2024", + "month": "08", + "day": "23", + "string": "2024-08-23" + }, + "rating": 5 + }, + { + "title": "The Help", + "type": "movie", + "date": { + "year": "2024", + "month": "08", + "day": "17", + "string": "2024-08-17" + }, + "rating": 5 + }, + { + "title": "Chernobyl", + "type": "series", + "date": { + "year": "2024", + "month": "08", + "day": "14", + "string": "2024-08-14" + }, + "rating": 4 + }, + { + "title": "Euphoria S2", + "type": "series", + "date": { + "year": "2024", + "month": "08", + "day": "13", + "string": "2024-08-13" + }, + "rating": 4 + }, + { + "title": "Failure to Launch", + "type": "movie", + "date": { + "year": "2024", + "month": "08", + "day": "12", + "string": "2024-08-12" + }, + "rating": 4 + }, + { + "title": "Alexander: The Making of a God", + "type": "series", + "date": { + "year": "2024", + "month": "08", + "day": "08", + "string": "2024-08-08" + }, + "rating": 5 + }, + { + "title": "Madoff: The Monster of Wall Street", + "type": "series", + "date": { + "year": "2024", + "month": "08", + "day": "07", + "string": "2024-08-07" + }, + "rating": 4 + }, + { + "title": "Star Wars: The Bad Batch S03", + "type": "series", + "date": { + "year": "2024", + "month": "07", + "day": "29", + "string": "2024-07-29" + }, + "rating": 4 + }, + { + "title": "Star Wars: The Bad Batch S02", + "type": "series", + "date": { + "year": "2024", + "month": "07", + "day": "23", + "string": "2024-07-23" + }, + "rating": 4 + }, + { + "title": "Saint☆Young Men (Movie)", + "type": "anime", + "date": { + "year": "2024", + "month": "07", + "day": "17", + "string": "2024-07-17" + }, + "rating": 5 + }, + { + "title": "Beverly Hills Cop: Axel F", + "type": "movie", + "date": { + "year": "2024", + "month": "07", + "day": "10", + "string": "2024-07-10" + }, + "rating": 4 + }, + { + "title": "Demon Slayer: Hashira Training Arc", + "type": "anime", + "date": { + "year": "2024", + "month": "07", + "day": "08", + "string": "2024-07-08" + }, + "rating": 5 + }, + { + "title": "The Antisocial Network: Memes to Mayhem", + "type": "movies", + "date": { + "year": "2024", + "month": "07", + "day": "02", + "string": "2024-07-02" + }, + "rating": 4 + }, + { + "title": "Star Wars: The Bad Batch S01", + "type": "series", + "date": { + "year": "2024", + "month": "06", + "day": "25", + "string": "2024-06-25" + }, + "rating": 4 + }, + { + "title": "The Big Bang Theory S01-S04", + "type": "series", + "date": { + "year": "2024", + "month": "06", + "day": "16", + "string": "2024-06-16" + }, + "rating": 4 + }, + { + "title": "The Kings of Summer", + "type": "movie", + "date": { + "year": "2024", + "month": "06", + "day": "09", + "string": "2024-06-09" + }, + "rating": 3 + }, + { + "title": "Street Fighter II: The Animated Movie", + "type": "anime", + "date": { + "year": "2024", + "month": "06", + "day": "09", + "string": "2024-06-09" + }, + "rating": 3 + }, + { + "title": "Star Wars: The Clone Wars S07", + "type": "series", + "date": { + "year": "2024", + "month": "06", + "day": "07", + "string": "2024-06-07" + }, + "rating": 5 + }, + { + "title": "Star Wars: The Clone Wars S06", + "type": "series", + "date": { + "year": "2024", + "month": "06", + "day": "06", + "string": "2024-06-06" + }, + "rating": 5 + }, + { + "title": "Star Wars: The Clone Wars S05", + "type": "series", + "date": { + "year": "2024", + "month": "06", + "day": "06", + "string": "2024-06-06" + }, + "rating": 5 + }, + { + "title": "Live to 100: Secrets of the Blue Zones", + "type": "series", + "date": { + "year": "2024", + "month": "05", + "day": "27", + "string": "2024-05-27" + }, + "rating": 4 + }, + { + "title": "The Matrix Resurrections", + "type": "movie", + "date": { + "year": "2024", + "month": "05", + "day": "20", + "string": "2024-05-20" + }, + "rating": 4 + }, + { + "title": "Star Wars: The Clone Wars S04", + "type": "series", + "date": { + "year": "2024", + "month": "05", + "day": "08", + "string": "2024-05-08" + }, + "rating": 4 + }, + { + "title": "The Founder", + "type": "movie", + "date": { + "year": "2024", + "month": "05", + "day": "04", + "string": "2024-05-04" + }, + "rating": 5 + }, + { + "title": "Plastic Memories", + "type": "anime", + "date": { + "year": "2024", + "month": "04", + "day": "29", + "string": "2024-04-29" + }, + "rating": 3 + }, + { + "title": "Call Me by Your Name", + "type": "movie", + "date": { + "year": "2024", + "month": "04", + "day": "24", + "string": "2024-04-24" + }, + "rating": 3 + }, + { + "title": "Fractale", + "type": "anime", + "date": { + "year": "2024", + "month": "04", + "day": "15", + "string": "2024-04-15" + }, + "rating": 3 + }, + { + "title": "Patema Inverted", + "type": "anime", + "date": { + "year": "2024", + "month": "04", + "day": "09", + "string": "2024-04-09" + }, + "rating": 4 + }, + { + "title": "Mad Max: Fury Road", + "type": "movie", + "date": { + "year": "2024", + "month": "04", + "day": "06", + "string": "2024-04-06" + }, + "rating": 5 + }, + { + "title": "Mad Max Beyond Thunderdome", + "type": "movie", + "date": { + "year": "2024", + "month": "04", + "day": "05", + "string": "2024-04-05" + }, + "rating": 3 + }, + { + "title": "Mad Max 2", + "type": "movie", + "date": { + "year": "2024", + "month": "04", + "day": "04", + "string": "2024-04-04" + }, + "rating": 3 + }, + { + "title": "Say 'I love you'", + "type": "anime", + "date": { + "year": "2024", + "month": "04", + "day": "04", + "string": "2024-04-04" + }, + "rating": 4 + }, + { + "title": "Mad Max", + "type": "movie", + "date": { + "year": "2024", + "month": "04", + "day": "02", + "string": "2024-04-02" + }, + "rating": 3 + }, + { + "title": "Star Wars: The Clone Wars S03", + "type": "series", + "date": { + "year": "2024", + "month": "04", + "day": "02", + "string": "2024-04-02" + }, + "rating": 4 + }, + { + "title": "The Hunger Games: The Ballad of Songbirds & Snakes", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "25", + "string": "2024-03-25" + }, + "rating": 4 + }, + { + "title": "Wonka", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "23", + "string": "2024-03-23" + }, + "rating": 4 + }, + { + "title": "Bitconned", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "18", + "string": "2024-03-18" + }, + "rating": 4 + }, + { + "title": "Anon", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "14", + "string": "2024-03-14" + }, + "rating": 3 + }, + { + "title": "Dungeons & Dragons: Honor Among Thieves", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "12", + "string": "2024-03-12" + }, + "rating": 4 + }, + { + "title": "Beautiful Boy", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "11", + "string": "2024-03-11" + }, + "rating": 4 + }, + { + "title": "Fantastic Beasts: The Crimes of Grindelwald", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "09", + "string": "2024-03-09" + }, + "rating": 4 + }, + { + "title": "Star Wars: The Clone Wars S01 & S02", + "type": "series", + "date": { + "year": "2024", + "month": "03", + "day": "09", + "string": "2024-03-09" + }, + "rating": 4 + }, + { + "title": "Ford v Ferrari", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "07", + "string": "2024-03-07" + }, + "rating": 5 + }, + { + "title": "In Time", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "06", + "string": "2024-03-06" + }, + "rating": 3 + }, + { + "title": "Violet Evergarden", + "type": "anime", + "date": { + "year": "2024", + "month": "03", + "day": "05", + "string": "2024-03-05" + }, + "rating": 5 + }, + { + "title": "Seven Pounds", + "type": "movie", + "date": { + "year": "2024", + "month": "03", + "day": "02", + "string": "2024-03-02" + }, + "rating": 5 + }, + { + "title": "American Psycho", + "type": "movie", + "date": { + "year": "2024", + "month": "02", + "day": "29", + "string": "2024-02-29" + }, + "rating": 4 + }, + { + "title": "Citizenfour", + "type": "movie", + "date": { + "year": "2024", + "month": "02", + "day": "25", + "string": "2024-02-25" + }, + "rating": 5 + }, + { + "title": "Better Call Saul S06", + "type": "series", + "date": { + "year": "2024", + "month": "02", + "day": "24", + "string": "2024-02-24" + }, + "rating": 4 + }, + { + "title": "Aksel", + "type": "movie", + "date": { + "year": "2024", + "month": "02", + "day": "24", + "string": "2024-02-24" + }, + "rating": 4 + }, + { + "title": "Better Call Saul S05", + "type": "series", + "date": { + "year": "2024", + "month": "02", + "day": "20", + "string": "2024-02-20" + }, + "rating": 3 + }, + { + "title": "Bullet Train", + "type": "movie", + "date": { + "year": "2024", + "month": "02", + "day": "15", + "string": "2024-02-15" + }, + "rating": 3 + }, + { + "title": "Children who Chase Lost Voices", + "type": "anime", + "date": { + "year": "2024", + "month": "02", + "day": "15", + "string": "2024-02-15" + }, + "rating": 3 + }, + { + "title": "Banana Fish", + "type": "anime", + "date": { + "year": "2024", + "month": "02", + "day": "13", + "string": "2024-02-13" + }, + "rating": 4 + }, + { + "title": "Erin Brockovich", + "type": "movie", + "date": { + "year": "2024", + "month": "02", + "day": "12", + "string": "2024-02-12" + }, + "rating": 5 + }, + { + "title": "Better Call Saul S04", + "type": "series", + "date": { + "year": "2024", + "month": "02", + "day": "08", + "string": "2024-02-08" + }, + "rating": 4 + }, + { + "title": "Sensus", + "type": "movie", + "date": { + "year": "2024", + "month": "02", + "day": "02", + "string": "2024-02-02" + }, + "rating": 5 + }, + { + "title": "Better Call Saul S03", + "type": "series", + "date": { + "year": "2024", + "month": "02", + "day": "02", + "string": "2024-02-02" + }, + "rating": 4 + }, + { + "title": "5 Centimeters per Second", + "type": "anime", + "date": { + "year": "2024", + "month": "02", + "day": "01", + "string": "2024-02-01" + }, + "rating": 4 + }, + { + "title": "Better Call Saul S02", + "type": "series", + "date": { + "year": "2024", + "month": "01", + "day": "28", + "string": "2024-01-28" + }, + "rating": 4 + }, + { + "title": "Better Call Saul S01", + "type": "series", + "date": { + "year": "2024", + "month": "01", + "day": "22", + "string": "2024-01-22" + }, + "rating": 3 + }, + { + "title": "Nordfor sola", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "20", + "string": "2024-01-20" + }, + "rating": 5 + }, + { + "title": "Cyberbunker: The Criminal Underworld", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "20", + "string": "2024-01-20" + }, + "rating": 3 + }, + { + "title": "The Wonderful Story of Henry Sugar", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "19", + "string": "2024-01-19" + }, + "rating": 3 + }, + { + "title": "One Piece: Baron Omatsuri and the Secret Island", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "19", + "string": "2024-01-19" + }, + "rating": 4 + }, + { + "title": "Inside Bill's Brain: Decoding Bill Gates", + "type": "series", + "date": { + "year": "2024", + "month": "01", + "day": "12", + "string": "2024-01-12" + }, + "rating": 4 + }, + { + "title": "14 Peaks: Nothing Is Impossible", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "11", + "string": "2024-01-11" + }, + "rating": 4 + }, + { + "title": "S.W.A.T.: Firefight", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "11", + "string": "2024-01-11" + }, + "rating": 1 + }, + { + "title": "PROJECT ICEMAN", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "09", + "string": "2024-01-09" + }, + "rating": 5 + }, + { + "title": "The Yin & Yang of Gerry Lopez", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "08", + "string": "2024-01-08" + }, + "rating": 5 + }, + { + "title": "The Hitman's Apprentice", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "04", + "string": "2024-01-04" + }, + "rating": 2 + }, + { + "title": "The Hunger Games: Mockingjay - Part 2", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "03", + "string": "2024-01-03" + }, + "rating": 3 + }, + { + "title": "The Hunger Games: Mockingjay - Part 1", + "type": "movie", + "date": { + "year": "2024", + "month": "01", + "day": "03", + "string": "2024-01-03" + }, + "rating": 3 + }, + { + "title": "Night Agent S01", + "type": "series", + "date": { + "year": "2024", + "month": "01", + "day": "01", + "string": "2024-01-01" + }, + "rating": 4 + }, + { + "title": "JUJUTSU KAISEN S02", + "type": "anime", + "date": { + "year": "2024", + "month": "01", + "day": "01", + "string": "2024-01-01" + }, + "rating": 5 + }, + { + "title": "Dr. Stone S03", + "type": "anime", + "date": { + "year": "2023", + "month": "12", + "day": "23", + "string": "2023-12-23" + }, + "rating": 3 + }, + { + "title": "Chainsaw Man S01", + "type": "anime", + "date": { + "year": "2023", + "month": "12", + "day": "20", + "string": "2023-12-20" + }, + "rating": 4 + }, + { + "title": "Believer 2", + "type": "movie", + "date": { + "year": "2023", + "month": "12", + "day": "08", + "string": "2023-12-08" + }, + "rating": 1 + }, + { + "title": "Sand Castle", + "type": "movie", + "date": { + "year": "2023", + "month": "12", + "day": "05", + "string": "2023-12-05" + }, + "rating": 2 + }, + { + "title": "The Hunger Games: Catching Fire", + "type": "movie", + "date": { + "year": "2023", + "month": "12", + "day": "03", + "string": "2023-12-03" + }, + "rating": 4 + }, + { + "title": "The Hunger Games", + "type": "movie", + "date": { + "year": "2023", + "month": "11", + "day": "26", + "string": "2023-11-26" + }, + "rating": 3 + }, + { + "title": "El Camino", + "type": "movie", + "date": { + "year": "2023", + "month": "11", + "day": "20", + "string": "2023-11-20" + }, + "rating": 5 + }, + { + "title": "Breaking Bad S01-S05", + "type": "series", + "date": { + "year": "2023", + "month": "11", + "day": "20", + "string": "2023-11-20" + }, + "rating": 4 + }, + { + "title": "Gemini Man", + "type": "movie", + "date": { + "year": "2023", + "month": "11", + "day": "12", + "string": "2023-11-12" + }, + "rating": 4 + }, + { + "title": "Attack on Titan: Final Season", + "type": "anime", + "date": { + "year": "2023", + "month": "11", + "day": "05", + "string": "2023-11-05" + }, + "rating": 4 + }, + { + "title": "Barbie", + "type": "movie", + "date": { + "year": "2023", + "month": "11", + "day": "04", + "string": "2023-11-04" + }, + "rating": 5 + }, + { + "title": "The Little Mermaid (liveaction)", + "type": "movie", + "date": { + "year": "2023", + "month": "11", + "day": "03", + "string": "2023-11-03" + }, + "rating": 3 + }, + { + "title": "Mr. & Mrs. Smith", + "type": "movie", + "date": { + "year": "2023", + "month": "10", + "day": "26", + "string": "2023-10-26" + }, + "rating": 4 + }, + { + "title": "Sex Education S4", + "type": "series", + "date": { + "year": "2023", + "month": "10", + "day": "23", + "string": "2023-10-23" + }, + "rating": 4 + }, + { + "title": "Guardians of the Galaxy Vol. 3", + "type": "movie", + "date": { + "year": "2023", + "month": "10", + "day": "22", + "string": "2023-10-22" + }, + "rating": 4 + }, + { + "title": "Moneyball", + "type": "movie", + "date": { + "year": "2023", + "month": "10", + "day": "01", + "string": "2023-10-01" + }, + "rating": 5 + }, + { + "title": "Tetris", + "type": "movie", + "date": { + "year": "2023", + "month": "10", + "day": "01", + "string": "2023-10-01" + }, + "rating": 5 + }, + { + "title": "AlphaGo", + "type": "movie", + "date": { + "year": "2023", + "month": "09", + "day": "28", + "string": "2023-09-28" + }, + "rating": 3 + }, + { + "title": "One Piece S01 (liveaction)", + "type": "series", + "date": { + "year": "2023", + "month": "09", + "day": "10", + "string": "2023-09-10" + }, + "rating": 4 + }, + { + "title": "Jobs", + "type": "movie", + "date": { + "year": "2023", + "month": "08", + "day": "27", + "string": "2023-08-27" + }, + "rating": 3 + }, + { + "title": "The Queen's Gambit", + "type": "series", + "date": { + "year": "2023", + "month": "08", + "day": "23", + "string": "2023-08-23" + }, + "rating": 4 + }, + { + "title": "Dragon Ball", + "type": "anime", + "date": { + "year": "2023", + "month": "08", + "day": "20", + "string": "2023-08-20" + }, + "rating": 3 + }, + { + "title": "Lost in Translation", + "type": "movie", + "date": { + "year": "2023", + "month": "08", + "day": "11", + "string": "2023-08-11" + }, + "rating": 2 + }, + { + "title": "Transformers: Rise of the Beasts", + "type": "movie", + "date": { + "year": "2023", + "month": "08", + "day": "08", + "string": "2023-08-08" + }, + "rating": 4 + }, + { + "title": "How to Lose a Guy in 10 Days", + "type": "movie", + "date": { + "year": "2023", + "month": "08", + "day": "06", + "string": "2023-08-06" + }, + "rating": 4 + }, + { + "title": "Arrival", + "type": "movie", + "date": { + "year": "2023", + "month": "08", + "day": "06", + "string": "2023-08-06" + }, + "rating": 4 + }, + { + "title": "Oppenheimer", + "type": "movie", + "date": { + "year": "2023", + "month": "07", + "day": "22", + "string": "2023-07-22" + }, + "rating": 5 + }, + { + "title": "Formula 1: Drive to Survive S05", + "type": "series", + "date": { + "year": "2023", + "month": "07", + "day": "22", + "string": "2023-07-22" + }, + "rating": 3 + }, + { + "title": "Blade Runner 2049", + "type": "movie", + "date": { + "year": "2023", + "month": "07", + "day": "17", + "string": "2023-07-17" + }, + "rating": 4 + }, + { + "title": "Insurgent", + "type": "movie", + "date": { + "year": "2023", + "month": "07", + "day": "16", + "string": "2023-07-16" + }, + "rating": 3 + }, + { + "title": "Divergent", + "type": "movie", + "date": { + "year": "2023", + "month": "07", + "day": "15", + "string": "2023-07-15" + }, + "rating": 3 + }, + { + "title": "Demon Slayer S03", + "type": "anime", + "date": { + "year": "2023", + "month": "07", + "day": "03", + "string": "2023-07-03" + }, + "rating": 4 + }, + { + "title": "Vinland Saga S02", + "type": "anime", + "date": { + "year": "2023", + "month": "07", + "day": "03", + "string": "2023-07-03" + }, + "rating": 4 + }, + { + "title": "Bridget Jones's Baby", + "type": "movie", + "date": { + "year": "2023", + "month": "07", + "day": "01", + "string": "2023-07-01" + }, + "rating": 3 + }, + { + "title": "Spider-Man: Across the Spider-Verse", + "type": "movie", + "date": { + "year": "2023", + "month": "06", + "day": "27", + "string": "2023-06-27" + }, + "rating": 5 + }, + { + "title": "2001: A Space Odyssey", + "type": "movie", + "date": { + "year": "2023", + "month": "06", + "day": "13", + "string": "2023-06-13" + }, + "rating": 4 + }, + { + "title": "Stone Locals: Rediscovering the Soul of Climbing", + "type": "movie", + "date": { + "year": "2023", + "month": "05", + "day": "29", + "string": "2023-05-29" + }, + "rating": 5 + }, + { + "title": "Fishpeople | Lives Transformed by the Sea", + "type": "movie", + "date": { + "year": "2023", + "month": "05", + "day": "29", + "string": "2023-05-29" + }, + "rating": 3 + }, + { + "title": "Surfs Up", + "type": "movie", + "date": { + "year": "2023", + "month": "05", + "day": "26", + "string": "2023-05-26" + }, + "rating": 5 + }, + { + "title": "S.W.A.T. S06", + "type": "series", + "date": { + "year": "2023", + "month": "05", + "day": "22", + "string": "2023-05-22" + }, + "rating": 3 + }, + { + "title": "Encanto", + "type": "movie", + "date": { + "year": "2023", + "month": "05", + "day": "20", + "string": "2023-05-20" + }, + "rating": 4 + }, + { + "title": "Shang-Chi and the Legend of the Ten Rings", + "type": "movie", + "date": { + "year": "2023", + "month": "05", + "day": "19", + "string": "2023-05-19" + }, + "rating": 4 + }, + { + "title": "Whiplash", + "type": "movie", + "date": { + "year": "2023", + "month": "05", + "day": "16", + "string": "2023-05-16" + }, + "rating": 4 + }, + { + "title": "Star Wars: Visions S02", + "type": "anime", + "date": { + "year": "2023", + "month": "05", + "day": "11", + "string": "2023-05-11" + }, + "rating": 4 + }, + { + "title": "The Last of Us S01", + "type": "series", + "date": { + "year": "2023", + "month": "04", + "day": "23", + "string": "2023-04-23" + }, + "rating": 5 + }, + { + "title": "The Mandalorian S03", + "type": "series", + "date": { + "year": "2023", + "month": "04", + "day": "23", + "string": "2023-04-23" + }, + "rating": 5 + }, + { + "title": "A girl and an astronaut", + "type": "series", + "date": { + "year": "2023", + "month": "04", + "day": "16", + "string": "2023-04-16" + }, + "rating": 1 + }, + { + "title": "The Terminal", + "type": "movie", + "date": { + "year": "2023", + "month": "04", + "day": "10", + "string": "2023-04-10" + }, + "rating": 5 + }, + { + "title": "The Whole Nine Yards", + "type": "movie", + "date": { + "year": "2023", + "month": "04", + "day": "09", + "string": "2023-04-09" + }, + "rating": 4 + }, + { + "title": "Murder Mystery 2", + "type": "movie", + "date": { + "year": "2023", + "month": "04", + "day": "08", + "string": "2023-04-08" + }, + "rating": 2 + }, + { + "title": "The Wind Rises", + "type": "anime", + "date": { + "year": "2023", + "month": "04", + "day": "03", + "string": "2023-04-03" + }, + "rating": 3 + }, + { + "title": "Ant-Man and the Wasp: Quantumania", + "type": "movie", + "date": { + "year": "2023", + "month": "03", + "day": "29", + "string": "2023-03-29" + }, + "rating": 5 + }, + { + "title": "Black Panther: Wakanda Forever", + "type": "movie", + "date": { + "year": "2023", + "month": "03", + "day": "24", + "string": "2023-03-24" + }, + "rating": 4 + }, + { + "title": "My Hero Academia S06", + "type": "anime", + "date": { + "year": "2023", + "month": "03", + "day": "24", + "string": "2023-03-24" + }, + "rating": 4 + }, + { + "title": "Rick and Morty S06", + "type": "series", + "date": { + "year": "2023", + "month": "03", + "day": "24", + "string": "2023-03-24" + }, + "rating": 3 + }, + { + "title": "Schumacher", + "type": "movie", + "date": { + "year": "2023", + "month": "03", + "day": "21", + "string": "2023-03-21" + }, + "rating": 5 + }, + { + "title": "Nightcrawler", + "type": "movie", + "date": { + "year": "2023", + "month": "03", + "day": "21", + "string": "2023-03-21" + }, + "rating": 5 + }, + { + "title": "How to Sell Drugs Online (Fast) S03", + "type": "series", + "date": { + "year": "2023", + "month": "03", + "day": "20", + "string": "2023-03-20" + }, + "rating": 3 + }, + { + "title": "Outer Banks S03", + "type": "series", + "date": { + "year": "2023", + "month": "03", + "day": "15", + "string": "2023-03-15" + }, + "rating": 4 + }, + { + "title": "Community S01-S06", + "type": "series", + "date": { + "year": "2023", + "month": "03", + "day": "15", + "string": "2023-03-15" + }, + "rating": 5 + }, + { + "title": "Free! S01-S03", + "type": "anime", + "date": { + "year": "2023", + "month": "03", + "day": "08", + "string": "2023-03-08" + }, + "rating": 3 + }, + { + "title": "Fantastic Beasts and Where to Find Them", + "type": "movie", + "date": { + "year": "2023", + "month": "02", + "day": "17", + "string": "2023-02-17" + }, + "rating": 5 + }, + { + "title": "Kaleidoscope", + "type": "series", + "date": { + "year": "2023", + "month": "02", + "day": "02", + "string": "2023-02-02" + }, + "rating": 3 + }, + { + "title": "The Recruit S01", + "type": "series", + "date": { + "year": "2023", + "month": "01", + "day": "30", + "string": "2023-01-30" + }, + "rating": 3 + }, + { + "title": "Avatar: The Way of Water", + "type": "movie", + "date": { + "year": "2023", + "month": "01", + "day": "28", + "string": "2023-01-28" + }, + "rating": 5 + }, + { + "title": "The Way of the Househusband S02", + "type": "anime", + "date": { + "year": "2023", + "month": "01", + "day": "23", + "string": "2023-01-23" + }, + "rating": 3 + }, + { + "title": "TRON: Legacy", + "type": "movie", + "date": { + "year": "2023", + "month": "01", + "day": "11", + "string": "2023-01-11" + }, + "rating": 4 + } + ] + }, + { + "name": "Watchlist", + "url": "https://kjelsrud.dev/logs/watchlist/", + "tv": [ + { + "title": "The Little Prince (2015)" + }, + { + "title": "No Other Land" + }, + { + "title": "Da vinden snudde" + }, + { + "title": "Money Electic: The Bitcoin Mystery" + }, + { + "title": "Blackberry" + }, + { + "title": "Google and the World Brain" + }, + { + "title": "Three colors: Blue, White & Red" + }, + { + "title": "Shooting Stars" + }, + { + "title": "Dreams 1990" + }, + { + "title": "Source Code" + }, + { + "title": "Under the Silver Lake" + }, + { + "title": "Palm Spring" + }, + { + "title": "Perfect Days" + }, + { + "title": "The Worst Person In The World?" + }, + { + "title": "Vengeance" + }, + { + "title": "The Man Who Wanted to See It All" + }, + { + "title": "DIRTY COIN: A Bitcoin Mining Documentary" + }, + { + "title": "STRANDED: A short film by Alana Mediavilla" + }, + { + "title": "Past Lives" + }, + { + "title": "Aftersun" + }, + { + "title": "To Every You I've Loved Before | To Me, The One Who Loved You" + }, + { + "title": "Drop It" + }, + { + "title": "The Real Thing" + }, + { + "title": "Words Bubble Up Like Soda Pop" + }, + { + "title": "Cryptopia: Bitcoin, Blockchains and the Future of the Internet" + }, + { + "title": "True Spirit" + }, + { + "title": "Get Smart With Money" + }, + { + "title": "The Minimalists: Less Is Now" + }, + { + "title": "The Playbook: A Coach's Rules for Life" + }, + { + "title": "Fantastic Beasts: The Secrets of Dumbledore" + }, + { + "title": "Josee, the Tiger and the Fish" + }, + { + "title": "A Whisker Away" + }, + { + "title": "Birds of Prey" + }, + { + "title": "Hello World" + }, + { + "title": "The Lion King - Live Action" + }, + { + "title": "Maquia: When the Promised Flower Blooms" + }, + { + "title": "Attraction" + }, + { + "title": "Lu Over the Wall" + }, + { + "title": "A Family Man" + }, + { + "title": "Lion" + }, + { + "title": "The Space Between Us" + }, + { + "title": "Collateral Beauty" + }, + { + "title": "Paterson" + }, + { + "title": "Kids in Love" + }, + { + "title": "Miracles from Heaven" + }, + { + "title": "Hardcore Henry" + }, + { + "title": "Before We Go" + }, + { + "title": "Wolf Children" + }, + { + "title": "Under overflaten" + }, + { + "title": "Flavors of Youth" + }, + { + "title": "Frieren: Beyond Journey's End" + }, + { + "title": "Fallout" + }, + { + "title": "Acolyte" + }, + { + "title": "Ashoka" + }, + { + "title": "Mr. Robot" + }, + { + "title": "Planetes" + }, + { + "title": "Nana" + }, + { + "title": "Made in Abyss" + }, + { + "title": "Yuru Camp" + }, + { + "title": "Avatar: The Last Airbender" + }, + { + "title": "Horimiya" + }, + { + "title": "Steins;Gate" + }, + { + "title": "My Love Story!!" + }, + { + "title": "Gintama" + }, + { + "title": "Hajime No Ippo" + }, + { + "title": "Dorohedoro" + }, + { + "title": "Fullmetal Alchemist: Brotherhood" + }, + { + "title": "Neon Genesis Evangelion" + }, + { + "title": "Serial Experiments Lain" + }, + { + "title": "Initial D" + }, + { + "title": "A Place Further Than the Universe" + }, + { + "title": "Tokyo Magnitude 8.0" + }, + { + "title": "Children of the Whales" + }, + { + "title": "Black Lagoon" + }, + { + "title": "The Disatrous Life of Saiki K." + }, + { + "title": "Tokyo Ghoul" + } + ] + } + ] }