The Red Shade

Cast (34)

  • Claude Brasseur

    Claude Brasseur

    Anton Kovetz

  • Jacques Dutronc

    Jacques Dutronc

    Léo

  • Nathalie Baye

    Nathalie Baye

    Anna

  • Andréa Ferréol

    Andréa Ferréol

    Magda

  • Nicolas Hossein

    Nicolas Hossein

  • Nicola Belsky

    Nicola Belsky

  • Julien Blaine

    Julien Blaine

  • Michelle Carles

    Michelle Carles

  • Philippe Carles

    Philippe Carles

  • Christian Gauffre

    Christian Gauffre

  • Panisse

    Panisse

    Cafe owner

  • Alexandre Arbatt

    Alexandre Arbatt

  • Lev Belsky

    Lev Belsky

    Soudrov

  • Jean-Jacques Biraud

    Jean-Jacques Biraud

  • Facundo Bo

    Facundo Bo

    Müller

  • Pascal Bonitzer

    Pascal Bonitzer

    The Dutch

  • Pinkas Braun

    Pinkas Braun

    Maly

  • Patrick Depeyrrat

    Patrick Depeyrrat

  • André Dupon

    André Dupon

  • Giovanni Früh

    Giovanni Früh

    José

  • Louba Guertchikoff

    Louba Guertchikoff

  • Alain Ilan-Chojnow

    Alain Ilan-Chojnow

  • Charles Millot

    Charles Millot

    Magda's father

  • Stephan Meldegg

    Stephan Meldegg

    The Nazi

  • Biaggio Pelligra

    Biaggio Pelligra

  • Simone Real

    Simone Real

    Singer

  • Maurice Risch

    Maurice Risch

    Marcel

  • Pierre Semmler

    Pierre Semmler

    SS officer

  • Gratien Tonna

    Gratien Tonna

    Legionnaire

  • Serge Valletti

    Serge Valletti

  • Max Vialle

    Max Vialle

    The Mister

  • Sylvain Plaine

    Sylvain Plaine

  • Thierry Benoît

    Thierry Benoît

  • Nicolas Escale

    Nicolas Escale

    (uncredited)

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 Red Shade

Cast (34)

  • Claude Brasseur

    Claude Brasseur

    Anton Kovetz

  • Jacques Dutronc

    Jacques Dutronc

    Léo

  • Nathalie Baye

    Nathalie Baye

    Anna

  • Andréa Ferréol

    Andréa Ferréol

    Magda

  • Nicolas Hossein

    Nicolas Hossein

  • Nicola Belsky

    Nicola Belsky

  • Julien Blaine

    Julien Blaine

  • Michelle Carles

    Michelle Carles

  • Philippe Carles

    Philippe Carles

  • Christian Gauffre

    Christian Gauffre

  • Panisse

    Panisse

    Cafe owner

  • Alexandre Arbatt

    Alexandre Arbatt

  • Lev Belsky

    Lev Belsky

    Soudrov

  • Jean-Jacques Biraud

    Jean-Jacques Biraud

  • Facundo Bo

    Facundo Bo

    Müller

  • Pascal Bonitzer

    Pascal Bonitzer

    The Dutch

  • Pinkas Braun

    Pinkas Braun

    Maly

  • Patrick Depeyrrat

    Patrick Depeyrrat

  • André Dupon

    André Dupon

  • Giovanni Früh

    Giovanni Früh

    José

  • Louba Guertchikoff

    Louba Guertchikoff

  • Alain Ilan-Chojnow

    Alain Ilan-Chojnow

  • Charles Millot

    Charles Millot

    Magda's father

  • Stephan Meldegg

    Stephan Meldegg

    The Nazi

  • Biaggio Pelligra

    Biaggio Pelligra

  • Simone Real

    Simone Real

    Singer

  • Maurice Risch

    Maurice Risch

    Marcel

  • Pierre Semmler

    Pierre Semmler

    SS officer

  • Gratien Tonna

    Gratien Tonna

    Legionnaire

  • Serge Valletti

    Serge Valletti

  • Max Vialle

    Max Vialle

    The Mister

  • Sylvain Plaine

    Sylvain Plaine

  • Thierry Benoît

    Thierry Benoît

  • Nicolas Escale

    Nicolas Escale

    (uncredited)

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 Red Shade

Cast (34)

  • Claude Brasseur

    Claude Brasseur

    Anton Kovetz

  • Jacques Dutronc

    Jacques Dutronc

    Léo

  • Nathalie Baye

    Nathalie Baye

    Anna

  • Andréa Ferréol

    Andréa Ferréol

    Magda

  • Nicolas Hossein

    Nicolas Hossein

  • Nicola Belsky

    Nicola Belsky

  • Julien Blaine

    Julien Blaine

  • Michelle Carles

    Michelle Carles

  • Philippe Carles

    Philippe Carles

  • Christian Gauffre

    Christian Gauffre

  • Panisse

    Panisse

    Cafe owner

  • Alexandre Arbatt

    Alexandre Arbatt

  • Lev Belsky

    Lev Belsky

    Soudrov

  • Jean-Jacques Biraud

    Jean-Jacques Biraud

  • Facundo Bo

    Facundo Bo

    Müller

  • Pascal Bonitzer

    Pascal Bonitzer

    The Dutch

  • Pinkas Braun

    Pinkas Braun

    Maly

  • Patrick Depeyrrat

    Patrick Depeyrrat

  • André Dupon

    André Dupon

  • Giovanni Früh

    Giovanni Früh

    José

  • Louba Guertchikoff

    Louba Guertchikoff

  • Alain Ilan-Chojnow

    Alain Ilan-Chojnow

  • Charles Millot

    Charles Millot

    Magda's father

  • Stephan Meldegg

    Stephan Meldegg

    The Nazi

  • Biaggio Pelligra

    Biaggio Pelligra

  • Simone Real

    Simone Real

    Singer

  • Maurice Risch

    Maurice Risch

    Marcel

  • Pierre Semmler

    Pierre Semmler

    SS officer

  • Gratien Tonna

    Gratien Tonna

    Legionnaire

  • Serge Valletti

    Serge Valletti

  • Max Vialle

    Max Vialle

    The Mister

  • Sylvain Plaine

    Sylvain Plaine

  • Thierry Benoît

    Thierry Benoît

  • Nicolas Escale

    Nicolas Escale

    (uncredited)

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 Red Shade

Cast (34)

  • Claude Brasseur

    Claude Brasseur

    Anton Kovetz

  • Jacques Dutronc

    Jacques Dutronc

    Léo

  • Nathalie Baye

    Nathalie Baye

    Anna

  • Andréa Ferréol

    Andréa Ferréol

    Magda

  • Nicolas Hossein

    Nicolas Hossein

  • Nicola Belsky

    Nicola Belsky

  • Julien Blaine

    Julien Blaine

  • Michelle Carles

    Michelle Carles

  • Philippe Carles

    Philippe Carles

  • Christian Gauffre

    Christian Gauffre

  • Panisse

    Panisse

    Cafe owner

  • Alexandre Arbatt

    Alexandre Arbatt

  • Lev Belsky

    Lev Belsky

    Soudrov

  • Jean-Jacques Biraud

    Jean-Jacques Biraud

  • Facundo Bo

    Facundo Bo

    Müller

  • Pascal Bonitzer

    Pascal Bonitzer

    The Dutch

  • Pinkas Braun

    Pinkas Braun

    Maly

  • Patrick Depeyrrat

    Patrick Depeyrrat

  • André Dupon

    André Dupon

  • Giovanni Früh

    Giovanni Früh

    José

  • Louba Guertchikoff

    Louba Guertchikoff

  • Alain Ilan-Chojnow

    Alain Ilan-Chojnow

  • Charles Millot

    Charles Millot

    Magda's father

  • Stephan Meldegg

    Stephan Meldegg

    The Nazi

  • Biaggio Pelligra

    Biaggio Pelligra

  • Simone Real

    Simone Real

    Singer

  • Maurice Risch

    Maurice Risch

    Marcel

  • Pierre Semmler

    Pierre Semmler

    SS officer

  • Gratien Tonna

    Gratien Tonna

    Legionnaire

  • Serge Valletti

    Serge Valletti

  • Max Vialle

    Max Vialle

    The Mister

  • Sylvain Plaine

    Sylvain Plaine

  • Thierry Benoît

    Thierry Benoît

  • Nicolas Escale

    Nicolas Escale

    (uncredited)

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 Red Shade

Cast (34)

  • Claude Brasseur

    Claude Brasseur

    Anton Kovetz

  • Jacques Dutronc

    Jacques Dutronc

    Léo

  • Nathalie Baye

    Nathalie Baye

    Anna

  • Andréa Ferréol

    Andréa Ferréol

    Magda

  • Nicolas Hossein

    Nicolas Hossein

  • Nicola Belsky

    Nicola Belsky

  • Julien Blaine

    Julien Blaine

  • Michelle Carles

    Michelle Carles

  • Philippe Carles

    Philippe Carles

  • Christian Gauffre

    Christian Gauffre

  • Panisse

    Panisse

    Cafe owner

  • Alexandre Arbatt

    Alexandre Arbatt

  • Lev Belsky

    Lev Belsky

    Soudrov

  • Jean-Jacques Biraud

    Jean-Jacques Biraud

  • Facundo Bo

    Facundo Bo

    Müller

  • Pascal Bonitzer

    Pascal Bonitzer

    The Dutch

  • Pinkas Braun

    Pinkas Braun

    Maly

  • Patrick Depeyrrat

    Patrick Depeyrrat

  • André Dupon

    André Dupon

  • Giovanni Früh

    Giovanni Früh

    José

  • Louba Guertchikoff

    Louba Guertchikoff

  • Alain Ilan-Chojnow

    Alain Ilan-Chojnow

  • Charles Millot

    Charles Millot

    Magda's father

  • Stephan Meldegg

    Stephan Meldegg

    The Nazi

  • Biaggio Pelligra

    Biaggio Pelligra

  • Simone Real

    Simone Real

    Singer

  • Maurice Risch

    Maurice Risch

    Marcel

  • Pierre Semmler

    Pierre Semmler

    SS officer

  • Gratien Tonna

    Gratien Tonna

    Legionnaire

  • Serge Valletti

    Serge Valletti

  • Max Vialle

    Max Vialle

    The Mister

  • Sylvain Plaine

    Sylvain Plaine

  • Thierry Benoît

    Thierry Benoît

  • Nicolas Escale

    Nicolas Escale

    (uncredited)

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 Red Shade

Cast (34)

  • Claude Brasseur

    Claude Brasseur

    Anton Kovetz

  • Jacques Dutronc

    Jacques Dutronc

    Léo

  • Nathalie Baye

    Nathalie Baye

    Anna

  • Andréa Ferréol

    Andréa Ferréol

    Magda

  • Nicolas Hossein

    Nicolas Hossein

  • Nicola Belsky

    Nicola Belsky

  • Julien Blaine

    Julien Blaine

  • Michelle Carles

    Michelle Carles

  • Philippe Carles

    Philippe Carles

  • Christian Gauffre

    Christian Gauffre

  • Panisse

    Panisse

    Cafe owner

  • Alexandre Arbatt

    Alexandre Arbatt

  • Lev Belsky

    Lev Belsky

    Soudrov

  • Jean-Jacques Biraud

    Jean-Jacques Biraud

  • Facundo Bo

    Facundo Bo

    Müller

  • Pascal Bonitzer

    Pascal Bonitzer

    The Dutch

  • Pinkas Braun

    Pinkas Braun

    Maly

  • Patrick Depeyrrat

    Patrick Depeyrrat

  • André Dupon

    André Dupon

  • Giovanni Früh

    Giovanni Früh

    José

  • Louba Guertchikoff

    Louba Guertchikoff

  • Alain Ilan-Chojnow

    Alain Ilan-Chojnow

  • Charles Millot

    Charles Millot

    Magda's father

  • Stephan Meldegg

    Stephan Meldegg

    The Nazi

  • Biaggio Pelligra

    Biaggio Pelligra

  • Simone Real

    Simone Real

    Singer

  • Maurice Risch

    Maurice Risch

    Marcel

  • Pierre Semmler

    Pierre Semmler

    SS officer

  • Gratien Tonna

    Gratien Tonna

    Legionnaire

  • Serge Valletti

    Serge Valletti

  • Max Vialle

    Max Vialle

    The Mister

  • Sylvain Plaine

    Sylvain Plaine

  • Thierry Benoît

    Thierry Benoît

  • Nicolas Escale

    Nicolas Escale

    (uncredited)

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 Red Shade

Cast (34)

  • Claude Brasseur

    Claude Brasseur

    Anton Kovetz

  • Jacques Dutronc

    Jacques Dutronc

    Léo

  • Nathalie Baye

    Nathalie Baye

    Anna

  • Andréa Ferréol

    Andréa Ferréol

    Magda

  • Nicolas Hossein

    Nicolas Hossein

  • Nicola Belsky

    Nicola Belsky

  • Julien Blaine

    Julien Blaine

  • Michelle Carles

    Michelle Carles

  • Philippe Carles

    Philippe Carles

  • Christian Gauffre

    Christian Gauffre

  • Panisse

    Panisse

    Cafe owner

  • Alexandre Arbatt

    Alexandre Arbatt

  • Lev Belsky

    Lev Belsky

    Soudrov

  • Jean-Jacques Biraud

    Jean-Jacques Biraud

  • Facundo Bo

    Facundo Bo

    Müller

  • Pascal Bonitzer

    Pascal Bonitzer

    The Dutch

  • Pinkas Braun

    Pinkas Braun

    Maly

  • Patrick Depeyrrat

    Patrick Depeyrrat

  • André Dupon

    André Dupon

  • Giovanni Früh

    Giovanni Früh

    José

  • Louba Guertchikoff

    Louba Guertchikoff

  • Alain Ilan-Chojnow

    Alain Ilan-Chojnow

  • Charles Millot

    Charles Millot

    Magda's father

  • Stephan Meldegg

    Stephan Meldegg

    The Nazi

  • Biaggio Pelligra

    Biaggio Pelligra

  • Simone Real

    Simone Real

    Singer

  • Maurice Risch

    Maurice Risch

    Marcel

  • Pierre Semmler

    Pierre Semmler

    SS officer

  • Gratien Tonna

    Gratien Tonna

    Legionnaire

  • Serge Valletti

    Serge Valletti

  • Max Vialle

    Max Vialle

    The Mister

  • Sylvain Plaine

    Sylvain Plaine

  • Thierry Benoît

    Thierry Benoît

  • Nicolas Escale

    Nicolas Escale

    (uncredited)