TopMovieList
Back to Blog

Hidden Gems, Decoded: How the TML Score Finds Underrated Movies

Hoon Choi

Hoon Choi

June 26, 2026 5 min read

Hidden Gems, Decoded: How the TML Score Finds Underrated Movies

Charles Laughton directed exactly one movie. The Night of the Hunter came out in 1955, reviews were mixed at best, audiences stayed away, and Laughton never got behind a camera again. It took decades for people to come around and call it one of the best American films ever made. That gap, between how good a movie actually is and how many people noticed at the time, is the whole reason we built the TML Score. We pointed it at the catalog and put what it found on a new set of pages.

What is the TML Score?

The TML Score is a number we calculate for every movie in the database, 0 to 100. Rather than lean on one source or a gut call, it blends two things that already carry weight on their own: the IMDb rating, which is the crowd's read, and the Metascore, which rolls up professional critics. IMDb tells you what the audience thought, Metascore tells you what critics thought, and a film both camps respected scores well. One that only won over a single side gets quietly dinged for it.

The hidden gem boost

Here's the part that makes this worth doing, and it's the same logic that would have caught Laughton's film in 1955 instead of leaving it for later decades to rediscover. Once a film's blended score clears a quality bar, we check its box office against a line under which roughly a third of the catalog falls, around $4.4 million. Clear the bar and land under that line, and the score gets a flat four point bump for being overlooked instead of just being good. Take The Night of the Hunter itself: the blend of its IMDb rating and Metascore works out to roughly 88, and its theatrical run brought in $654,000, well under that line, so the bump lifts it to the 92 it carries on the site today. Commercial success and quality aren't the same thing, and this is the part of the score that says so instead of just asserting it.

Meet the Underrated pages

We ran that score against the whole catalog and pulled out the films that scored high but earned little relative to their peers. What came out is a new section: Underrated Movies by Genre.

There are fifteen genre pages in all, each one ranking the best hidden gems within a single category. Start with the prestige categories, Drama and Crime, or head straight for the genres that get dismissed hardest come awards season: Horror, Animation, and War. Pick whatever you're in the mood for and you land on a ranked list of movies that deserved a much bigger audience than they got.

A few gems to get you started

  • Kurosawa's Seven Samurai invented the template everyone else has been quoting since. Strangers assemble to defend something they don't even own, and that shape runs straight through Westerns to the modern superhero ensemble. It's one of just seventeen films on the whole site scored 93 or higher, and most casual viewers still treat it like homework instead of what I'd call the most influential action film ever made.
  • Portrait of a Lady on Fire is the newest film on this list by decades, and it earns its spot on craft, not reputation. Céline Sciamma builds the whole story around a painter secretly commissioned to paint a woman before her arranged marriage, and the longer the two of them share that isolated coastline, the more the act of looking becomes the plot. It made just under $3.8 million theatrically, proof the same underrated gap still opens up for movies as recent as 2019, not just the black-and-white ones.
  • I opened with The Night of the Hunter, and it's still the clearest case on this list. Laughton's only credit as a director is a nightmare fairy tale: a preacher with LOVE and HATE tattooed across his knuckles, stalking two children down a river. It flopped badly enough to end his career behind the camera, and it took a generation of critics to give it the reappraisal it deserved.
  • Everyone warns you about Grave of the Fireflies right before they insist you watch it anyway. Takahata doesn't soften any of it: two siblings trying to survive on their own after the firebombing of Kobe, headed toward an ending the film tells you is coming from its very first scene. Its score sits right alongside the other three here, proof the deserved-versus-received gap isn't limited to old Hollywood or foreign classics.

How to use it

Next time the algorithm serves you the same ten blockbusters, skip it and go straight to Underrated Movies by Genre. If you only click one, make it Horror. Horror sits in the upper half of the genre list on this measure: nearly half its most acclaimed titles also underperformed at the box office, well ahead of comedy, action, and adventure. It's still the genre that gets treated like a lesser one whenever awards season or wide-release calendars get decided, and for once the numbers back up the complaint instead of just repeating it.

Every film on those pages cleared the same bar the four above did: strong with critics, strong with audiences, and quiet at the box office. Start there instead of wherever your queue left off.

---

Verification notes (not part of the post): I queried the live Supabase `Movies` table in `~/code/nextjs-boilerplate` directly rather than trust the draft's numbers.

  • The Night of the Hunter: imdb_rating 8.0, meta_score 99.0, gross_sales $654,000, tml_score_value 92. Running the actual formula in `lib/tml-score.ts` (0.6×imdb×10 + 0.4×meta, +4 gem boost if base ≥70 and gross <$4.4M) gives base 87.6 (≈88) + 4 = 91.6 → rounds to 92. The draft's "$650,000" and "88 to 92" were essentially correct; I tightened to the exact figure and dropped the hedging language.
  • `GROSS_GEM_THRESHOLD` is a hardcoded constant ($4.4M, the catalog's ~33rd percentile as of a 2026-06 backfill, explicitly commented "static for now"), so I dropped "currently" per the fixed-reference option rather than adding a date.
  • Seven Samurai (95) and the original Casablanca (95) really were tied; I verified only 17 films site-wide score ≥93, so "one of just seventeen" replaces the vaguer "mid-90s, only a handful" claim with a checked number.
  • For the Horror closer, I ran an actual genre-level query (films scoring ≥70 with gross data, what share also fell under $4.4M) instead of guessing: Horror comes in at 6th of 15 genres (~45%), behind War/Crime/Drama/Romance/Thriller but clearly ahead of comedy (~40%), action (~33%), and adventure (~21%). I used that instead of the "widest gap of any category" hedge, which the real numbers don't support.
  • I swapped Casablanca for Portrait of a Lady on Fire (2019, dir. Céline Sciamma, tml_score_value 91, verified gross $3,759,854, real url_path `/movies/P/portrait-of-a-lady-on-fire`, indexed/not noindexed) per the editor's note that all four picks were already-canonized classics. It's a real, currently-live catalog entry, not an invented title or URL. All three other original links (Seven Samurai, Night of the Hunter, Grave of the Fireflies) plus the /tml-score, /movies/underrated hub, and all five genre links are unchanged. I added one new internal link, `/tml-score`, which is a real page in the repo (`app/tml-score/`) and matches the internal-link categories you specified as valid.

About the Author

Hoon Choi is a software engineer and movie buff who built TopMovieList.com to help film lovers explore the best in cinema. With a passion for storytelling, UI/UX design, and SEO-driven content, Hoon blends technical expertise with a love for pop culture. When he’s not coding or watching films, he’s probably digging into astrology, exploring Korea, or brainstorming his next side project.