Repeat Performance

Cast (33)

  • Louis Hayward

    Louis Hayward

    Barney Page

  • Joan Leslie

    Joan Leslie

    Sheila Page

  • Virginia Field

    Virginia Field

    Paula Costello

  • Tom Conway

    Tom Conway

    John Friday

  • Richard Basehart

    Richard Basehart

    William Williams

  • Natalie Schafer

    Natalie Schafer

    Eloise Shaw

  • Benay Venuta

    Benay Venuta

    Bess Michaels

  • Ilka Grüning

    Ilka Grüning

    Mattie

  • John Ireland

    John Ireland

    Narrator (Voice)

  • Jean Del Val

    Jean Del Val

    Tony

  • John Dutriz

    John Dutriz

    Ricardo

  • Patrick Hurst

    Patrick Hurst

    Virgil

  • Raymond Largay

    Raymond Largay

    Hillgardner

  • Michael Markham

    Michael Markham

    Stage Manager

  • Tim Murdock

    Tim Murdock

    Actor

  • Mildred Sellers

    Mildred Sellers

    Actress

  • Lory Leeman

    Lory Leeman

    Actress

  • Wilbur Mack

    Wilbur Mack

    New Years Eve Reveler

  • Eric Wilton

    Eric Wilton

    New Years Eve Reveler

  • Ralph Brooks

    Ralph Brooks

    New Years Eve Reveler

  • Mike Lally

    Mike Lally

    Party Guest

  • Gale Ronn

    Gale Ronn

    Party Guest

  • Dick Gordon

    Dick Gordon

    Party Guest

  • Bud Townsend

    Bud Townsend

    Party Guest

  • Valerie Traxler

    Valerie Traxler

    Party Guest

  • Alf Haugan

    Alf Haugan

    Attendant

  • Keefe Brasselle

    Keefe Brasselle

    Delivery Boy

  • Abe Dinovitch

    Abe Dinovitch

    Peanut Vendor

  • Leyland Hodgson

    Leyland Hodgson

    Ship Steward

  • Philip Morris

    Philip Morris

    Policeman

  • Mack Williams

    Mack Williams

    Doctor

  • John Alban

    John Alban

  • Ann Roberts

    Ann Roberts

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'; ?>
Repeat Performance

Cast (33)

  • Louis Hayward

    Louis Hayward

    Barney Page

  • Joan Leslie

    Joan Leslie

    Sheila Page

  • Virginia Field

    Virginia Field

    Paula Costello

  • Tom Conway

    Tom Conway

    John Friday

  • Richard Basehart

    Richard Basehart

    William Williams

  • Natalie Schafer

    Natalie Schafer

    Eloise Shaw

  • Benay Venuta

    Benay Venuta

    Bess Michaels

  • Ilka Grüning

    Ilka Grüning

    Mattie

  • John Ireland

    John Ireland

    Narrator (Voice)

  • Jean Del Val

    Jean Del Val

    Tony

  • John Dutriz

    John Dutriz

    Ricardo

  • Patrick Hurst

    Patrick Hurst

    Virgil

  • Raymond Largay

    Raymond Largay

    Hillgardner

  • Michael Markham

    Michael Markham

    Stage Manager

  • Tim Murdock

    Tim Murdock

    Actor

  • Mildred Sellers

    Mildred Sellers

    Actress

  • Lory Leeman

    Lory Leeman

    Actress

  • Wilbur Mack

    Wilbur Mack

    New Years Eve Reveler

  • Eric Wilton

    Eric Wilton

    New Years Eve Reveler

  • Ralph Brooks

    Ralph Brooks

    New Years Eve Reveler

  • Mike Lally

    Mike Lally

    Party Guest

  • Gale Ronn

    Gale Ronn

    Party Guest

  • Dick Gordon

    Dick Gordon

    Party Guest

  • Bud Townsend

    Bud Townsend

    Party Guest

  • Valerie Traxler

    Valerie Traxler

    Party Guest

  • Alf Haugan

    Alf Haugan

    Attendant

  • Keefe Brasselle

    Keefe Brasselle

    Delivery Boy

  • Abe Dinovitch

    Abe Dinovitch

    Peanut Vendor

  • Leyland Hodgson

    Leyland Hodgson

    Ship Steward

  • Philip Morris

    Philip Morris

    Policeman

  • Mack Williams

    Mack Williams

    Doctor

  • John Alban

    John Alban

  • Ann Roberts

    Ann Roberts

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'; ?>
Repeat Performance

Cast (33)

  • Louis Hayward

    Louis Hayward

    Barney Page

  • Joan Leslie

    Joan Leslie

    Sheila Page

  • Virginia Field

    Virginia Field

    Paula Costello

  • Tom Conway

    Tom Conway

    John Friday

  • Richard Basehart

    Richard Basehart

    William Williams

  • Natalie Schafer

    Natalie Schafer

    Eloise Shaw

  • Benay Venuta

    Benay Venuta

    Bess Michaels

  • Ilka Grüning

    Ilka Grüning

    Mattie

  • John Ireland

    John Ireland

    Narrator (Voice)

  • Jean Del Val

    Jean Del Val

    Tony

  • John Dutriz

    John Dutriz

    Ricardo

  • Patrick Hurst

    Patrick Hurst

    Virgil

  • Raymond Largay

    Raymond Largay

    Hillgardner

  • Michael Markham

    Michael Markham

    Stage Manager

  • Tim Murdock

    Tim Murdock

    Actor

  • Mildred Sellers

    Mildred Sellers

    Actress

  • Lory Leeman

    Lory Leeman

    Actress

  • Wilbur Mack

    Wilbur Mack

    New Years Eve Reveler

  • Eric Wilton

    Eric Wilton

    New Years Eve Reveler

  • Ralph Brooks

    Ralph Brooks

    New Years Eve Reveler

  • Mike Lally

    Mike Lally

    Party Guest

  • Gale Ronn

    Gale Ronn

    Party Guest

  • Dick Gordon

    Dick Gordon

    Party Guest

  • Bud Townsend

    Bud Townsend

    Party Guest

  • Valerie Traxler

    Valerie Traxler

    Party Guest

  • Alf Haugan

    Alf Haugan

    Attendant

  • Keefe Brasselle

    Keefe Brasselle

    Delivery Boy

  • Abe Dinovitch

    Abe Dinovitch

    Peanut Vendor

  • Leyland Hodgson

    Leyland Hodgson

    Ship Steward

  • Philip Morris

    Philip Morris

    Policeman

  • Mack Williams

    Mack Williams

    Doctor

  • John Alban

    John Alban

  • Ann Roberts

    Ann Roberts

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'; ?>
Repeat Performance

Cast (33)

  • Louis Hayward

    Louis Hayward

    Barney Page

  • Joan Leslie

    Joan Leslie

    Sheila Page

  • Virginia Field

    Virginia Field

    Paula Costello

  • Tom Conway

    Tom Conway

    John Friday

  • Richard Basehart

    Richard Basehart

    William Williams

  • Natalie Schafer

    Natalie Schafer

    Eloise Shaw

  • Benay Venuta

    Benay Venuta

    Bess Michaels

  • Ilka Grüning

    Ilka Grüning

    Mattie

  • John Ireland

    John Ireland

    Narrator (Voice)

  • Jean Del Val

    Jean Del Val

    Tony

  • John Dutriz

    John Dutriz

    Ricardo

  • Patrick Hurst

    Patrick Hurst

    Virgil

  • Raymond Largay

    Raymond Largay

    Hillgardner

  • Michael Markham

    Michael Markham

    Stage Manager

  • Tim Murdock

    Tim Murdock

    Actor

  • Mildred Sellers

    Mildred Sellers

    Actress

  • Lory Leeman

    Lory Leeman

    Actress

  • Wilbur Mack

    Wilbur Mack

    New Years Eve Reveler

  • Eric Wilton

    Eric Wilton

    New Years Eve Reveler

  • Ralph Brooks

    Ralph Brooks

    New Years Eve Reveler

  • Mike Lally

    Mike Lally

    Party Guest

  • Gale Ronn

    Gale Ronn

    Party Guest

  • Dick Gordon

    Dick Gordon

    Party Guest

  • Bud Townsend

    Bud Townsend

    Party Guest

  • Valerie Traxler

    Valerie Traxler

    Party Guest

  • Alf Haugan

    Alf Haugan

    Attendant

  • Keefe Brasselle

    Keefe Brasselle

    Delivery Boy

  • Abe Dinovitch

    Abe Dinovitch

    Peanut Vendor

  • Leyland Hodgson

    Leyland Hodgson

    Ship Steward

  • Philip Morris

    Philip Morris

    Policeman

  • Mack Williams

    Mack Williams

    Doctor

  • John Alban

    John Alban

  • Ann Roberts

    Ann Roberts

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'; ?>
Repeat Performance

Cast (33)

  • Louis Hayward

    Louis Hayward

    Barney Page

  • Joan Leslie

    Joan Leslie

    Sheila Page

  • Virginia Field

    Virginia Field

    Paula Costello

  • Tom Conway

    Tom Conway

    John Friday

  • Richard Basehart

    Richard Basehart

    William Williams

  • Natalie Schafer

    Natalie Schafer

    Eloise Shaw

  • Benay Venuta

    Benay Venuta

    Bess Michaels

  • Ilka Grüning

    Ilka Grüning

    Mattie

  • John Ireland

    John Ireland

    Narrator (Voice)

  • Jean Del Val

    Jean Del Val

    Tony

  • John Dutriz

    John Dutriz

    Ricardo

  • Patrick Hurst

    Patrick Hurst

    Virgil

  • Raymond Largay

    Raymond Largay

    Hillgardner

  • Michael Markham

    Michael Markham

    Stage Manager

  • Tim Murdock

    Tim Murdock

    Actor

  • Mildred Sellers

    Mildred Sellers

    Actress

  • Lory Leeman

    Lory Leeman

    Actress

  • Wilbur Mack

    Wilbur Mack

    New Years Eve Reveler

  • Eric Wilton

    Eric Wilton

    New Years Eve Reveler

  • Ralph Brooks

    Ralph Brooks

    New Years Eve Reveler

  • Mike Lally

    Mike Lally

    Party Guest

  • Gale Ronn

    Gale Ronn

    Party Guest

  • Dick Gordon

    Dick Gordon

    Party Guest

  • Bud Townsend

    Bud Townsend

    Party Guest

  • Valerie Traxler

    Valerie Traxler

    Party Guest

  • Alf Haugan

    Alf Haugan

    Attendant

  • Keefe Brasselle

    Keefe Brasselle

    Delivery Boy

  • Abe Dinovitch

    Abe Dinovitch

    Peanut Vendor

  • Leyland Hodgson

    Leyland Hodgson

    Ship Steward

  • Philip Morris

    Philip Morris

    Policeman

  • Mack Williams

    Mack Williams

    Doctor

  • John Alban

    John Alban

  • Ann Roberts

    Ann Roberts

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'; ?>
Repeat Performance

Cast (33)

  • Louis Hayward

    Louis Hayward

    Barney Page

  • Joan Leslie

    Joan Leslie

    Sheila Page

  • Virginia Field

    Virginia Field

    Paula Costello

  • Tom Conway

    Tom Conway

    John Friday

  • Richard Basehart

    Richard Basehart

    William Williams

  • Natalie Schafer

    Natalie Schafer

    Eloise Shaw

  • Benay Venuta

    Benay Venuta

    Bess Michaels

  • Ilka Grüning

    Ilka Grüning

    Mattie

  • John Ireland

    John Ireland

    Narrator (Voice)

  • Jean Del Val

    Jean Del Val

    Tony

  • John Dutriz

    John Dutriz

    Ricardo

  • Patrick Hurst

    Patrick Hurst

    Virgil

  • Raymond Largay

    Raymond Largay

    Hillgardner

  • Michael Markham

    Michael Markham

    Stage Manager

  • Tim Murdock

    Tim Murdock

    Actor

  • Mildred Sellers

    Mildred Sellers

    Actress

  • Lory Leeman

    Lory Leeman

    Actress

  • Wilbur Mack

    Wilbur Mack

    New Years Eve Reveler

  • Eric Wilton

    Eric Wilton

    New Years Eve Reveler

  • Ralph Brooks

    Ralph Brooks

    New Years Eve Reveler

  • Mike Lally

    Mike Lally

    Party Guest

  • Gale Ronn

    Gale Ronn

    Party Guest

  • Dick Gordon

    Dick Gordon

    Party Guest

  • Bud Townsend

    Bud Townsend

    Party Guest

  • Valerie Traxler

    Valerie Traxler

    Party Guest

  • Alf Haugan

    Alf Haugan

    Attendant

  • Keefe Brasselle

    Keefe Brasselle

    Delivery Boy

  • Abe Dinovitch

    Abe Dinovitch

    Peanut Vendor

  • Leyland Hodgson

    Leyland Hodgson

    Ship Steward

  • Philip Morris

    Philip Morris

    Policeman

  • Mack Williams

    Mack Williams

    Doctor

  • John Alban

    John Alban

  • Ann Roberts

    Ann Roberts

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'; ?>
Repeat Performance

Cast (33)

  • Louis Hayward

    Louis Hayward

    Barney Page

  • Joan Leslie

    Joan Leslie

    Sheila Page

  • Virginia Field

    Virginia Field

    Paula Costello

  • Tom Conway

    Tom Conway

    John Friday

  • Richard Basehart

    Richard Basehart

    William Williams

  • Natalie Schafer

    Natalie Schafer

    Eloise Shaw

  • Benay Venuta

    Benay Venuta

    Bess Michaels

  • Ilka Grüning

    Ilka Grüning

    Mattie

  • John Ireland

    John Ireland

    Narrator (Voice)

  • Jean Del Val

    Jean Del Val

    Tony

  • John Dutriz

    John Dutriz

    Ricardo

  • Patrick Hurst

    Patrick Hurst

    Virgil

  • Raymond Largay

    Raymond Largay

    Hillgardner

  • Michael Markham

    Michael Markham

    Stage Manager

  • Tim Murdock

    Tim Murdock

    Actor

  • Mildred Sellers

    Mildred Sellers

    Actress

  • Lory Leeman

    Lory Leeman

    Actress

  • Wilbur Mack

    Wilbur Mack

    New Years Eve Reveler

  • Eric Wilton

    Eric Wilton

    New Years Eve Reveler

  • Ralph Brooks

    Ralph Brooks

    New Years Eve Reveler

  • Mike Lally

    Mike Lally

    Party Guest

  • Gale Ronn

    Gale Ronn

    Party Guest

  • Dick Gordon

    Dick Gordon

    Party Guest

  • Bud Townsend

    Bud Townsend

    Party Guest

  • Valerie Traxler

    Valerie Traxler

    Party Guest

  • Alf Haugan

    Alf Haugan

    Attendant

  • Keefe Brasselle

    Keefe Brasselle

    Delivery Boy

  • Abe Dinovitch

    Abe Dinovitch

    Peanut Vendor

  • Leyland Hodgson

    Leyland Hodgson

    Ship Steward

  • Philip Morris

    Philip Morris

    Policeman

  • Mack Williams

    Mack Williams

    Doctor

  • John Alban

    John Alban

  • Ann Roberts

    Ann Roberts