The Shell Seekers

Cast (26)

  • Vanessa Redgrave

    Vanessa Redgrave

    Penelope Keeling

  • Maximilian Schell

    Maximilian Schell

    Lawrence Sterne

  • Charles Edwards

    Charles Edwards

    Noel Keeling

  • Prunella Scales

    Prunella Scales

    Dolly Keeling

  • Victoria Smurfit

    Victoria Smurfit

    Olivia Keeling

  • Victoria Hamilton

    Victoria Hamilton

    Nancy Chamberlaine

  • Sebastian Koch

    Sebastian Koch

    Cosmo König

  • Stephanie Stumph

    Stephanie Stumph

    Antonia König

  • Richard Hope

    Richard Hope

    George Chamberlaine

  • Lucas Gregorowicz

    Lucas Gregorowicz

    Danus Muirfield

  • Maisie Dimbleby

    Maisie Dimbleby

    Young Penelope

  • Toby Fisher

    Toby Fisher

    Ambrose Keeling

  • Alastair Mackenzie

    Alastair Mackenzie

    Richard

  • Cherith Mellor

    Cherith Mellor

    Mrs. Plackett

  • Hugh Sachs

    Hugh Sachs

    Roy Brookner

  • Imogen Bain

    Imogen Bain

    Sister Rogers

  • Rebecca Blake

    Rebecca Blake

    Angie

  • Amanda Boxer

    Amanda Boxer

    Aunt Ethel Stern

  • Max Cane

    Max Cane

    Ernie Penberthy

  • Tim Faraday

    Tim Faraday

    Jim Slade

  • Patrick Godfrey

    Patrick Godfrey

    Mr. Enderby

  • Nickolas Grace

    Nickolas Grace

    Mundy

  • Rosalind Knight

    Rosalind Knight

    Mrs. Croftway

  • Neil May

    Neil May

    Pub Customer

  • Penelope McGhie

    Penelope McGhie

    Woman in Street

  • Christopher Ravenscroft

    Christopher Ravenscroft

    Colonel Mellaby

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Shell Seekers

Cast (26)

  • Vanessa Redgrave

    Vanessa Redgrave

    Penelope Keeling

  • Maximilian Schell

    Maximilian Schell

    Lawrence Sterne

  • Charles Edwards

    Charles Edwards

    Noel Keeling

  • Prunella Scales

    Prunella Scales

    Dolly Keeling

  • Victoria Smurfit

    Victoria Smurfit

    Olivia Keeling

  • Victoria Hamilton

    Victoria Hamilton

    Nancy Chamberlaine

  • Sebastian Koch

    Sebastian Koch

    Cosmo König

  • Stephanie Stumph

    Stephanie Stumph

    Antonia König

  • Richard Hope

    Richard Hope

    George Chamberlaine

  • Lucas Gregorowicz

    Lucas Gregorowicz

    Danus Muirfield

  • Maisie Dimbleby

    Maisie Dimbleby

    Young Penelope

  • Toby Fisher

    Toby Fisher

    Ambrose Keeling

  • Alastair Mackenzie

    Alastair Mackenzie

    Richard

  • Cherith Mellor

    Cherith Mellor

    Mrs. Plackett

  • Hugh Sachs

    Hugh Sachs

    Roy Brookner

  • Imogen Bain

    Imogen Bain

    Sister Rogers

  • Rebecca Blake

    Rebecca Blake

    Angie

  • Amanda Boxer

    Amanda Boxer

    Aunt Ethel Stern

  • Max Cane

    Max Cane

    Ernie Penberthy

  • Tim Faraday

    Tim Faraday

    Jim Slade

  • Patrick Godfrey

    Patrick Godfrey

    Mr. Enderby

  • Nickolas Grace

    Nickolas Grace

    Mundy

  • Rosalind Knight

    Rosalind Knight

    Mrs. Croftway

  • Neil May

    Neil May

    Pub Customer

  • Penelope McGhie

    Penelope McGhie

    Woman in Street

  • Christopher Ravenscroft

    Christopher Ravenscroft

    Colonel Mellaby

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Shell Seekers

Cast (26)

  • Vanessa Redgrave

    Vanessa Redgrave

    Penelope Keeling

  • Maximilian Schell

    Maximilian Schell

    Lawrence Sterne

  • Charles Edwards

    Charles Edwards

    Noel Keeling

  • Prunella Scales

    Prunella Scales

    Dolly Keeling

  • Victoria Smurfit

    Victoria Smurfit

    Olivia Keeling

  • Victoria Hamilton

    Victoria Hamilton

    Nancy Chamberlaine

  • Sebastian Koch

    Sebastian Koch

    Cosmo König

  • Stephanie Stumph

    Stephanie Stumph

    Antonia König

  • Richard Hope

    Richard Hope

    George Chamberlaine

  • Lucas Gregorowicz

    Lucas Gregorowicz

    Danus Muirfield

  • Maisie Dimbleby

    Maisie Dimbleby

    Young Penelope

  • Toby Fisher

    Toby Fisher

    Ambrose Keeling

  • Alastair Mackenzie

    Alastair Mackenzie

    Richard

  • Cherith Mellor

    Cherith Mellor

    Mrs. Plackett

  • Hugh Sachs

    Hugh Sachs

    Roy Brookner

  • Imogen Bain

    Imogen Bain

    Sister Rogers

  • Rebecca Blake

    Rebecca Blake

    Angie

  • Amanda Boxer

    Amanda Boxer

    Aunt Ethel Stern

  • Max Cane

    Max Cane

    Ernie Penberthy

  • Tim Faraday

    Tim Faraday

    Jim Slade

  • Patrick Godfrey

    Patrick Godfrey

    Mr. Enderby

  • Nickolas Grace

    Nickolas Grace

    Mundy

  • Rosalind Knight

    Rosalind Knight

    Mrs. Croftway

  • Neil May

    Neil May

    Pub Customer

  • Penelope McGhie

    Penelope McGhie

    Woman in Street

  • Christopher Ravenscroft

    Christopher Ravenscroft

    Colonel Mellaby

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Shell Seekers

Cast (26)

  • Vanessa Redgrave

    Vanessa Redgrave

    Penelope Keeling

  • Maximilian Schell

    Maximilian Schell

    Lawrence Sterne

  • Charles Edwards

    Charles Edwards

    Noel Keeling

  • Prunella Scales

    Prunella Scales

    Dolly Keeling

  • Victoria Smurfit

    Victoria Smurfit

    Olivia Keeling

  • Victoria Hamilton

    Victoria Hamilton

    Nancy Chamberlaine

  • Sebastian Koch

    Sebastian Koch

    Cosmo König

  • Stephanie Stumph

    Stephanie Stumph

    Antonia König

  • Richard Hope

    Richard Hope

    George Chamberlaine

  • Lucas Gregorowicz

    Lucas Gregorowicz

    Danus Muirfield

  • Maisie Dimbleby

    Maisie Dimbleby

    Young Penelope

  • Toby Fisher

    Toby Fisher

    Ambrose Keeling

  • Alastair Mackenzie

    Alastair Mackenzie

    Richard

  • Cherith Mellor

    Cherith Mellor

    Mrs. Plackett

  • Hugh Sachs

    Hugh Sachs

    Roy Brookner

  • Imogen Bain

    Imogen Bain

    Sister Rogers

  • Rebecca Blake

    Rebecca Blake

    Angie

  • Amanda Boxer

    Amanda Boxer

    Aunt Ethel Stern

  • Max Cane

    Max Cane

    Ernie Penberthy

  • Tim Faraday

    Tim Faraday

    Jim Slade

  • Patrick Godfrey

    Patrick Godfrey

    Mr. Enderby

  • Nickolas Grace

    Nickolas Grace

    Mundy

  • Rosalind Knight

    Rosalind Knight

    Mrs. Croftway

  • Neil May

    Neil May

    Pub Customer

  • Penelope McGhie

    Penelope McGhie

    Woman in Street

  • Christopher Ravenscroft

    Christopher Ravenscroft

    Colonel Mellaby

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Shell Seekers

Cast (26)

  • Vanessa Redgrave

    Vanessa Redgrave

    Penelope Keeling

  • Maximilian Schell

    Maximilian Schell

    Lawrence Sterne

  • Charles Edwards

    Charles Edwards

    Noel Keeling

  • Prunella Scales

    Prunella Scales

    Dolly Keeling

  • Victoria Smurfit

    Victoria Smurfit

    Olivia Keeling

  • Victoria Hamilton

    Victoria Hamilton

    Nancy Chamberlaine

  • Sebastian Koch

    Sebastian Koch

    Cosmo König

  • Stephanie Stumph

    Stephanie Stumph

    Antonia König

  • Richard Hope

    Richard Hope

    George Chamberlaine

  • Lucas Gregorowicz

    Lucas Gregorowicz

    Danus Muirfield

  • Maisie Dimbleby

    Maisie Dimbleby

    Young Penelope

  • Toby Fisher

    Toby Fisher

    Ambrose Keeling

  • Alastair Mackenzie

    Alastair Mackenzie

    Richard

  • Cherith Mellor

    Cherith Mellor

    Mrs. Plackett

  • Hugh Sachs

    Hugh Sachs

    Roy Brookner

  • Imogen Bain

    Imogen Bain

    Sister Rogers

  • Rebecca Blake

    Rebecca Blake

    Angie

  • Amanda Boxer

    Amanda Boxer

    Aunt Ethel Stern

  • Max Cane

    Max Cane

    Ernie Penberthy

  • Tim Faraday

    Tim Faraday

    Jim Slade

  • Patrick Godfrey

    Patrick Godfrey

    Mr. Enderby

  • Nickolas Grace

    Nickolas Grace

    Mundy

  • Rosalind Knight

    Rosalind Knight

    Mrs. Croftway

  • Neil May

    Neil May

    Pub Customer

  • Penelope McGhie

    Penelope McGhie

    Woman in Street

  • Christopher Ravenscroft

    Christopher Ravenscroft

    Colonel Mellaby

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Shell Seekers

Cast (26)

  • Vanessa Redgrave

    Vanessa Redgrave

    Penelope Keeling

  • Maximilian Schell

    Maximilian Schell

    Lawrence Sterne

  • Charles Edwards

    Charles Edwards

    Noel Keeling

  • Prunella Scales

    Prunella Scales

    Dolly Keeling

  • Victoria Smurfit

    Victoria Smurfit

    Olivia Keeling

  • Victoria Hamilton

    Victoria Hamilton

    Nancy Chamberlaine

  • Sebastian Koch

    Sebastian Koch

    Cosmo König

  • Stephanie Stumph

    Stephanie Stumph

    Antonia König

  • Richard Hope

    Richard Hope

    George Chamberlaine

  • Lucas Gregorowicz

    Lucas Gregorowicz

    Danus Muirfield

  • Maisie Dimbleby

    Maisie Dimbleby

    Young Penelope

  • Toby Fisher

    Toby Fisher

    Ambrose Keeling

  • Alastair Mackenzie

    Alastair Mackenzie

    Richard

  • Cherith Mellor

    Cherith Mellor

    Mrs. Plackett

  • Hugh Sachs

    Hugh Sachs

    Roy Brookner

  • Imogen Bain

    Imogen Bain

    Sister Rogers

  • Rebecca Blake

    Rebecca Blake

    Angie

  • Amanda Boxer

    Amanda Boxer

    Aunt Ethel Stern

  • Max Cane

    Max Cane

    Ernie Penberthy

  • Tim Faraday

    Tim Faraday

    Jim Slade

  • Patrick Godfrey

    Patrick Godfrey

    Mr. Enderby

  • Nickolas Grace

    Nickolas Grace

    Mundy

  • Rosalind Knight

    Rosalind Knight

    Mrs. Croftway

  • Neil May

    Neil May

    Pub Customer

  • Penelope McGhie

    Penelope McGhie

    Woman in Street

  • Christopher Ravenscroft

    Christopher Ravenscroft

    Colonel Mellaby

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Shell Seekers

Cast (26)

  • Vanessa Redgrave

    Vanessa Redgrave

    Penelope Keeling

  • Maximilian Schell

    Maximilian Schell

    Lawrence Sterne

  • Charles Edwards

    Charles Edwards

    Noel Keeling

  • Prunella Scales

    Prunella Scales

    Dolly Keeling

  • Victoria Smurfit

    Victoria Smurfit

    Olivia Keeling

  • Victoria Hamilton

    Victoria Hamilton

    Nancy Chamberlaine

  • Sebastian Koch

    Sebastian Koch

    Cosmo König

  • Stephanie Stumph

    Stephanie Stumph

    Antonia König

  • Richard Hope

    Richard Hope

    George Chamberlaine

  • Lucas Gregorowicz

    Lucas Gregorowicz

    Danus Muirfield

  • Maisie Dimbleby

    Maisie Dimbleby

    Young Penelope

  • Toby Fisher

    Toby Fisher

    Ambrose Keeling

  • Alastair Mackenzie

    Alastair Mackenzie

    Richard

  • Cherith Mellor

    Cherith Mellor

    Mrs. Plackett

  • Hugh Sachs

    Hugh Sachs

    Roy Brookner

  • Imogen Bain

    Imogen Bain

    Sister Rogers

  • Rebecca Blake

    Rebecca Blake

    Angie

  • Amanda Boxer

    Amanda Boxer

    Aunt Ethel Stern

  • Max Cane

    Max Cane

    Ernie Penberthy

  • Tim Faraday

    Tim Faraday

    Jim Slade

  • Patrick Godfrey

    Patrick Godfrey

    Mr. Enderby

  • Nickolas Grace

    Nickolas Grace

    Mundy

  • Rosalind Knight

    Rosalind Knight

    Mrs. Croftway

  • Neil May

    Neil May

    Pub Customer

  • Penelope McGhie

    Penelope McGhie

    Woman in Street

  • Christopher Ravenscroft

    Christopher Ravenscroft

    Colonel Mellaby