I've Always Loved You

Cast (30)

  • Philip Dorn

    Philip Dorn

    Leopold Goronoff

  • Catherine McLeod

    Catherine McLeod

    Myra Hassman

  • Bill Carter

    Bill Carter

    George Sampter

  • Maria Ouspenskaya

    Maria Ouspenskaya

    Madame Goronoff

  • Felix Bressart

    Felix Bressart

    Frederick Hassman

  • Elizabeth Patterson

    Elizabeth Patterson

    Mrs. Sompter

  • Vanessa Brown

    Vanessa Brown

    Georgette 'Porgy' Sampter at 17

  • Lewis Howard

    Lewis Howard

    Michael Severin

  • Adele Mara

    Adele Mara

    Señorita Fortaleza

  • Gloria Donovan

    Gloria Donovan

    Porgy at 5

  • Stephanie Bachelor

    Stephanie Bachelor

    Redhead

  • Cora Witherspoon

    Cora Witherspoon

    Edwina Blythe

  • Fritz Feld

    Fritz Feld

    Nicholas Kavlun

  • Lillian Bronson

    Lillian Bronson

    Music Teacher 1

  • Edgar Caldwell

    Edgar Caldwell

    Call Boy 2

  • Paulina Carter

    Paulina Carter

    12 Year Old Girl

  • Maurice Cass

    Maurice Cass

    Music Teacher 2

  • Charles Coleman

    Charles Coleman

    Butler

  • Harry Depp

    Harry Depp

    Neighbor

  • Gordon Dumont

    Gordon Dumont

    Call Boy 1

  • Al Hill

    Al Hill

    Stagehand 2

  • James Kirkwood

    James Kirkwood

    Murphy

  • James Linn

    James Linn

    Call Boy 3

  • Junius Matthews

    Junius Matthews

    Little Man

  • Mira McKinney

    Mira McKinney

    Telsman

  • Forbes Murray

    Forbes Murray

    Music Critic

  • John Mylong

    John Mylong

    Impresario

  • André Previn

    André Previn

    Longhair

  • Hector V. Sarno

    Hector V. Sarno

    Man with Basket

  • John Sheehan

    John Sheehan

    Stagehand 1

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'; ?>
I've Always Loved You

Cast (30)

  • Philip Dorn

    Philip Dorn

    Leopold Goronoff

  • Catherine McLeod

    Catherine McLeod

    Myra Hassman

  • Bill Carter

    Bill Carter

    George Sampter

  • Maria Ouspenskaya

    Maria Ouspenskaya

    Madame Goronoff

  • Felix Bressart

    Felix Bressart

    Frederick Hassman

  • Elizabeth Patterson

    Elizabeth Patterson

    Mrs. Sompter

  • Vanessa Brown

    Vanessa Brown

    Georgette 'Porgy' Sampter at 17

  • Lewis Howard

    Lewis Howard

    Michael Severin

  • Adele Mara

    Adele Mara

    Señorita Fortaleza

  • Gloria Donovan

    Gloria Donovan

    Porgy at 5

  • Stephanie Bachelor

    Stephanie Bachelor

    Redhead

  • Cora Witherspoon

    Cora Witherspoon

    Edwina Blythe

  • Fritz Feld

    Fritz Feld

    Nicholas Kavlun

  • Lillian Bronson

    Lillian Bronson

    Music Teacher 1

  • Edgar Caldwell

    Edgar Caldwell

    Call Boy 2

  • Paulina Carter

    Paulina Carter

    12 Year Old Girl

  • Maurice Cass

    Maurice Cass

    Music Teacher 2

  • Charles Coleman

    Charles Coleman

    Butler

  • Harry Depp

    Harry Depp

    Neighbor

  • Gordon Dumont

    Gordon Dumont

    Call Boy 1

  • Al Hill

    Al Hill

    Stagehand 2

  • James Kirkwood

    James Kirkwood

    Murphy

  • James Linn

    James Linn

    Call Boy 3

  • Junius Matthews

    Junius Matthews

    Little Man

  • Mira McKinney

    Mira McKinney

    Telsman

  • Forbes Murray

    Forbes Murray

    Music Critic

  • John Mylong

    John Mylong

    Impresario

  • André Previn

    André Previn

    Longhair

  • Hector V. Sarno

    Hector V. Sarno

    Man with Basket

  • John Sheehan

    John Sheehan

    Stagehand 1

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'; ?>
I've Always Loved You

Cast (30)

  • Philip Dorn

    Philip Dorn

    Leopold Goronoff

  • Catherine McLeod

    Catherine McLeod

    Myra Hassman

  • Bill Carter

    Bill Carter

    George Sampter

  • Maria Ouspenskaya

    Maria Ouspenskaya

    Madame Goronoff

  • Felix Bressart

    Felix Bressart

    Frederick Hassman

  • Elizabeth Patterson

    Elizabeth Patterson

    Mrs. Sompter

  • Vanessa Brown

    Vanessa Brown

    Georgette 'Porgy' Sampter at 17

  • Lewis Howard

    Lewis Howard

    Michael Severin

  • Adele Mara

    Adele Mara

    Señorita Fortaleza

  • Gloria Donovan

    Gloria Donovan

    Porgy at 5

  • Stephanie Bachelor

    Stephanie Bachelor

    Redhead

  • Cora Witherspoon

    Cora Witherspoon

    Edwina Blythe

  • Fritz Feld

    Fritz Feld

    Nicholas Kavlun

  • Lillian Bronson

    Lillian Bronson

    Music Teacher 1

  • Edgar Caldwell

    Edgar Caldwell

    Call Boy 2

  • Paulina Carter

    Paulina Carter

    12 Year Old Girl

  • Maurice Cass

    Maurice Cass

    Music Teacher 2

  • Charles Coleman

    Charles Coleman

    Butler

  • Harry Depp

    Harry Depp

    Neighbor

  • Gordon Dumont

    Gordon Dumont

    Call Boy 1

  • Al Hill

    Al Hill

    Stagehand 2

  • James Kirkwood

    James Kirkwood

    Murphy

  • James Linn

    James Linn

    Call Boy 3

  • Junius Matthews

    Junius Matthews

    Little Man

  • Mira McKinney

    Mira McKinney

    Telsman

  • Forbes Murray

    Forbes Murray

    Music Critic

  • John Mylong

    John Mylong

    Impresario

  • André Previn

    André Previn

    Longhair

  • Hector V. Sarno

    Hector V. Sarno

    Man with Basket

  • John Sheehan

    John Sheehan

    Stagehand 1

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'; ?>
I've Always Loved You

Cast (30)

  • Philip Dorn

    Philip Dorn

    Leopold Goronoff

  • Catherine McLeod

    Catherine McLeod

    Myra Hassman

  • Bill Carter

    Bill Carter

    George Sampter

  • Maria Ouspenskaya

    Maria Ouspenskaya

    Madame Goronoff

  • Felix Bressart

    Felix Bressart

    Frederick Hassman

  • Elizabeth Patterson

    Elizabeth Patterson

    Mrs. Sompter

  • Vanessa Brown

    Vanessa Brown

    Georgette 'Porgy' Sampter at 17

  • Lewis Howard

    Lewis Howard

    Michael Severin

  • Adele Mara

    Adele Mara

    Señorita Fortaleza

  • Gloria Donovan

    Gloria Donovan

    Porgy at 5

  • Stephanie Bachelor

    Stephanie Bachelor

    Redhead

  • Cora Witherspoon

    Cora Witherspoon

    Edwina Blythe

  • Fritz Feld

    Fritz Feld

    Nicholas Kavlun

  • Lillian Bronson

    Lillian Bronson

    Music Teacher 1

  • Edgar Caldwell

    Edgar Caldwell

    Call Boy 2

  • Paulina Carter

    Paulina Carter

    12 Year Old Girl

  • Maurice Cass

    Maurice Cass

    Music Teacher 2

  • Charles Coleman

    Charles Coleman

    Butler

  • Harry Depp

    Harry Depp

    Neighbor

  • Gordon Dumont

    Gordon Dumont

    Call Boy 1

  • Al Hill

    Al Hill

    Stagehand 2

  • James Kirkwood

    James Kirkwood

    Murphy

  • James Linn

    James Linn

    Call Boy 3

  • Junius Matthews

    Junius Matthews

    Little Man

  • Mira McKinney

    Mira McKinney

    Telsman

  • Forbes Murray

    Forbes Murray

    Music Critic

  • John Mylong

    John Mylong

    Impresario

  • André Previn

    André Previn

    Longhair

  • Hector V. Sarno

    Hector V. Sarno

    Man with Basket

  • John Sheehan

    John Sheehan

    Stagehand 1

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'; ?>
I've Always Loved You

Cast (30)

  • Philip Dorn

    Philip Dorn

    Leopold Goronoff

  • Catherine McLeod

    Catherine McLeod

    Myra Hassman

  • Bill Carter

    Bill Carter

    George Sampter

  • Maria Ouspenskaya

    Maria Ouspenskaya

    Madame Goronoff

  • Felix Bressart

    Felix Bressart

    Frederick Hassman

  • Elizabeth Patterson

    Elizabeth Patterson

    Mrs. Sompter

  • Vanessa Brown

    Vanessa Brown

    Georgette 'Porgy' Sampter at 17

  • Lewis Howard

    Lewis Howard

    Michael Severin

  • Adele Mara

    Adele Mara

    Señorita Fortaleza

  • Gloria Donovan

    Gloria Donovan

    Porgy at 5

  • Stephanie Bachelor

    Stephanie Bachelor

    Redhead

  • Cora Witherspoon

    Cora Witherspoon

    Edwina Blythe

  • Fritz Feld

    Fritz Feld

    Nicholas Kavlun

  • Lillian Bronson

    Lillian Bronson

    Music Teacher 1

  • Edgar Caldwell

    Edgar Caldwell

    Call Boy 2

  • Paulina Carter

    Paulina Carter

    12 Year Old Girl

  • Maurice Cass

    Maurice Cass

    Music Teacher 2

  • Charles Coleman

    Charles Coleman

    Butler

  • Harry Depp

    Harry Depp

    Neighbor

  • Gordon Dumont

    Gordon Dumont

    Call Boy 1

  • Al Hill

    Al Hill

    Stagehand 2

  • James Kirkwood

    James Kirkwood

    Murphy

  • James Linn

    James Linn

    Call Boy 3

  • Junius Matthews

    Junius Matthews

    Little Man

  • Mira McKinney

    Mira McKinney

    Telsman

  • Forbes Murray

    Forbes Murray

    Music Critic

  • John Mylong

    John Mylong

    Impresario

  • André Previn

    André Previn

    Longhair

  • Hector V. Sarno

    Hector V. Sarno

    Man with Basket

  • John Sheehan

    John Sheehan

    Stagehand 1

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'; ?>
I've Always Loved You

Cast (30)

  • Philip Dorn

    Philip Dorn

    Leopold Goronoff

  • Catherine McLeod

    Catherine McLeod

    Myra Hassman

  • Bill Carter

    Bill Carter

    George Sampter

  • Maria Ouspenskaya

    Maria Ouspenskaya

    Madame Goronoff

  • Felix Bressart

    Felix Bressart

    Frederick Hassman

  • Elizabeth Patterson

    Elizabeth Patterson

    Mrs. Sompter

  • Vanessa Brown

    Vanessa Brown

    Georgette 'Porgy' Sampter at 17

  • Lewis Howard

    Lewis Howard

    Michael Severin

  • Adele Mara

    Adele Mara

    Señorita Fortaleza

  • Gloria Donovan

    Gloria Donovan

    Porgy at 5

  • Stephanie Bachelor

    Stephanie Bachelor

    Redhead

  • Cora Witherspoon

    Cora Witherspoon

    Edwina Blythe

  • Fritz Feld

    Fritz Feld

    Nicholas Kavlun

  • Lillian Bronson

    Lillian Bronson

    Music Teacher 1

  • Edgar Caldwell

    Edgar Caldwell

    Call Boy 2

  • Paulina Carter

    Paulina Carter

    12 Year Old Girl

  • Maurice Cass

    Maurice Cass

    Music Teacher 2

  • Charles Coleman

    Charles Coleman

    Butler

  • Harry Depp

    Harry Depp

    Neighbor

  • Gordon Dumont

    Gordon Dumont

    Call Boy 1

  • Al Hill

    Al Hill

    Stagehand 2

  • James Kirkwood

    James Kirkwood

    Murphy

  • James Linn

    James Linn

    Call Boy 3

  • Junius Matthews

    Junius Matthews

    Little Man

  • Mira McKinney

    Mira McKinney

    Telsman

  • Forbes Murray

    Forbes Murray

    Music Critic

  • John Mylong

    John Mylong

    Impresario

  • André Previn

    André Previn

    Longhair

  • Hector V. Sarno

    Hector V. Sarno

    Man with Basket

  • John Sheehan

    John Sheehan

    Stagehand 1

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'; ?>
I've Always Loved You

Cast (30)

  • Philip Dorn

    Philip Dorn

    Leopold Goronoff

  • Catherine McLeod

    Catherine McLeod

    Myra Hassman

  • Bill Carter

    Bill Carter

    George Sampter

  • Maria Ouspenskaya

    Maria Ouspenskaya

    Madame Goronoff

  • Felix Bressart

    Felix Bressart

    Frederick Hassman

  • Elizabeth Patterson

    Elizabeth Patterson

    Mrs. Sompter

  • Vanessa Brown

    Vanessa Brown

    Georgette 'Porgy' Sampter at 17

  • Lewis Howard

    Lewis Howard

    Michael Severin

  • Adele Mara

    Adele Mara

    Señorita Fortaleza

  • Gloria Donovan

    Gloria Donovan

    Porgy at 5

  • Stephanie Bachelor

    Stephanie Bachelor

    Redhead

  • Cora Witherspoon

    Cora Witherspoon

    Edwina Blythe

  • Fritz Feld

    Fritz Feld

    Nicholas Kavlun

  • Lillian Bronson

    Lillian Bronson

    Music Teacher 1

  • Edgar Caldwell

    Edgar Caldwell

    Call Boy 2

  • Paulina Carter

    Paulina Carter

    12 Year Old Girl

  • Maurice Cass

    Maurice Cass

    Music Teacher 2

  • Charles Coleman

    Charles Coleman

    Butler

  • Harry Depp

    Harry Depp

    Neighbor

  • Gordon Dumont

    Gordon Dumont

    Call Boy 1

  • Al Hill

    Al Hill

    Stagehand 2

  • James Kirkwood

    James Kirkwood

    Murphy

  • James Linn

    James Linn

    Call Boy 3

  • Junius Matthews

    Junius Matthews

    Little Man

  • Mira McKinney

    Mira McKinney

    Telsman

  • Forbes Murray

    Forbes Murray

    Music Critic

  • John Mylong

    John Mylong

    Impresario

  • André Previn

    André Previn

    Longhair

  • Hector V. Sarno

    Hector V. Sarno

    Man with Basket

  • John Sheehan

    John Sheehan

    Stagehand 1