letterboxd.com Open in urlscan Pro
172.67.36.95  Public Scan

Submitted URL: http://letterboxd.com/
Effective URL: https://letterboxd.com/
Submission: On August 27 via api from AU — Scanned from AU

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="ecea156594674ca32eb0">
  <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="ecea156594674ca32eb0">
  <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="ecea156594674ca32eb0">
  <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-46a20892-c19d-4b75-a76b-a36d3d528914" data-backdrop-picker-options="{&quot;id&quot;: &quot;46a20892-c19d-4b75-a76b-a36d3d528914&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="46a20892-c19d-4b75-a76b-a36d3d528914">
          <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-26ad1a25-87a3-41f9-8835-32b151456afe" data-poster-picker-options="{&quot;id&quot;: &quot;26ad1a25-87a3-41f9-8835-32b151456afe&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="26ad1a25-87a3-41f9-8835-32b151456afe">
          <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: 385.24k
    * Likes: 144.9k
   
   Alien: Romulus (2024)
 *  * Views: 6.32k
    * Likes: 2.04k
   
   Between the Temples (2024)
 *  * Views: 2.9k
    * Likes: 1.1k
   
   My Old Ass (2024)
 *  * Views: 105
    * Likes: 35
   
   Rebel Ridge (2024)
 *  * Views: 24.44k
    * Likes: 8.1k
   
   Red Rooms (2023)
 *  * Views: 19.05k
    * Likes: 7.39k
   
   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,062,187,220 films watched

 * Saltburn (2023)
 * Fifty Shades of Grey (2015)
 * Dark Places (2015)
 * Dial a Prayer (2015)
 * Diary of a Wimpy Kid: Rodrick Rules (2011)
 * Howard the Duck (1986)
 * Green Lantern: Beware My Power (2022)
 * Interview with the Vampire (1994)
 * Mulan II (2004)
 * Jennifer's Body (2009)
 * Saltburn (2023)
 * The Perks of Being a Wallflower (2012)


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
 * Alien: Romulus (2024)
   
   
   ALIEN: ROMULUS 2024
   
   Louis Peitzman ★★★★ 33
   
   I'm starting to feel like the Weyland-Yutani Corporation does not have our
   best interests at heart.
   
   11,095 likes

 * Alien: Romulus (2024)
   
   
   ALIEN: ROMULUS 2024
   
   mariano ★★★★ 45
   
   every time they bullied andy i wanted to punch a hole thru the fucking screen
   
   8,018 likes

 * Alien: Romulus (2024)
   
   
   ALIEN: ROMULUS 2024
   
   Marianna Neal ★★★★ 132
   
   I can just feel the people who are getting ready to complain about "fan
   service", but I'm a fan and I was fucking SERVICED!
   
   9,630 likes


 * IT ENDS WITH US 2024
   
   carley thorne ★ 35
   
   got the most explosive diarrhea of my life during this colleen hoover you
   will be hearing from my lawyers
   
   7,971 likes


 * ODDITY 2024
   
   Mike Flanagan 29
   
   Absolutely excellent. Damian Mc Carthy's engrossing, terrifying followup to
   his atmospheric and chilling CAVEAT is a masterclass in dread, atmosphere,
   and tension. An arresting opening sequence involving a woman answering the
   door to an unsettling stranger blossoms into a tale of supernatural revenge,
   mournful spirits, and buried secrets.
   
   I loved this. One of the best of the year, for sure, and confirmation that Mc
   Carthy is the real deal. This one gets under the skin.
   
   1,388 likes


 * BLINK TWICE 2024
   
   timtamtitus ★★★★ 21
   
   WOOO HE'S BOUTTA MAKE A NAME FOR HIMSELF
   
   2,428 likes


POPULAR LISTS

More
 * 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 ✧ 80K 165

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


HORROR MOVIES EVERYONE SHOULD WATCH AT LEAST ONCE

Cire 37K 321

 * Cha Cha Real Smooth (2022)
 * Chef (2014)
 * Fantastic Mr. Fox (2009)
 * Little Miss Sunshine (2006)
 * My Life as a Zucchini (2016)


FOR WHEN YOU WANT TO FEEL SOMETHING

bel 170K 1.1K


Remove Ads


POPULAR REVIEWERS

More


 * KARSTEN
   
   2,053 films, 1,477 reviews


 * JAY
   
   1,465 films, 1,715 reviews


 * JAMES (SCHAFFRILLAS)
   
   1,068 films, 946 reviews


 * LUCY
   
   2,638 films, 1,808 reviews


 * 24FRAMESOFNICK
   
   1,295 films, 674 reviews


RECENT STORIES

All HQs

High On Films


THE 10 BEST LEONARDO DICAPRIO MOVIE PERFORMANCES

Leonardo DiCaprio's illustrious filmography is a testament to his remarkable
acting prowess and diverse roles. From his early work in "What's Eating Gilbert
Grape" and the cultural phenomenon "Titanic," which catapulted him to global
stardom, to his collaboration with director Martin Scorsese in films like "The
Wolf of Wall Street" and "Shutter Island," DiCaprio's talent is consistently on
display. He's tackled a wide spectrum of characters, from the enigmatic Jay
Gatsby in "The Great Gatsby" to the rugged frontiersman in…

Read Story

Athens International Film Festival


ΠΆΡΕ ΚΙ ΕΣΎ ΜΈΡΟΣ ΣΤΙΣ ΝΎΧΤΕΣ ΠΡΕΜΙΈΡΑΣ! - ΠΡΌΣΚΛΗΣΗ ΕΝΔΙΑΦΈΡΟΝΤΟΣ ΓΙΑ
ΕΘΕΛΟΝΤΈΣ/-ΡΙΕΣ ΣΤΟ 30Ό ΔΙΕΘΝΈΣ ΦΕΣΤΙΒΆΛ ΚΙΝΗΜΑΤΟΓΡΆΦΟΥ ΤΗΣ ΑΘΉΝΑΣ ΝΎΧΤΕΣ
ΠΡΕΜΙΈΡΑΣ!

Το Διεθνές Φεστιβάλ Κινηματογράφου της Αθήνας Νύχτες Πρεμιέρας γιορτάζει φέτος
τα 30 του χρόνια! Όλο αυτό το διάστημα το Φεστιβάλ δεν θα μπορούσε να υπάρξει
χωρίς την πολύτιμη βοήθεια των εθελοντών/-τριών, των ανθρώπων που αφιερώνουν τον
χρόνο τους πριν και κατά τη διάρκεια του Φεστιβάλ.

Read Story

Cinema Rediscovered


“LONELINESS AIN’T NO LAUGHING MATTER” - THOUGHTS ON CHARLES BURNETT AND THE
ANNIHILATION OF FISH, BY ADAM MURRAY

The films of Charles Burnett have had a huge impact on me as a film programmer,
as a mixed-race Black man and as a human being. His work has had an uncanny
influence on my personal journey navigating and enriching my understanding of
life, identity, and an ongoing love of cinema and storytelling. 

Read Story

Regent Street Cinema


CELEBRATE OUR REOPENING WITH A WEEKEND OF £4 TICKETS!

To celebrate our reopening, this weekend all tickets are just £4!

Read Story

Oscars


‘ALIEN: ROMULUS’ WITH FEDE ÁLVAREZ & MORE FILMMAKERS | ACADEMY CONVERSATIONS

'Alien: Romulus' Academy Conversation with:

Read Story

Paramount+


A MOUNTAIN OF INSPIRING BIOPICS (WEEK OF 8/26/2024)

When you say Paramount+, we think inspiring biopics.

Read Story

Film Colossus


WANT TO KNOW HOW A FILM CRITIC ANALYZES A MOVIE? UNDERSTANDING KINDS OF KINDNESS

It's one thing to explain a movie. It's another thing to explain how to explain
a movie. I thought Kinds of Kindness would be a great time to take you through
my process of analyzing films.

Read Story

GALERIE


JAMES SCHAMUS: INDIE CINEMA’S GOLDEN TOUCH

So what exactly does a producer do? The industry legend demystifies a career of
award-winning collaborations with Ang Lee and others

Read Story

YourClassical


SEND IN YOUR SATURDAY CINEMA REQUESTS!

Lynne Warfel plays film music every Saturday morning on Saturday Cinema. Submit
your requests to be considered for a future show here.

Read Story

MUBI


ONE SHOT | MICHAEL MANN’S DINERS

A Denver omelet. Ham on rye. Nothing more, nothing less.

Read Story

The Extra Credits


‘ALIEN: ROMULUS’ ANALYSIS (A VERY CRITICAL ONE)

Alien: Romulus Sanitizes the Alien Franchise

Read Story

Movie Night Extravaganza


EPISODE 232: DEADPOOL & WOLVERINE WITH JOSH FROM AFTERNOON TUNE

"I am the Messiah. I am Marvel Jesus."

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


EMERALD CITY DREAMS

Reckoning with the wondrous and wicked legacy of The Wizard of Oz at 85


LOVE FROM LOCARNO

Five filmmakers in Locarno share their great cinephile loves with Letterboxd.


BEST OF BLACKSTAR 2024

A round-up of the best of the Philly-based BlackStar fest.

 * 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

 
-1:0-2