letterboxd.com Open in urlscan Pro
172.67.36.95  Public Scan

Submitted URL: http://boxd.it/
Effective URL: https://letterboxd.com/
Submission: On August 31 via api from US — Scanned from IT

Form analysis 6 forms found in the DOM

POST #

<form method="post" action="#" id="signin" class="signin signin-form js-header-signin-form js-signin -hidden" data-url="/user/login.do" data-recaptcha-action="signin" novalidate="novalidate" autocorrect="off" autocapitalize="off"
  style="opacity: 0; display: none;">
  <input type="hidden" name="__csrf" value="fd138ce306d98b726684">
  <input type="hidden" name="authenticationCode" value="">
  <fieldset class="fieldset">
    <div class="fields">
      <div class="col">
        <label for="username">Username</label>
        <input type="email" name="username" id="username" class="field signin-field" tabindex="1" data-focus-control="signingIn" autocomplete="email" inputmode="email" value="">
      </div>
      <div class="col">
        <label for="password">Password</label>
        <input type="password" name="password" id="password" class="field signin-field" tabindex="2" autocomplete="current-password" value="">
      </div>
      <div class="signin-actions">
        <label for="remember" class="option-label -checkbox -small">
          <input type="checkbox" name="remember" id="remember" class="checkbox" tabindex="3" value="true"><i class="substitute"></i>
          <span class="focus">Remember<span class="mob-hide"> me</span></span>
        </label>
        <p class="reset" tabindex="5"><a class="reset-password-link" href="/user/request-password-reset" target="_top">Forgotten<span class="elongated"> username or password</span>?</a></p>
      </div>
      <div class="col buttons">
        <div class="button-container"><input type="submit" value="Sign in" class="button -action button-green" tabindex="4"><i></i></div>
        <div class="close js-close-signin">×</div>
      </div>
    </div>
  </fieldset>
  <div id="signin-message" class="errormessage"></div>
</form>

POST /s/save-diary-entry

<form method="post" action="/s/save-diary-entry" id="diary-entry-form" class="fields-reversed">
  <input type="hidden" name="__csrf" value="fd138ce306d98b726684">
  <input type="hidden" name="viewingId" value="" id="frm-viewing-id">
  <input type="hidden" name="filmId" value="" id="frm-film-id">
  <fieldset>
    <div class="form-row specified-dates">
      <div class="col col-6 col-gap overflow js-specify-date">
        <div class="needsclick">
          <label for="frm-specify-date" class="needsclick option-label -checkbox -default -reversed">
            <input type="checkbox" name="specifiedDate" id="frm-specify-date" class="needsclick js-specify-date checkbox " value="true"><i class="substitute"></i>
            <span id="frm-specify-date-label">Add film to your&nbsp;diary?</span>
          </label>
          <span id="frm-watched-label" style="display:none">Watched on <a href="#" id="add-date" class="modal-link"></a></span>
        </div>
      </div>
      <div class="col col-6 overflow">
        <label for="frm-rewatch" id="frm-rewatch-label" class="option-label -checkbox -default">
          <input type="checkbox" name="rewatch" id="frm-rewatch" class="checkbox" value="true"><i class="substitute"></i> I’ve watched this film before </label>
      </div>
      <input type="hidden" name="viewingDateStr" id="frm-viewing-date-string" value="">
    </div>
    <div class="form-row">
      <textarea name="review" id="frm-review" class="field" placeholder="Add a review..."></textarea>
    </div>
    <div class="form-row clearfix">
      <div class="col col-7 has-topnote add-tags">
        <label for="frm-tags">Tags</label>
        <p class="note -topnote mob-hide">Press Tab to complete, Enter to create</p>
        <div class="autocomplete-tags">
          <div id="tag-container">
            <input type="text" id="frm-tags" class="tag-input-field field" name="tags" placeholder="eg. netflix" data-url="/s/autocompletetags">
          </div>
          <div id="current-tags">
          </div>
        </div>
      </div>
      <div class="col col-1 col-right like-field">
        <label class="option-label -like">
          <input id="film-like-checkbox" type="checkbox" name="liked" value="true" class="ajax-working like-checkbox"><i class="substitute"></i> Like </label>
      </div>
      <div class="col col-4 col-right has-topnote rate-film">
        <label>Rating</label>
        <p class="note -topnote rating-text"></p>
        <input id="frm-rating" name="rating" type="range" min="0" max="10" step="1" value="0">
        <div class="rateit" data-rateit-backingfld="#frm-rating" data-rateit-starwidth="13" data-rateit-starheight="26" data-rateit-resetable="true"></div>
      </div>
    </div>
    <div class="form-row clearfix row-last ">
      <div id="contains-spoilers" class="col col-6 col-gap overflow">
        <label for="frm-spoilers" class="label-spoilers option-label -checkbox -default">
          <input type="checkbox" name="containsSpoilers" id="frm-spoilers" class="checkbox" value="true"><i class="substitute"></i> Contains spoilers </label>
        <p id="frm-spoilers-locked-label" class="note" style="display:none">A moderator has locked this field.</p>
      </div>
      <div class="col right">
        <input id="diary-entry-submit-button" type="submit" class="button -action button-action" value="Save">
        <a href="#" id="diary-entry-delete-button" class="button button-delete -destructive ajax-click-action" data-confirm="Are you sure you want to delete this entry? It will disappear from your profile, but remain in your account export bundle for 30&nbsp;days, in a folder of deleted&nbsp;items.">Delete</a>
      </div>
    </div>
  </fieldset>
</form>

POST /s/add-film-to-list

<form method="post" action="/s/add-film-to-list" class="not-expanded modal-container -mini">
  <input type="hidden" name="__csrf" value="fd138ce306d98b726684">
  <input class="film-id" type="hidden" name="filmId">
  <div class="header">
    <h1 class="title-2">Add <span class="film-name"></span> to lists</h1>
    <div id="js-modal-warning" class="text" style="display: none;"></div>
    <div class="segmented-control js-list-type-toggle -stretched">
      <div class="options">
        <button class="option -selected" data-list-type="public">Public</button>
        <button class="option" data-list-type="private">Private</button>
      </div>
    </div>
  </div>
  <div class="body js-add-to-list-body">
    <div class="list-selection -selected js-list-selection" data-list-type="public">
      <div class="actions">
        <a href="" class="new js-new-list" data-private-list="false"><span class="plus"></span>New list…</a>
        <div class="filter">
          <input type="text" class="input js-list-filter" id="list-filter-public" autocomplete="off" placeholder="Type to search"><label for="list-filter-public" class="trigger"></label>
          <button class="clear js-list-filter-clear">Clear</button>
        </div>
      </div>
    </div>
    <div class="list-selection js-list-selection" data-list-type="private">
      <div class="actions">
        <a href="" class="new js-new-list" data-private-list="true"><span class="plus"></span>New list…</a>
        <div class="filter">
          <input type="text" class="input js-list-filter" id="list-filter-private" autocomplete="off" placeholder="Type to search"><label for="list-filter-private" class="trigger"></label>
          <button class="clear js-list-filter-clear">Clear</button>
        </div>
      </div>
    </div>
  </div>
  <div class="footer">
    <div class="status">
      <p class="js-selected-lists-state"></p>
    </div>
    <div class="actions">
      <input type="submit" class="button -action button-action js-add-to-list-submit" value="Add" disabled="">
    </div>
  </div>
</form>

GET /search/

<form id="search" class="js-search-form search-form" action="/search/" method="get" autocorrect="off">
  <input autocomplete="false" name="hidden" type="text" style="display:none;">
  <fieldset>
    <label for="search-q" class="hidden">Search:</label>
    <input type="text" name="q" id="search-q" class="field -borderless" data-lpignore="true" inputmode="search" value="">
    <input type="submit" value="Search" class="action">
  </fieldset>
</form>

POST

<form id="backdrop-picker-modal" class="modal fade content-media-picker-modal backdrop-picker-modal" method="post" action="" novalidate="novalidate" tabindex="-1" role="dialog" aria-labelledby="backdrop-picker-modal-title" aria-hidden="true"
  data-bs-backdrop="static">
  <div class="modal-dialog modal-lg modal-fullscreen-sm-down modal-dialog-centered modal-dialog-scrollable">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="backdrop-picker-modal-title">Select your preferred backdrop</h5>
        <button type="button" class="modal-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <div id="backdrop-picker-f65c63f2-3276-4895-8aea-aeeee59161cd" data-backdrop-picker-options="{&quot;id&quot;: &quot;f65c63f2-3276-4895-8aea-aeeee59161cd&quot;}" data-js-target="backdrop-picker" class="content-media-picker backdrop-picker">
        </div>
      </div>
      <div class="modal-footer">
        <div class="content-media-picker-note" hidden=""></div>
        <div class="content-media-picker-controls backdrop-picker-controls" data-backdrop-picker-controls-for="f65c63f2-3276-4895-8aea-aeeee59161cd">
          <div class="modal-action-group -center"> <button class="button -destructive" type="button" data-js-trigger="reset" disabled=""> <span class="label" data-js-label-for="film">Reset <span class="js-image-type">poster</span></span> <span
                class="label" data-js-label-for="object" hidden="">Reset for <span class="js-object-name">item</span></span> </button> <button class="button -action" type="submit" data-js-trigger="submit" disabled=""> <span class="label"
                data-js-label-for="film">Save<span class="mob-hide"> changes</span></span> <span class="label" data-js-label-for="object" hidden="">Save<span class="mob-hide"> for <span class="js-object-name">item</span></span></span> </button>
          </div>
          <div class="objectonly js-objectonly" aria-hidden="true" hidden=""> <label for="backdrop-picker-frm-object-only" class="option-label -checkbox -medium -reversed"> <input type="checkbox" value="true" class="checkbox"
                id="backdrop-picker-frm-object-only" data-js-trigger="object-only" disabled=""><i class="substitute"></i>This <span class="js-object-name">item</span> only </label> </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="poster-picker-modal" class="modal fade content-media-picker-modal poster-picker-modal" method="post" action="" novalidate="novalidate" tabindex="-1" role="dialog" aria-labelledby="poster-picker-modal-title" aria-hidden="true"
  data-bs-backdrop="static">
  <div class="modal-dialog modal-lg modal-fullscreen-sm-down modal-dialog-centered modal-dialog-scrollable">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="poster-picker-modal-title">Select your preferred <span class="js-image-type">poster</span></h5>
        <button type="button" class="modal-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <div id="poster-picker-908fe81f-4a34-44af-a72c-89d126a9c7e2" data-poster-picker-options="{&quot;id&quot;: &quot;908fe81f-4a34-44af-a72c-89d126a9c7e2&quot;}" data-js-target="poster-picker" class="content-media-picker poster-picker"></div>
      </div>
      <div class="modal-footer">
        <div class="content-media-picker-note" hidden=""></div>
        <div class="content-media-picker-controls poster-picker-controls" data-poster-picker-controls-for="908fe81f-4a34-44af-a72c-89d126a9c7e2">
          <div class="modal-action-group -center"> <button class="button -destructive" type="button" data-js-trigger="reset" disabled=""> <span class="label" data-js-label-for="film">Reset <span class="js-image-type">poster</span></span> <span
                class="label" data-js-label-for="object" hidden="">Reset for <span class="js-object-name">item</span></span> </button> <button class="button -action" type="submit" data-js-trigger="submit" disabled=""> <span class="label"
                data-js-label-for="film">Save<span class="mob-hide"> changes</span></span> <span class="label" data-js-label-for="object" hidden="">Save<span class="mob-hide"> for <span class="js-object-name">item</span></span></span> </button>
          </div>
          <div class="objectonly js-objectonly" aria-hidden="true" hidden=""> <label for="poster-picker-frm-object-only" class="option-label -checkbox -medium -reversed"> <input type="checkbox" value="true" class="checkbox"
                id="poster-picker-frm-object-only" data-js-trigger="object-only" disabled=""><i class="substitute"></i>This <span class="js-object-name">item</span> only </label> </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

LETTERBOXD — YOUR LIFE IN FILM

 * Sign in
 * Create account
 * Films
 * Lists
 * Members
 * Journal

Username
Password
Remember me

Forgotten username or password?

×



ADD TO YOUR FILMS…

Name of Film
Back


Add film to your diary? Watched on
I’ve watched this film before

Tags

Press Tab to complete, Enter to create


Like
Rating




Contains spoilers

A moderator has locked this field.

Delete


ADD TO LISTS


Public Private
New list…
Clear
New list…
Clear


  Visible to anyone (with link)   Visible to the member’s friends (with link)  
Only visible to you
Search:

Alien: Romulus (2024)


TRACK FILMS YOU’VE WATCHED.
SAVE THOSE YOU WANT TO SEE.
TELL YOUR FRIENDS WHAT’S GOOD.  

Get started — it‘s free!

The social network for film lovers. Also available on iOS, Apple TV and Android
 

 *  * Views: 444.99k
    * Likes: 165.47k
   
   Alien: Romulus (2024)
 *  * Views: 8.25k
    * Likes: 2.75k
   
   Between the Temples (2024)
 *  * Views: 3.04k
    * Likes: 1.14k
   
   My Old Ass (2024)
 *  * Views: 167
    * Likes: 67
   
   Rebel Ridge (2024)
 *  * Views: 24.74k
    * Likes: 8.2k
   
   Red Rooms (2023)
 *  * Views: 32.33k
    * Likes: 12.2k
   
   Strange Darling (2023)


LETTERBOXD LETS YOU…

Keep track of every film you’ve ever watched (or just start from the day
you join)

Show some love for your favorite films, lists and reviews with a “like”

Write and share reviews, and follow friends and other members to read theirs

Rate each film on a five-star scale (with halves) to record and share
your reaction

Keep a diary of your film watching (and upgrade to Pro for comprehensive stats)

Compile and share lists of films on any topic and keep a watchlist of films
to see


Remove Ads


JUST REVIEWED…

2,069,513,730 films watched

 * Persona (1966)
 * Puss in Boots: The Last Wish (2022)
 * Alien: Romulus (2024)
 * Prometheus (2012)
 * MaXXXine (2024)
 * Past Lives (2023)
 * Z-O-M-B-I-E-S 2 (2020)
 * Take Me to the River (2015)
 * The Karate Kid (2010)
 * All About Lily Chou-Chou (2001)
 * Guardians of the Galaxy Vol. 3 (2023)
 * The Exorcist (1973)


WRITE AND SHARE REVIEWS. COMPILE YOUR OWN LISTS. SHARE YOUR LIFE IN FILM.

Below are some popular reviews and lists from this week. Sign up to create your
own.


POPULAR REVIEWS THIS WEEK

More
 * Blink Twice (2024)
   
   
   BLINK TWICE 2024
   
   Emma 🔆 ★★½ 28
   
   Don’t Worry About The Menu Darling, Get Out
   
   4,888 likes

 * Hush (2016)
   
   
   HUSH 2016
   
   Mike Flanagan 119
   
   Now available for rent or purchase on all digital platforms! And stay tuned
   for more exciting news in the next week or two...
   
   2,894 likes

 * Blink Twice (2024)
   
   
   BLINK TWICE 2024
   
   timtamtitus ★★★★ 34
   
   WOOO HE'S BOUTTA MAKE A NAME FOR HIMSELF
   
   4,258 likes


 * ALIEN: ROMULUS 2024
   
   mariano ★★★★ 52
   
   every time they bullied andy i wanted to punch a hole thru the fucking screen
   
   9,896 likes


 * BLINK TWICE 2024
   
   ram<3 ★★★★ 34
   
   the saltburnification of don’t worry darling
   
   3,680 likes


 * ALIEN: ROMULUS 2024
   
   Louis Peitzman ★★★★ 37
   
   I'm starting to feel like the Weyland-Yutani Corporation does not have our
   best interests at heart.
   
   12,697 likes


POPULAR LISTS

More
 * French Cancan (1955)
 * The Bad Sleep Well (1960)
 * The Bitter Tea of General Yen (1933)
 * Shanghai Express (1932)
 * The Awful Truth (1937)


MOVIES THAT I HIGHLY RECOMMEND

Francis Ford Coppola 2.9K 88

 * Marie Antoinette (2006)
 * Lost in Translation (2003)
 * The Umbrellas of Cherbourg (1964)
 * Portrait of a Lady on Fire (2019)
 * Phantom Thread (2017)


୭ DEFINITION OF GIRLY CLASSICS 🎀 ˚₊· ͟͟͞͞➳❥

liza ✧ 82K 170

 * X (2022)
 * Pearl (2022)
 * Evil Dead (2013)
 * Inside (2007)
 * I Saw the Devil (2010)


HORROR MOVIES EVERYONE SHOULD WATCH AT LEAST ONCE

Cire 39K 331


Remove Ads


POPULAR REVIEWERS

More


 * KARSTEN
   
   2,054 films, 1,479 reviews


 * JAY
   
   1,470 films, 1,719 reviews


 * JAMES (SCHAFFRILLAS)
   
   1,069 films, 948 reviews


 * LUCY
   
   2,639 films, 1,808 reviews


 * RAM<3
   
   4,633 films, 3,249 reviews


RECENT STORIES

All HQs

Grosvenor Picture Theatre


DOG FRIENDLY SCREENINGS RETURN!

If there's one thing we get asked about more than anything else over our
socials, it's "are you ever going to do dog friendly screenings again?".

Read Story

LAB111


GIRLS OF PLENTY

This September, Girls Of Plenty will explore all the outrageous women who make
us laugh and think, who entertain us, and show us how we all, in some way or
another, perform our gender.

Read Story

STUDIOCANAL


AIR AMERICA | NEW 4K RESTORATION

Welcome on board AIR AMERICA!

Read Story

Cinema Rediscovered


RETURNING TO NEWCRAIGHALL: THE BILL DOUGLAS TRILOGY, BY AMAYA BAÑUELOS MARCO

There’s an undeniable allure of visiting a place that has been immortalised on
film, particularly if it happens to be one not far from where you live, one
you’ve never paid much (or any) attention to. Living in Edinburgh, I felt
compelled to visit Newcraighall, a former mining village, now a suburb in the
south-east of the Scottish capital after watching The Bill Douglas Trilogy (My
Childhood, My Ain Folk, and My Way Home) at this year’s Cinema Rediscovered
film…

Read Story

DCA Cinema


SEPTEMBER FILMS AT DCA

We’ve got so many exciting new films this month, including blockbuster
historical dramas Firebrand, Leeand The Critic, plus The Outrun, The
Substance and more. Plus, don’t miss National Cinema Day on Sat 31 August. We’re
showing a selection of new releases plus nostalgic favourites Toy Story, The
Mummy (1999) and Pulp Fiction, all with the special ticket price of £4.

Read Story

Film Colossus


THE FILM COLOSSUS PODCAST | SYNECDOCHE, NEW YORK

This week on the Film Colossus Podcast, we delve into one of the most
confounding movies ever: Synecdoche, New York. And we’re here to say the movie,
while surreal and outlandish and subversive, is actually much simpler than it
seems. We go down a strange path trying to put Charlie Kaufman’s bizarre movie
into words—join us.

Read Story

Arrow Video + ARROW


THE LAST STARFIGHTER - UNBOXING

Greetings Starfighter!

Read Story

Oscars


‘SEBASTIAN’ WITH RUARIDH MOLLICA, MIKKO MÄKELÄ & JAMES WATSON | ACADEMY
CONVERSATIONS

'Sebastian' Academy Conversation with:

Read Story

UniversCiné


LA ESPERA : NOTRE EXCLU DU MOIS D’AOÛT

Ce mois-ci, UniversCiné vous propose La Espera, de F. Javier Gutiérrez, qui
marque le retour en Espagne du réalisateur après son expérience américaine sur
Le Cercle : Rings. Un retour au pays qui s’ancre sous le cagnard de son
Andalousie natale, pour livrer un film à la croisée des genres, mêlant western,
drame rural, film de vengeance et folk horror. Gutiérrez use ici du format
panoramique pour filmer les paysages arides et déserts de la campagne reculée
andalouse, tout autant…

Read Story

LaCinetek


DIRECTORS’ LISTS: JOHN WOO RECOMMENDS

John Woo grew up in Hong Kong and began his career as a production assistant at
the famous Shaw Brothers studios before directing his first feature film, The
Young Dragons (1974). Influenced by traditional Chinese values of chivalry, he
directed several martial arts films, including Hand of Death with Jackie Chan.
In 1983, he had a pivotal encounter with director Tsui Hark, who produced his A
Better Tomorrow trilogy, which became a huge success. Woo then directed The
Killer (1989)…

Read Story

High On Films


7 MOVIES ABOUT TEACHERS, OUTSIDE THE CLASSROOM

On teacher’s day, we mostly remember visiting School in colorful outfits,
presenting our educational instructors with a card or a bouquet, and giving
speeches expressing our gratitude toward them. But how many of us have done the
same with our teachers outside of the classroom? I doubt we even think of them
as teachers and prefer to use the term coach while on the sports field. With
this here, we are recommending "The Empire Strikes Back," "Kill Bill: Vol. 2,"…

Read Story

The Extra Credits


ALIEN & BLADE RUNNER MOVIES RANKED

In space, no one can hear you podcast

Read Story



RECENT SHOWDOWNS

More
In progress


DOG DAY AFTERNOON

SWEATIEST FILMS


GOOD TIME

BEST TAUT THRILLERS


THE IDEA OF YOU

BEST FILMS ABOUT FANDOM


RECENT NEWS

More


SEARCH PARTY

How our updated search can assist with typos, memory lapses and four-faves
compatibility queries.


2024 FALL FEST PREVIEW

Fifteen films to look forward to across the 2024 fall film festivals.


E-GIRL DETECTIVES

Seeking Mavis Beacon filmmakers Jazmin Jones and Olivia McKayla Ross on their
new cyber-doc.

 * About
 * Pro
 * News
 * Apps
 * Podcast
 * Year in Review
 * Gifts
 * Help
 * Terms
 * API
 * Contact

X
Threads
Facebook
Instagram
TikTok
YouTube

© Letterboxd Limited. Made by fans in Aotearoa New Zealand. Film data from TMDb.
Mobile site.
This site is protected by reCAPTCHA and the Google privacy policy and terms of
service apply.

SELECT YOUR PREFERRED BACKDROP


Reset poster Reset for item Save changes Save for item
This item only

SELECT YOUR PREFERRED POSTER


Reset poster Reset for item Save changes Save for item
This item only

UPGRADE TO REMOVE ADS

Letterboxd is an independent service created by a small team, and we rely mostly
on the support of our members to maintain our site and apps. Please consider
upgrading to a Pro account—for less than a couple bucks a month, you’ll get cool
additional features like all-time and annual stats pages (example), the ability
to select (and filter by) your favorite streaming services, and no ads!

Learn more about Pro



←August,
2024→MoTuWeThFrSaSuJanFebMarAprMayJunJulAugSepOctNovDec2930311234567891011121314151617181920212223242526272829303112345678201820192020202120222023202420252026202720282029