Songs for After a War

Cast (25)

  • Francisco Franco

    Francisco Franco

    Self (archive footage)

  • Philippe Pétain

    Philippe Pétain

    Self (archive footage)

  • Imperio Argentina

    Imperio Argentina

    Self (archive footage)

  • Lola Flores

    Lola Flores

    Self (archive footage)

  • José Isbert

    José Isbert

    Don Pablo (archive footage) (uncredited)

  • Adolf Hitler

    Adolf Hitler

    Self (archive footage) (uncredited)

  • Manuel Azaña

    Manuel Azaña

    Self (archive footage) (uncredited)

  • Camilo José Cela

    Camilo José Cela

    Self (archive footage) (uncredited)

  • Winston Churchill

    Winston Churchill

    Self (archive footage) (uncredited)

  • Gary Cooper

    Gary Cooper

    Self (archive footage) (uncredited)

  • Salvador Dalí

    Salvador Dalí

    Self (archive footage) (uncredited)

  • Joan Fontaine

    Joan Fontaine

    Self (archive footage) (uncredited)

  • Cary Grant

    Cary Grant

    Self (archive footage) (uncredited)

  • Rita Hayworth

    Rita Hayworth

    Self (archive footage) (uncredited)

  • Danny Kaye

    Danny Kaye

    Self (archive footage) (uncredited)

  • Alfredo Mayo

    Alfredo Mayo

    Jesús Churruca (archive footage) (uncredited)

  • Sara Montiel

    Sara Montiel

    Self (archive footage) (uncredited)

  • Benito Mussolini

    Benito Mussolini

    Self (archive footage) (uncredited)

  • Harry S. Truman

    Harry S. Truman

    Self (archive footage) (uncredited)

  • Joseph Stalin

    Joseph Stalin

    Self (archive footage) (uncredited)

  • Eva Duarte de Perón

    Eva Duarte de Perón

    Self (archive footage) (uncredited)

  • Jorge Negrete

    Jorge Negrete

    Self (archive footage) (uncredited)

  • Manolo Morán

    Manolo Morán

    Manolo (archive footage) (uncredited)

  • Celia Gámez

    Celia Gámez

    Self (archive footage)

  • Concha Piquer

    Concha Piquer

    Self (archive footage)

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'; ?>
Songs for After a War

Cast (25)

  • Francisco Franco

    Francisco Franco

    Self (archive footage)

  • Philippe Pétain

    Philippe Pétain

    Self (archive footage)

  • Imperio Argentina

    Imperio Argentina

    Self (archive footage)

  • Lola Flores

    Lola Flores

    Self (archive footage)

  • José Isbert

    José Isbert

    Don Pablo (archive footage) (uncredited)

  • Adolf Hitler

    Adolf Hitler

    Self (archive footage) (uncredited)

  • Manuel Azaña

    Manuel Azaña

    Self (archive footage) (uncredited)

  • Camilo José Cela

    Camilo José Cela

    Self (archive footage) (uncredited)

  • Winston Churchill

    Winston Churchill

    Self (archive footage) (uncredited)

  • Gary Cooper

    Gary Cooper

    Self (archive footage) (uncredited)

  • Salvador Dalí

    Salvador Dalí

    Self (archive footage) (uncredited)

  • Joan Fontaine

    Joan Fontaine

    Self (archive footage) (uncredited)

  • Cary Grant

    Cary Grant

    Self (archive footage) (uncredited)

  • Rita Hayworth

    Rita Hayworth

    Self (archive footage) (uncredited)

  • Danny Kaye

    Danny Kaye

    Self (archive footage) (uncredited)

  • Alfredo Mayo

    Alfredo Mayo

    Jesús Churruca (archive footage) (uncredited)

  • Sara Montiel

    Sara Montiel

    Self (archive footage) (uncredited)

  • Benito Mussolini

    Benito Mussolini

    Self (archive footage) (uncredited)

  • Harry S. Truman

    Harry S. Truman

    Self (archive footage) (uncredited)

  • Joseph Stalin

    Joseph Stalin

    Self (archive footage) (uncredited)

  • Eva Duarte de Perón

    Eva Duarte de Perón

    Self (archive footage) (uncredited)

  • Jorge Negrete

    Jorge Negrete

    Self (archive footage) (uncredited)

  • Manolo Morán

    Manolo Morán

    Manolo (archive footage) (uncredited)

  • Celia Gámez

    Celia Gámez

    Self (archive footage)

  • Concha Piquer

    Concha Piquer

    Self (archive footage)

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'; ?>
Songs for After a War

Cast (25)

  • Francisco Franco

    Francisco Franco

    Self (archive footage)

  • Philippe Pétain

    Philippe Pétain

    Self (archive footage)

  • Imperio Argentina

    Imperio Argentina

    Self (archive footage)

  • Lola Flores

    Lola Flores

    Self (archive footage)

  • José Isbert

    José Isbert

    Don Pablo (archive footage) (uncredited)

  • Adolf Hitler

    Adolf Hitler

    Self (archive footage) (uncredited)

  • Manuel Azaña

    Manuel Azaña

    Self (archive footage) (uncredited)

  • Camilo José Cela

    Camilo José Cela

    Self (archive footage) (uncredited)

  • Winston Churchill

    Winston Churchill

    Self (archive footage) (uncredited)

  • Gary Cooper

    Gary Cooper

    Self (archive footage) (uncredited)

  • Salvador Dalí

    Salvador Dalí

    Self (archive footage) (uncredited)

  • Joan Fontaine

    Joan Fontaine

    Self (archive footage) (uncredited)

  • Cary Grant

    Cary Grant

    Self (archive footage) (uncredited)

  • Rita Hayworth

    Rita Hayworth

    Self (archive footage) (uncredited)

  • Danny Kaye

    Danny Kaye

    Self (archive footage) (uncredited)

  • Alfredo Mayo

    Alfredo Mayo

    Jesús Churruca (archive footage) (uncredited)

  • Sara Montiel

    Sara Montiel

    Self (archive footage) (uncredited)

  • Benito Mussolini

    Benito Mussolini

    Self (archive footage) (uncredited)

  • Harry S. Truman

    Harry S. Truman

    Self (archive footage) (uncredited)

  • Joseph Stalin

    Joseph Stalin

    Self (archive footage) (uncredited)

  • Eva Duarte de Perón

    Eva Duarte de Perón

    Self (archive footage) (uncredited)

  • Jorge Negrete

    Jorge Negrete

    Self (archive footage) (uncredited)

  • Manolo Morán

    Manolo Morán

    Manolo (archive footage) (uncredited)

  • Celia Gámez

    Celia Gámez

    Self (archive footage)

  • Concha Piquer

    Concha Piquer

    Self (archive footage)

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'; ?>
Songs for After a War

Cast (25)

  • Francisco Franco

    Francisco Franco

    Self (archive footage)

  • Philippe Pétain

    Philippe Pétain

    Self (archive footage)

  • Imperio Argentina

    Imperio Argentina

    Self (archive footage)

  • Lola Flores

    Lola Flores

    Self (archive footage)

  • José Isbert

    José Isbert

    Don Pablo (archive footage) (uncredited)

  • Adolf Hitler

    Adolf Hitler

    Self (archive footage) (uncredited)

  • Manuel Azaña

    Manuel Azaña

    Self (archive footage) (uncredited)

  • Camilo José Cela

    Camilo José Cela

    Self (archive footage) (uncredited)

  • Winston Churchill

    Winston Churchill

    Self (archive footage) (uncredited)

  • Gary Cooper

    Gary Cooper

    Self (archive footage) (uncredited)

  • Salvador Dalí

    Salvador Dalí

    Self (archive footage) (uncredited)

  • Joan Fontaine

    Joan Fontaine

    Self (archive footage) (uncredited)

  • Cary Grant

    Cary Grant

    Self (archive footage) (uncredited)

  • Rita Hayworth

    Rita Hayworth

    Self (archive footage) (uncredited)

  • Danny Kaye

    Danny Kaye

    Self (archive footage) (uncredited)

  • Alfredo Mayo

    Alfredo Mayo

    Jesús Churruca (archive footage) (uncredited)

  • Sara Montiel

    Sara Montiel

    Self (archive footage) (uncredited)

  • Benito Mussolini

    Benito Mussolini

    Self (archive footage) (uncredited)

  • Harry S. Truman

    Harry S. Truman

    Self (archive footage) (uncredited)

  • Joseph Stalin

    Joseph Stalin

    Self (archive footage) (uncredited)

  • Eva Duarte de Perón

    Eva Duarte de Perón

    Self (archive footage) (uncredited)

  • Jorge Negrete

    Jorge Negrete

    Self (archive footage) (uncredited)

  • Manolo Morán

    Manolo Morán

    Manolo (archive footage) (uncredited)

  • Celia Gámez

    Celia Gámez

    Self (archive footage)

  • Concha Piquer

    Concha Piquer

    Self (archive footage)

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'; ?>
Songs for After a War

Cast (25)

  • Francisco Franco

    Francisco Franco

    Self (archive footage)

  • Philippe Pétain

    Philippe Pétain

    Self (archive footage)

  • Imperio Argentina

    Imperio Argentina

    Self (archive footage)

  • Lola Flores

    Lola Flores

    Self (archive footage)

  • José Isbert

    José Isbert

    Don Pablo (archive footage) (uncredited)

  • Adolf Hitler

    Adolf Hitler

    Self (archive footage) (uncredited)

  • Manuel Azaña

    Manuel Azaña

    Self (archive footage) (uncredited)

  • Camilo José Cela

    Camilo José Cela

    Self (archive footage) (uncredited)

  • Winston Churchill

    Winston Churchill

    Self (archive footage) (uncredited)

  • Gary Cooper

    Gary Cooper

    Self (archive footage) (uncredited)

  • Salvador Dalí

    Salvador Dalí

    Self (archive footage) (uncredited)

  • Joan Fontaine

    Joan Fontaine

    Self (archive footage) (uncredited)

  • Cary Grant

    Cary Grant

    Self (archive footage) (uncredited)

  • Rita Hayworth

    Rita Hayworth

    Self (archive footage) (uncredited)

  • Danny Kaye

    Danny Kaye

    Self (archive footage) (uncredited)

  • Alfredo Mayo

    Alfredo Mayo

    Jesús Churruca (archive footage) (uncredited)

  • Sara Montiel

    Sara Montiel

    Self (archive footage) (uncredited)

  • Benito Mussolini

    Benito Mussolini

    Self (archive footage) (uncredited)

  • Harry S. Truman

    Harry S. Truman

    Self (archive footage) (uncredited)

  • Joseph Stalin

    Joseph Stalin

    Self (archive footage) (uncredited)

  • Eva Duarte de Perón

    Eva Duarte de Perón

    Self (archive footage) (uncredited)

  • Jorge Negrete

    Jorge Negrete

    Self (archive footage) (uncredited)

  • Manolo Morán

    Manolo Morán

    Manolo (archive footage) (uncredited)

  • Celia Gámez

    Celia Gámez

    Self (archive footage)

  • Concha Piquer

    Concha Piquer

    Self (archive footage)

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'; ?>
Songs for After a War

Cast (25)

  • Francisco Franco

    Francisco Franco

    Self (archive footage)

  • Philippe Pétain

    Philippe Pétain

    Self (archive footage)

  • Imperio Argentina

    Imperio Argentina

    Self (archive footage)

  • Lola Flores

    Lola Flores

    Self (archive footage)

  • José Isbert

    José Isbert

    Don Pablo (archive footage) (uncredited)

  • Adolf Hitler

    Adolf Hitler

    Self (archive footage) (uncredited)

  • Manuel Azaña

    Manuel Azaña

    Self (archive footage) (uncredited)

  • Camilo José Cela

    Camilo José Cela

    Self (archive footage) (uncredited)

  • Winston Churchill

    Winston Churchill

    Self (archive footage) (uncredited)

  • Gary Cooper

    Gary Cooper

    Self (archive footage) (uncredited)

  • Salvador Dalí

    Salvador Dalí

    Self (archive footage) (uncredited)

  • Joan Fontaine

    Joan Fontaine

    Self (archive footage) (uncredited)

  • Cary Grant

    Cary Grant

    Self (archive footage) (uncredited)

  • Rita Hayworth

    Rita Hayworth

    Self (archive footage) (uncredited)

  • Danny Kaye

    Danny Kaye

    Self (archive footage) (uncredited)

  • Alfredo Mayo

    Alfredo Mayo

    Jesús Churruca (archive footage) (uncredited)

  • Sara Montiel

    Sara Montiel

    Self (archive footage) (uncredited)

  • Benito Mussolini

    Benito Mussolini

    Self (archive footage) (uncredited)

  • Harry S. Truman

    Harry S. Truman

    Self (archive footage) (uncredited)

  • Joseph Stalin

    Joseph Stalin

    Self (archive footage) (uncredited)

  • Eva Duarte de Perón

    Eva Duarte de Perón

    Self (archive footage) (uncredited)

  • Jorge Negrete

    Jorge Negrete

    Self (archive footage) (uncredited)

  • Manolo Morán

    Manolo Morán

    Manolo (archive footage) (uncredited)

  • Celia Gámez

    Celia Gámez

    Self (archive footage)

  • Concha Piquer

    Concha Piquer

    Self (archive footage)

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'; ?>
Songs for After a War

Cast (25)

  • Francisco Franco

    Francisco Franco

    Self (archive footage)

  • Philippe Pétain

    Philippe Pétain

    Self (archive footage)

  • Imperio Argentina

    Imperio Argentina

    Self (archive footage)

  • Lola Flores

    Lola Flores

    Self (archive footage)

  • José Isbert

    José Isbert

    Don Pablo (archive footage) (uncredited)

  • Adolf Hitler

    Adolf Hitler

    Self (archive footage) (uncredited)

  • Manuel Azaña

    Manuel Azaña

    Self (archive footage) (uncredited)

  • Camilo José Cela

    Camilo José Cela

    Self (archive footage) (uncredited)

  • Winston Churchill

    Winston Churchill

    Self (archive footage) (uncredited)

  • Gary Cooper

    Gary Cooper

    Self (archive footage) (uncredited)

  • Salvador Dalí

    Salvador Dalí

    Self (archive footage) (uncredited)

  • Joan Fontaine

    Joan Fontaine

    Self (archive footage) (uncredited)

  • Cary Grant

    Cary Grant

    Self (archive footage) (uncredited)

  • Rita Hayworth

    Rita Hayworth

    Self (archive footage) (uncredited)

  • Danny Kaye

    Danny Kaye

    Self (archive footage) (uncredited)

  • Alfredo Mayo

    Alfredo Mayo

    Jesús Churruca (archive footage) (uncredited)

  • Sara Montiel

    Sara Montiel

    Self (archive footage) (uncredited)

  • Benito Mussolini

    Benito Mussolini

    Self (archive footage) (uncredited)

  • Harry S. Truman

    Harry S. Truman

    Self (archive footage) (uncredited)

  • Joseph Stalin

    Joseph Stalin

    Self (archive footage) (uncredited)

  • Eva Duarte de Perón

    Eva Duarte de Perón

    Self (archive footage) (uncredited)

  • Jorge Negrete

    Jorge Negrete

    Self (archive footage) (uncredited)

  • Manolo Morán

    Manolo Morán

    Manolo (archive footage) (uncredited)

  • Celia Gámez

    Celia Gámez

    Self (archive footage)

  • Concha Piquer

    Concha Piquer

    Self (archive footage)