The Scarlet Letter

Cast (19)

  • Senta Berger

    Senta Berger

    Hester Prynne

  • Hans Christian Blech

    Hans Christian Blech

    Roger Chillingworth

  • Lou Castel

    Lou Castel

    Rev. Dimmesdale

  • Rüdiger Vogler

    Rüdiger Vogler

    The Sailor

  • Yelena Samarina

    Yelena Samarina

    Mistress Hibbins, the daughter of Gov. Bellingham

  • Yella Rottländer

    Yella Rottländer

    Pearl

  • William Layton

    William Layton

    Gov. Bellingham

  • Alfredo Mayo

    Alfredo Mayo

    Gov. Fuller

  • Ángel Álvarez

    Ángel Álvarez

    Rev. Wilson

  • Laura Currie

    Laura Currie

    Sarah

  • Tito García

    Tito García

    Church Attendant

  • Lorenzo Robledo

    Lorenzo Robledo

    Captain

  • Rafael Albaicín

    Rafael Albaicín

    Indian

  • José Villasante

    José Villasante

    Shop Owner

  • José Vivó

    José Vivó

  • Julián del Monte

    Julián del Monte

  • Antonio Cintado

    Antonio Cintado

  • Eduardo Fajardo

    Eduardo Fajardo

  • Antonio Orengo

    Antonio Orengo

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 Scarlet Letter

Cast (19)

  • Senta Berger

    Senta Berger

    Hester Prynne

  • Hans Christian Blech

    Hans Christian Blech

    Roger Chillingworth

  • Lou Castel

    Lou Castel

    Rev. Dimmesdale

  • Rüdiger Vogler

    Rüdiger Vogler

    The Sailor

  • Yelena Samarina

    Yelena Samarina

    Mistress Hibbins, the daughter of Gov. Bellingham

  • Yella Rottländer

    Yella Rottländer

    Pearl

  • William Layton

    William Layton

    Gov. Bellingham

  • Alfredo Mayo

    Alfredo Mayo

    Gov. Fuller

  • Ángel Álvarez

    Ángel Álvarez

    Rev. Wilson

  • Laura Currie

    Laura Currie

    Sarah

  • Tito García

    Tito García

    Church Attendant

  • Lorenzo Robledo

    Lorenzo Robledo

    Captain

  • Rafael Albaicín

    Rafael Albaicín

    Indian

  • José Villasante

    José Villasante

    Shop Owner

  • José Vivó

    José Vivó

  • Julián del Monte

    Julián del Monte

  • Antonio Cintado

    Antonio Cintado

  • Eduardo Fajardo

    Eduardo Fajardo

  • Antonio Orengo

    Antonio Orengo

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 Scarlet Letter

Cast (19)

  • Senta Berger

    Senta Berger

    Hester Prynne

  • Hans Christian Blech

    Hans Christian Blech

    Roger Chillingworth

  • Lou Castel

    Lou Castel

    Rev. Dimmesdale

  • Rüdiger Vogler

    Rüdiger Vogler

    The Sailor

  • Yelena Samarina

    Yelena Samarina

    Mistress Hibbins, the daughter of Gov. Bellingham

  • Yella Rottländer

    Yella Rottländer

    Pearl

  • William Layton

    William Layton

    Gov. Bellingham

  • Alfredo Mayo

    Alfredo Mayo

    Gov. Fuller

  • Ángel Álvarez

    Ángel Álvarez

    Rev. Wilson

  • Laura Currie

    Laura Currie

    Sarah

  • Tito García

    Tito García

    Church Attendant

  • Lorenzo Robledo

    Lorenzo Robledo

    Captain

  • Rafael Albaicín

    Rafael Albaicín

    Indian

  • José Villasante

    José Villasante

    Shop Owner

  • José Vivó

    José Vivó

  • Julián del Monte

    Julián del Monte

  • Antonio Cintado

    Antonio Cintado

  • Eduardo Fajardo

    Eduardo Fajardo

  • Antonio Orengo

    Antonio Orengo

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 Scarlet Letter

Cast (19)

  • Senta Berger

    Senta Berger

    Hester Prynne

  • Hans Christian Blech

    Hans Christian Blech

    Roger Chillingworth

  • Lou Castel

    Lou Castel

    Rev. Dimmesdale

  • Rüdiger Vogler

    Rüdiger Vogler

    The Sailor

  • Yelena Samarina

    Yelena Samarina

    Mistress Hibbins, the daughter of Gov. Bellingham

  • Yella Rottländer

    Yella Rottländer

    Pearl

  • William Layton

    William Layton

    Gov. Bellingham

  • Alfredo Mayo

    Alfredo Mayo

    Gov. Fuller

  • Ángel Álvarez

    Ángel Álvarez

    Rev. Wilson

  • Laura Currie

    Laura Currie

    Sarah

  • Tito García

    Tito García

    Church Attendant

  • Lorenzo Robledo

    Lorenzo Robledo

    Captain

  • Rafael Albaicín

    Rafael Albaicín

    Indian

  • José Villasante

    José Villasante

    Shop Owner

  • José Vivó

    José Vivó

  • Julián del Monte

    Julián del Monte

  • Antonio Cintado

    Antonio Cintado

  • Eduardo Fajardo

    Eduardo Fajardo

  • Antonio Orengo

    Antonio Orengo

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 Scarlet Letter

Cast (19)

  • Senta Berger

    Senta Berger

    Hester Prynne

  • Hans Christian Blech

    Hans Christian Blech

    Roger Chillingworth

  • Lou Castel

    Lou Castel

    Rev. Dimmesdale

  • Rüdiger Vogler

    Rüdiger Vogler

    The Sailor

  • Yelena Samarina

    Yelena Samarina

    Mistress Hibbins, the daughter of Gov. Bellingham

  • Yella Rottländer

    Yella Rottländer

    Pearl

  • William Layton

    William Layton

    Gov. Bellingham

  • Alfredo Mayo

    Alfredo Mayo

    Gov. Fuller

  • Ángel Álvarez

    Ángel Álvarez

    Rev. Wilson

  • Laura Currie

    Laura Currie

    Sarah

  • Tito García

    Tito García

    Church Attendant

  • Lorenzo Robledo

    Lorenzo Robledo

    Captain

  • Rafael Albaicín

    Rafael Albaicín

    Indian

  • José Villasante

    José Villasante

    Shop Owner

  • José Vivó

    José Vivó

  • Julián del Monte

    Julián del Monte

  • Antonio Cintado

    Antonio Cintado

  • Eduardo Fajardo

    Eduardo Fajardo

  • Antonio Orengo

    Antonio Orengo

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 Scarlet Letter

Cast (19)

  • Senta Berger

    Senta Berger

    Hester Prynne

  • Hans Christian Blech

    Hans Christian Blech

    Roger Chillingworth

  • Lou Castel

    Lou Castel

    Rev. Dimmesdale

  • Rüdiger Vogler

    Rüdiger Vogler

    The Sailor

  • Yelena Samarina

    Yelena Samarina

    Mistress Hibbins, the daughter of Gov. Bellingham

  • Yella Rottländer

    Yella Rottländer

    Pearl

  • William Layton

    William Layton

    Gov. Bellingham

  • Alfredo Mayo

    Alfredo Mayo

    Gov. Fuller

  • Ángel Álvarez

    Ángel Álvarez

    Rev. Wilson

  • Laura Currie

    Laura Currie

    Sarah

  • Tito García

    Tito García

    Church Attendant

  • Lorenzo Robledo

    Lorenzo Robledo

    Captain

  • Rafael Albaicín

    Rafael Albaicín

    Indian

  • José Villasante

    José Villasante

    Shop Owner

  • José Vivó

    José Vivó

  • Julián del Monte

    Julián del Monte

  • Antonio Cintado

    Antonio Cintado

  • Eduardo Fajardo

    Eduardo Fajardo

  • Antonio Orengo

    Antonio Orengo

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 Scarlet Letter

Cast (19)

  • Senta Berger

    Senta Berger

    Hester Prynne

  • Hans Christian Blech

    Hans Christian Blech

    Roger Chillingworth

  • Lou Castel

    Lou Castel

    Rev. Dimmesdale

  • Rüdiger Vogler

    Rüdiger Vogler

    The Sailor

  • Yelena Samarina

    Yelena Samarina

    Mistress Hibbins, the daughter of Gov. Bellingham

  • Yella Rottländer

    Yella Rottländer

    Pearl

  • William Layton

    William Layton

    Gov. Bellingham

  • Alfredo Mayo

    Alfredo Mayo

    Gov. Fuller

  • Ángel Álvarez

    Ángel Álvarez

    Rev. Wilson

  • Laura Currie

    Laura Currie

    Sarah

  • Tito García

    Tito García

    Church Attendant

  • Lorenzo Robledo

    Lorenzo Robledo

    Captain

  • Rafael Albaicín

    Rafael Albaicín

    Indian

  • José Villasante

    José Villasante

    Shop Owner

  • José Vivó

    José Vivó

  • Julián del Monte

    Julián del Monte

  • Antonio Cintado

    Antonio Cintado

  • Eduardo Fajardo

    Eduardo Fajardo

  • Antonio Orengo

    Antonio Orengo