letterboxd.com Open in urlscan Pro
2606:4700:10::ac43:245f  Public Scan

Submitted URL: http://letterboxd.com/
Effective URL: https://letterboxd.com/
Submission: On July 24 via manual from US — Scanned from US

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="5710f842ac9f30489423">
  <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="5710f842ac9f30489423">
  <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, 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="5710f842ac9f30489423">
  <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-b6f811bf-3b51-4367-8f32-cfca298d0a40" data-backdrop-picker-options="{&quot;id&quot;: &quot;b6f811bf-3b51-4367-8f32-cfca298d0a40&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="b6f811bf-3b51-4367-8f32-cfca298d0a40">
          <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-8cbccb87-4d03-464b-a829-855eddaeefd4" data-poster-picker-options="{&quot;id&quot;: &quot;8cbccb87-4d03-464b-a829-855eddaeefd4&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="8cbccb87-4d03-464b-a829-855eddaeefd4">
          <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:

Twisters (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: 200.35k
    * Likes: 70.02k
   
   Twisters (2024)
 *  * Views: 5.37k
    * Likes: 2.32k
   
   Dìdi (弟弟) (2024)
 *  * Views: 4.3k
    * Likes: 1.75k
   
   Kneecap (2024)
 *  * Views: 4.68k
    * Likes: 1.12k
   
   Cuckoo (2024)
 *  * Views: 2.23k
    * Likes: 757
   
   Good One (2024)
 *  * Views: 7.96k
    * Likes: 3.87k
   
   Sing Sing (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


LOCARNO77—THE LETTERBOXD PIAZZA GRANDE AWARD

 * The Seed of the Sacred Fig (2024)
 * The Flood (2024)
 * Reinas (2024)
 * Electric Child (2024)
 * Mexico 86 (2024)
 * Savages (2024)
 * Gaucho Gaucho (2024)
 * Timestalker (2024)
 * Dog on Trial (2024)
 * Rita (2024)
 * Shambhala (2024)
 * Sew Torn (2024)

The selection for the inaugural Letterboxd Piazza Grande Award at the 77th
Locarno Film Festival, running 7–17 August, 2024.


JUST REVIEWED…

2,005,661,795 films watched

 * Deadpool 2 (2018)
 * The Swan (2023)
 * Talking Heads (1980)
 * Challengers (2024)
 * Looking for Alaska (2019)
 * X-Men: The Last Stand (2006)
 * Do Revenge (2022)
 * You Are So Not Invited to My Bat Mitzvah (2023)
 * Scouts Guide to the Zombie Apocalypse (2015)
 * Bullet Train (2022)
 * White Chicks (2004)
 * The King's Man (2021)


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
 * Longlegs (2024)
   
   
   LONGLEGS 2024
   
   theresahole ★★★½ 95
   
   Calling yourself longlegs as a serial killer is so cunty lowkey… like what if
   i went by the bigfatjuicybooty strangler
   
   25,331 likes

 * Twisters (2024)
   
   
   TWISTERS 2024
   
   corey👻 ★★★★★ 11
   
   guys will say they know a spot and then drive you into a tornado
   
   9,107 likes


 * TWISTERS 2024
   
   David Sims ★★★ 20
   
   hi i’m glen powell welcome to weather jackass
   
   7,180 likes


 * LONGLEGS 2024
   
   owen ★★ 61
   
   I don’t really know what I expected but there was way more Bill Clinton
   screen time than I was both mentally and physically prepared for.
   
   12,083 likes


 * LONGLEGS 2024
   
   demi adejuyigbe 4
   
   really captures the horror of not knowing what you’re supposed to do while
   someone sings happy birthday to you
   
   4,237 likes


 * LONGLEGS 2024
   
   Jim Caddick ★★★★ 16
   
   His legs weren’t even that long
   
   6,389 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 ✧ 66K 136

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


HORROR MOVIES EVERYONE SHOULD WATCH AT LEAST ONCE

Cire 25K 203

 * 
 * 
 * 
 * 
 * 


FOR WHEN YOU WANT TO FEEL SOMETHING

bel 159K 1.1K


Remove Ads


POPULAR REVIEWERS

More


 * COREY👻
   
   3,539 films, 1,734 reviews


 * JAY
   
   1,450 films, 1,695 reviews


 * KARSTEN
   
   2,033 films, 1,466 reviews


 * DAVID SIMS
   
   4,525 films, 1,369 reviews


 * JAMES (SCHAFFRILLAS)
   
   1,055 films, 933 reviews


RECENT STORIES

All HQs

NEON


FIRE FIRE FIRE, HISS

The last known musical recording by Dale Ferdinand Kobble before the voices took
over.

Read Story

Telecine


TRAZ A PIPOCA: 2024 É O ANO DA RETOMADA DAS ANIMAÇÕES? – COM FERNANDA SCHMÖLZ E
IMAGINAGO

No episódio de hoje do Traz a Pipoca, Bruna Scot e Moisés Liporage recebem os
influenciadores Fernanda Schmölz e Imaginago para um papo sobre animações. O
gênero teve uma baixa com a pandemia? Divertidamente 2 representa essa retomada?
Precisamos ou não de mais filmes de franquias como Meu Malvado Favorito? As
respostas dessas e de muitas outras perguntas você descobre aqui.

Read Story

Oscars


‘GREEN BORDER’ DIRECTOR AGNIESZKA HOLLAND ON GIVING BACK A “VOICE TO THE
VOICELESS”

In the 1990 Holocaust drama Europa Europa, Oscar-nominated Polish auteur
Agnieszka Holland portrayed life under a fascist stronghold and the horrors one
must endure to simply survive. More than 30 years later, she has helmed an
equally unflinching call to action in Green Border, a powerful and timely drama
set against the migrant crisis in Europe.

Read Story

High On Films


10 BEST JACK NICHOLSON MOVIE PERFORMANCES

Jack Nicholson is an iconic American actor, director, and screenwriter with a
filmography spanning over five decades. Nicholson's breakout role came in 1969's
"Easy Rider," which paved the way for his prolific career in Hollywood. He has
since starred in numerous critically acclaimed and commercially successful
films, including "One Flew Over the Cuckoo's Nest," "China Town" and "The
Shining." Nicholson has been nominated for 12 Academy Awards, winning three for
his roles in "One Flew Over the Cuckoo's Nest," "Terms…

Read Story

Light House Cinema


HANDSOME DEVIL WITH DIRECTOR JOHN BUTLER + SPECIAL GUESTS AT LIGHT HOUSE

Dublin International Film Festival is hosting a special screening of John
Butler’s ‘impossible to resist’ film Handsome Devil (2016) on Thursday 25th
July, here Light House Cinema. The one-off event is part of a series of unique
cinema experiences presented as part of the Tanqueray 0.0% Film Club and will
feature an In Conversation with John Butler and other special guests.

Read Story

Golden Age Cinema and Bar


SHINJI SŌMAI AT GOLDEN AGE

This Saturday 27 July masterpiece, we’re proud to present one last screening of
the new 4K restoration of Shinji Sōmai’s masterpiece Typhoon Club, which won the
Grand Prix at the first Tokyo International Film Festival in 1985 and ranked the
10th best Japanese film of all time, according to Japan’s Kinema Junpo poll.

Read Story

Kino Xenix


OPEN AIR: CROSSING

VORPREMIERE: Auf der Suche nach ihrer Nichte reist die pensionierte Lehrerin Mia
von Georgien nach Istanbul und taucht unerwartet in die queere Subkultur der
Stadt ein.

Read Story

Independent Picture House


THE TERMINATOR: REVISIT A CROWD-PLEASING CLASSIC

Many moons ago, when I had my first job as a movie “critic,” I was tasked with
watching the new release Terminator: Genisys. I had low hopes, stemming from the
Entertainment Weekly spread that showed a bunch of mid-tier actors holding prop
guns and screaming (which now ironically looks like most Zoomers’ YouTube home
pages). My love for all things Terminator trumped my skepticism, however, and I
headed to my local Chicago multiplex with my friend Scott in tow.
Unfortunately,…

Read Story

FILMICCA


HIENAS, DE DJIBRIL DIOP MAMBÉTY, POR TATI REGIS

O “Cinema Africano”, ou o que entendemos dele, nasce daquele desejo de cineastas
do

Read Story

Forest City Film Festival


MAKING OF “THE BOY IN THE WOODS”: DIRECTOR’S CONVERSATION

Originally published on the Forest City Film Festival blog.

Read Story

Curzon


HOW CHILDHOOD PERSPECTIVES COMPLICATE ADULT DRAMAS

By Emily Maskell

Read Story

Edinburgh International Film Festival


EDINBURGH INTERNATIONAL FILM FESTIVAL REVEALS 2024 PROGRAMME

The relaunched EIFF runs from Thursday 15 August to Wednesday 21 August

Read Story



RECENT SHOWDOWNS

More
In progress


SHORT CUTS

BEST ANTHOLOGY FILMS


CHOPPING MALL

BEST ’80S HORROR FILMS


STAGE DOOR

BEST STAGE-TO-SCREEN FILM ADAPTATIONS


RECENT NEWS

More


PRISON DRAMA

Colman Domingo on the healing power of theater in Sing Sing.


SODERBERGH’S SIX

Steven Soderbergh’s life tips, including: don’t retire and don’t trust drunk
Matt Damon.


OLD FRIENDS

Ringing in 35 years of the knit-fits and neuroses of When Harry Met Sally…

 * 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



←July,
2024→MoTuWeThFrSaSuJanFebMarAprMayJunJulAugSepOctNovDec123456789101112131415161718192021222324252627282930311234567891011201820192020202120222023202420252026202720282029