After a day of rest, we came back with the big guns.
Not All Movies Are Created Equal
You like action movies. Great. But do you really want to see every B-grade direct-to-streaming action flick with a 3.2 rating?
Probably not.
Enter: Minimum Rating Filter
Slider from 1.0 to 10.0 (in 0.5 increments). Set it to 7.0? You'll only see movies with TMDB ratings of 7.0 or higher. Simple. Effective. No more wading through garbage.
But wait, there's more.
Time Travel (Sort Of)
Maybe you're in a retro mood. Classic 80s action. Or perhaps you only want recent releases from the last two years.
Enter: Release Year Range Filter
Dual slider spanning 1888 (the first film in TMDB's database) to the current year. Want movies from 1985-1995? Slide. Want only 2020+? Slide.
Combined with the rating filter? Now we're talking surgical precision:
- "Give me sci-fi from 1977-1983 with rating 7.5+"
- "Show me horror from 2018-2025 rated 6.0+"
- "Any comedy from the 90s with rating 8.0+"
The possibilities are endless.
Sort It Out
Finding movies is one thing. Finding them in the right order is another.
8 sort options:
- Populariteit (hoog-laag) - Most popular first (default)
- Populariteit (laag-hoog) - Hidden gems
- Rating (hoog-laag) - Best rated first
- Rating (laag-hoog) - Guilty pleasures
- Verschijningsdatum (nieuw-oud) - Latest releases
- Verschijningsdatum (oud-nieuw) - Classics first
- Titel (A-Z) - Alphabetical
- Titel (Z-A) - Reverse alphabetical
- 🎲 Willekeurig - Random (but smart)
That last one deserves explanation.
Seeded Shuffle Magic
When you select "🎲 Willekeurig", the app doesn't just randomly shuffle movies. If it did, every member in the session would see a different order. Chaos.
Instead, it uses deterministic shuffling with the session ID as seed.
Same session = same shuffle = everyone sees the same movies in the same order.
The technical term is "mulberry32 PRNG with Fisher-Yates shuffle". The practical result? Random, but synchronized.
Where to Watch (Without Clicking)
You swipe through movies. You find one you like. Question: "Where can I watch this?"
Previously: No idea. You'd have to check TMDB, Google it, or just hope for the best.
Now: Streaming provider badges
Every movie card shows circular logos of where it's available in the Netherlands:
- Netflix
- Disney+
- Amazon Prime Video
- Apple TV
- SkyShowtime
- Videoland
- And 8 more
The badges are lazy loaded (fetched per-card as needed, not for the entire list) and cached (no duplicate API calls). Efficient. Fast. Informative.
Match screen shows the same provider badges. No surprises when you finally agree on a movie - you already know where to watch it.
Backward Compatible
Here's the best part: all these features are optional.
Old sessions still work. The new database fields (minRating, minYear, maxYear, sortBy) are nullable. If they don't exist, the app uses default behavior.
No migrations needed. No breaking changes. Existing sessions keep running.
But new sessions? Welcome to the big leagues.
Five for the Price of One
In one commit, we shipped:
- Minimum rating filter (1.0-10.0)
- Release year range filter (1888 - current year)
- Sort options (8 choices + seeded random)
- Streaming provider badges (lazy loaded + cached)
- Session-level configuration (all members see the same filtered/sorted results)
This is what power users dream of. Granular control. Precise filtering. No compromises.
MovieQuest just leveled up.
This is part of the MovieQuest development series. Previous: Polish: The UX Details That Matter
Geschreven door Hans
Comments
Sign in with GitHub to leave a comment. Comments are powered by Giscus.
You might also like

Polish: The UX Details That Matter
Clean URLs, session previews, smart title handling, and colorful avatars - the finishing touches that make MovieQuest feel professional.

Phoenix Rising: New Branding & Smart Exclusions
MovieQuest gets its iconic phoenix filmreel logo, three-state genre filtering, and goes live on the web with Vercel deployment.

Flutter Day One: Three Game-Changers
The first full day of Flutter development brought member tracking with fun auto-generated names, a beautiful multi-step wizard, and instant QR code sharing.

MovieQuest - The Birth of an Idea
What if choosing a movie with friends was as fun as swiping on Tinder? The story of how MovieQuest was born in a single evening.
