The Little Theatre of Jean Renoir

Cast (13)

  • Jeanne Moreau

    Jeanne Moreau

    The Singer (segment "Quand l'amour meurt")

  • Nino Formicola

    Nino Formicola

    The Bum (segment "Le dernier réveillon")

  • Milly

    Milly

    Female Bum (segment "Le dernier réveillon")

  • Fernand Sardou

    Fernand Sardou

    Duvallier (segment "Le roi d'Yvetot")

  • Françoise Arnoul

    Françoise Arnoul

    Isabelle Duvallier (segment "Le roi d'Yvetot")

  • Marguerite Cassan

    Marguerite Cassan

    Émilie (segment "La cireuse électrique")

  • Pierre Olaf

    Pierre Olaf

    Gustave, the Husband (episode "La cireuse électrique")

  • Jacques Dynam

    Jacques Dynam

    Jules, the Second Husband (segment "La cireuse électrique")

  • Jean Carmet

    Jean Carmet

    Doctor Féraud (segment "Le roi d'Yvetot")

  • Dominique Labourier

    Dominique Labourier

    Paulette (segment "Le roi d'Yvetot")

  • Roland Bertin

    Roland Bertin

    Gontran (segment "Le dernier réveillon")

  • André Dumas

    André Dumas

    le Gérant (segment "Le dernier réveillon")

  • Jean-Louis Tristan

    Jean-Louis Tristan

    le Représentant (segment "La cireuse électrique")

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 Little Theatre of Jean Renoir

Cast (13)

  • Jeanne Moreau

    Jeanne Moreau

    The Singer (segment "Quand l'amour meurt")

  • Nino Formicola

    Nino Formicola

    The Bum (segment "Le dernier réveillon")

  • Milly

    Milly

    Female Bum (segment "Le dernier réveillon")

  • Fernand Sardou

    Fernand Sardou

    Duvallier (segment "Le roi d'Yvetot")

  • Françoise Arnoul

    Françoise Arnoul

    Isabelle Duvallier (segment "Le roi d'Yvetot")

  • Marguerite Cassan

    Marguerite Cassan

    Émilie (segment "La cireuse électrique")

  • Pierre Olaf

    Pierre Olaf

    Gustave, the Husband (episode "La cireuse électrique")

  • Jacques Dynam

    Jacques Dynam

    Jules, the Second Husband (segment "La cireuse électrique")

  • Jean Carmet

    Jean Carmet

    Doctor Féraud (segment "Le roi d'Yvetot")

  • Dominique Labourier

    Dominique Labourier

    Paulette (segment "Le roi d'Yvetot")

  • Roland Bertin

    Roland Bertin

    Gontran (segment "Le dernier réveillon")

  • André Dumas

    André Dumas

    le Gérant (segment "Le dernier réveillon")

  • Jean-Louis Tristan

    Jean-Louis Tristan

    le Représentant (segment "La cireuse électrique")

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 Little Theatre of Jean Renoir

Cast (13)

  • Jeanne Moreau

    Jeanne Moreau

    The Singer (segment "Quand l'amour meurt")

  • Nino Formicola

    Nino Formicola

    The Bum (segment "Le dernier réveillon")

  • Milly

    Milly

    Female Bum (segment "Le dernier réveillon")

  • Fernand Sardou

    Fernand Sardou

    Duvallier (segment "Le roi d'Yvetot")

  • Françoise Arnoul

    Françoise Arnoul

    Isabelle Duvallier (segment "Le roi d'Yvetot")

  • Marguerite Cassan

    Marguerite Cassan

    Émilie (segment "La cireuse électrique")

  • Pierre Olaf

    Pierre Olaf

    Gustave, the Husband (episode "La cireuse électrique")

  • Jacques Dynam

    Jacques Dynam

    Jules, the Second Husband (segment "La cireuse électrique")

  • Jean Carmet

    Jean Carmet

    Doctor Féraud (segment "Le roi d'Yvetot")

  • Dominique Labourier

    Dominique Labourier

    Paulette (segment "Le roi d'Yvetot")

  • Roland Bertin

    Roland Bertin

    Gontran (segment "Le dernier réveillon")

  • André Dumas

    André Dumas

    le Gérant (segment "Le dernier réveillon")

  • Jean-Louis Tristan

    Jean-Louis Tristan

    le Représentant (segment "La cireuse électrique")

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 Little Theatre of Jean Renoir

Cast (13)

  • Jeanne Moreau

    Jeanne Moreau

    The Singer (segment "Quand l'amour meurt")

  • Nino Formicola

    Nino Formicola

    The Bum (segment "Le dernier réveillon")

  • Milly

    Milly

    Female Bum (segment "Le dernier réveillon")

  • Fernand Sardou

    Fernand Sardou

    Duvallier (segment "Le roi d'Yvetot")

  • Françoise Arnoul

    Françoise Arnoul

    Isabelle Duvallier (segment "Le roi d'Yvetot")

  • Marguerite Cassan

    Marguerite Cassan

    Émilie (segment "La cireuse électrique")

  • Pierre Olaf

    Pierre Olaf

    Gustave, the Husband (episode "La cireuse électrique")

  • Jacques Dynam

    Jacques Dynam

    Jules, the Second Husband (segment "La cireuse électrique")

  • Jean Carmet

    Jean Carmet

    Doctor Féraud (segment "Le roi d'Yvetot")

  • Dominique Labourier

    Dominique Labourier

    Paulette (segment "Le roi d'Yvetot")

  • Roland Bertin

    Roland Bertin

    Gontran (segment "Le dernier réveillon")

  • André Dumas

    André Dumas

    le Gérant (segment "Le dernier réveillon")

  • Jean-Louis Tristan

    Jean-Louis Tristan

    le Représentant (segment "La cireuse électrique")

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 Little Theatre of Jean Renoir

Cast (13)

  • Jeanne Moreau

    Jeanne Moreau

    The Singer (segment "Quand l'amour meurt")

  • Nino Formicola

    Nino Formicola

    The Bum (segment "Le dernier réveillon")

  • Milly

    Milly

    Female Bum (segment "Le dernier réveillon")

  • Fernand Sardou

    Fernand Sardou

    Duvallier (segment "Le roi d'Yvetot")

  • Françoise Arnoul

    Françoise Arnoul

    Isabelle Duvallier (segment "Le roi d'Yvetot")

  • Marguerite Cassan

    Marguerite Cassan

    Émilie (segment "La cireuse électrique")

  • Pierre Olaf

    Pierre Olaf

    Gustave, the Husband (episode "La cireuse électrique")

  • Jacques Dynam

    Jacques Dynam

    Jules, the Second Husband (segment "La cireuse électrique")

  • Jean Carmet

    Jean Carmet

    Doctor Féraud (segment "Le roi d'Yvetot")

  • Dominique Labourier

    Dominique Labourier

    Paulette (segment "Le roi d'Yvetot")

  • Roland Bertin

    Roland Bertin

    Gontran (segment "Le dernier réveillon")

  • André Dumas

    André Dumas

    le Gérant (segment "Le dernier réveillon")

  • Jean-Louis Tristan

    Jean-Louis Tristan

    le Représentant (segment "La cireuse électrique")

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 Little Theatre of Jean Renoir

Cast (13)

  • Jeanne Moreau

    Jeanne Moreau

    The Singer (segment "Quand l'amour meurt")

  • Nino Formicola

    Nino Formicola

    The Bum (segment "Le dernier réveillon")

  • Milly

    Milly

    Female Bum (segment "Le dernier réveillon")

  • Fernand Sardou

    Fernand Sardou

    Duvallier (segment "Le roi d'Yvetot")

  • Françoise Arnoul

    Françoise Arnoul

    Isabelle Duvallier (segment "Le roi d'Yvetot")

  • Marguerite Cassan

    Marguerite Cassan

    Émilie (segment "La cireuse électrique")

  • Pierre Olaf

    Pierre Olaf

    Gustave, the Husband (episode "La cireuse électrique")

  • Jacques Dynam

    Jacques Dynam

    Jules, the Second Husband (segment "La cireuse électrique")

  • Jean Carmet

    Jean Carmet

    Doctor Féraud (segment "Le roi d'Yvetot")

  • Dominique Labourier

    Dominique Labourier

    Paulette (segment "Le roi d'Yvetot")

  • Roland Bertin

    Roland Bertin

    Gontran (segment "Le dernier réveillon")

  • André Dumas

    André Dumas

    le Gérant (segment "Le dernier réveillon")

  • Jean-Louis Tristan

    Jean-Louis Tristan

    le Représentant (segment "La cireuse électrique")

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 Little Theatre of Jean Renoir

Cast (13)

  • Jeanne Moreau

    Jeanne Moreau

    The Singer (segment "Quand l'amour meurt")

  • Nino Formicola

    Nino Formicola

    The Bum (segment "Le dernier réveillon")

  • Milly

    Milly

    Female Bum (segment "Le dernier réveillon")

  • Fernand Sardou

    Fernand Sardou

    Duvallier (segment "Le roi d'Yvetot")

  • Françoise Arnoul

    Françoise Arnoul

    Isabelle Duvallier (segment "Le roi d'Yvetot")

  • Marguerite Cassan

    Marguerite Cassan

    Émilie (segment "La cireuse électrique")

  • Pierre Olaf

    Pierre Olaf

    Gustave, the Husband (episode "La cireuse électrique")

  • Jacques Dynam

    Jacques Dynam

    Jules, the Second Husband (segment "La cireuse électrique")

  • Jean Carmet

    Jean Carmet

    Doctor Féraud (segment "Le roi d'Yvetot")

  • Dominique Labourier

    Dominique Labourier

    Paulette (segment "Le roi d'Yvetot")

  • Roland Bertin

    Roland Bertin

    Gontran (segment "Le dernier réveillon")

  • André Dumas

    André Dumas

    le Gérant (segment "Le dernier réveillon")

  • Jean-Louis Tristan

    Jean-Louis Tristan

    le Représentant (segment "La cireuse électrique")