The Divine Comedy

Cast (19)

  • Maria de Medeiros

    Maria de Medeiros

    Sónia

  • Miguel Guilherme

    Miguel Guilherme

    Raskolnikov

  • Luís Miguel Cintra

    Luís Miguel Cintra

    Prophet

  • Mário Viegas

    Mário Viegas

    Philosopher

  • Leonor Silveira

    Leonor Silveira

    Eva

  • Diogo Dória

    Diogo Dória

    Ivan

  • Paulo Matos

    Paulo Matos

    Jesus

  • José Wallenstein

    José Wallenstein

    Aliosha

  • Ruy Furtado

    Ruy Furtado

    Director

  • Carlos Gomes

    Carlos Gomes

    Adao

  • Luís Lima Barreto

    Luís Lima Barreto

    Pharisee

  • Laura Soveral

    Laura Soveral

    Elena Ivanovna

  • Júlia Buisel

    Júlia Buisel

    Maria

  • Nuno Melo

    Nuno Melo

    Male Nurse

  • Maria João Pires

    Maria João Pires

    Marta

  • Ricardo Trêpa

    Ricardo Trêpa

  • Cremilda Gil

    Cremilda Gil

    Isabel Ivanovna

  • Miguel Yeco

    Miguel Yeco

    Lázaro

  • Manoel de Oliveira

    Manoel de Oliveira

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 Divine Comedy

Cast (19)

  • Maria de Medeiros

    Maria de Medeiros

    Sónia

  • Miguel Guilherme

    Miguel Guilherme

    Raskolnikov

  • Luís Miguel Cintra

    Luís Miguel Cintra

    Prophet

  • Mário Viegas

    Mário Viegas

    Philosopher

  • Leonor Silveira

    Leonor Silveira

    Eva

  • Diogo Dória

    Diogo Dória

    Ivan

  • Paulo Matos

    Paulo Matos

    Jesus

  • José Wallenstein

    José Wallenstein

    Aliosha

  • Ruy Furtado

    Ruy Furtado

    Director

  • Carlos Gomes

    Carlos Gomes

    Adao

  • Luís Lima Barreto

    Luís Lima Barreto

    Pharisee

  • Laura Soveral

    Laura Soveral

    Elena Ivanovna

  • Júlia Buisel

    Júlia Buisel

    Maria

  • Nuno Melo

    Nuno Melo

    Male Nurse

  • Maria João Pires

    Maria João Pires

    Marta

  • Ricardo Trêpa

    Ricardo Trêpa

  • Cremilda Gil

    Cremilda Gil

    Isabel Ivanovna

  • Miguel Yeco

    Miguel Yeco

    Lázaro

  • Manoel de Oliveira

    Manoel de Oliveira

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 Divine Comedy

Cast (19)

  • Maria de Medeiros

    Maria de Medeiros

    Sónia

  • Miguel Guilherme

    Miguel Guilherme

    Raskolnikov

  • Luís Miguel Cintra

    Luís Miguel Cintra

    Prophet

  • Mário Viegas

    Mário Viegas

    Philosopher

  • Leonor Silveira

    Leonor Silveira

    Eva

  • Diogo Dória

    Diogo Dória

    Ivan

  • Paulo Matos

    Paulo Matos

    Jesus

  • José Wallenstein

    José Wallenstein

    Aliosha

  • Ruy Furtado

    Ruy Furtado

    Director

  • Carlos Gomes

    Carlos Gomes

    Adao

  • Luís Lima Barreto

    Luís Lima Barreto

    Pharisee

  • Laura Soveral

    Laura Soveral

    Elena Ivanovna

  • Júlia Buisel

    Júlia Buisel

    Maria

  • Nuno Melo

    Nuno Melo

    Male Nurse

  • Maria João Pires

    Maria João Pires

    Marta

  • Ricardo Trêpa

    Ricardo Trêpa

  • Cremilda Gil

    Cremilda Gil

    Isabel Ivanovna

  • Miguel Yeco

    Miguel Yeco

    Lázaro

  • Manoel de Oliveira

    Manoel de Oliveira

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 Divine Comedy

Cast (19)

  • Maria de Medeiros

    Maria de Medeiros

    Sónia

  • Miguel Guilherme

    Miguel Guilherme

    Raskolnikov

  • Luís Miguel Cintra

    Luís Miguel Cintra

    Prophet

  • Mário Viegas

    Mário Viegas

    Philosopher

  • Leonor Silveira

    Leonor Silveira

    Eva

  • Diogo Dória

    Diogo Dória

    Ivan

  • Paulo Matos

    Paulo Matos

    Jesus

  • José Wallenstein

    José Wallenstein

    Aliosha

  • Ruy Furtado

    Ruy Furtado

    Director

  • Carlos Gomes

    Carlos Gomes

    Adao

  • Luís Lima Barreto

    Luís Lima Barreto

    Pharisee

  • Laura Soveral

    Laura Soveral

    Elena Ivanovna

  • Júlia Buisel

    Júlia Buisel

    Maria

  • Nuno Melo

    Nuno Melo

    Male Nurse

  • Maria João Pires

    Maria João Pires

    Marta

  • Ricardo Trêpa

    Ricardo Trêpa

  • Cremilda Gil

    Cremilda Gil

    Isabel Ivanovna

  • Miguel Yeco

    Miguel Yeco

    Lázaro

  • Manoel de Oliveira

    Manoel de Oliveira

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 Divine Comedy

Cast (19)

  • Maria de Medeiros

    Maria de Medeiros

    Sónia

  • Miguel Guilherme

    Miguel Guilherme

    Raskolnikov

  • Luís Miguel Cintra

    Luís Miguel Cintra

    Prophet

  • Mário Viegas

    Mário Viegas

    Philosopher

  • Leonor Silveira

    Leonor Silveira

    Eva

  • Diogo Dória

    Diogo Dória

    Ivan

  • Paulo Matos

    Paulo Matos

    Jesus

  • José Wallenstein

    José Wallenstein

    Aliosha

  • Ruy Furtado

    Ruy Furtado

    Director

  • Carlos Gomes

    Carlos Gomes

    Adao

  • Luís Lima Barreto

    Luís Lima Barreto

    Pharisee

  • Laura Soveral

    Laura Soveral

    Elena Ivanovna

  • Júlia Buisel

    Júlia Buisel

    Maria

  • Nuno Melo

    Nuno Melo

    Male Nurse

  • Maria João Pires

    Maria João Pires

    Marta

  • Ricardo Trêpa

    Ricardo Trêpa

  • Cremilda Gil

    Cremilda Gil

    Isabel Ivanovna

  • Miguel Yeco

    Miguel Yeco

    Lázaro

  • Manoel de Oliveira

    Manoel de Oliveira

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 Divine Comedy

Cast (19)

  • Maria de Medeiros

    Maria de Medeiros

    Sónia

  • Miguel Guilherme

    Miguel Guilherme

    Raskolnikov

  • Luís Miguel Cintra

    Luís Miguel Cintra

    Prophet

  • Mário Viegas

    Mário Viegas

    Philosopher

  • Leonor Silveira

    Leonor Silveira

    Eva

  • Diogo Dória

    Diogo Dória

    Ivan

  • Paulo Matos

    Paulo Matos

    Jesus

  • José Wallenstein

    José Wallenstein

    Aliosha

  • Ruy Furtado

    Ruy Furtado

    Director

  • Carlos Gomes

    Carlos Gomes

    Adao

  • Luís Lima Barreto

    Luís Lima Barreto

    Pharisee

  • Laura Soveral

    Laura Soveral

    Elena Ivanovna

  • Júlia Buisel

    Júlia Buisel

    Maria

  • Nuno Melo

    Nuno Melo

    Male Nurse

  • Maria João Pires

    Maria João Pires

    Marta

  • Ricardo Trêpa

    Ricardo Trêpa

  • Cremilda Gil

    Cremilda Gil

    Isabel Ivanovna

  • Miguel Yeco

    Miguel Yeco

    Lázaro

  • Manoel de Oliveira

    Manoel de Oliveira

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 Divine Comedy

Cast (19)

  • Maria de Medeiros

    Maria de Medeiros

    Sónia

  • Miguel Guilherme

    Miguel Guilherme

    Raskolnikov

  • Luís Miguel Cintra

    Luís Miguel Cintra

    Prophet

  • Mário Viegas

    Mário Viegas

    Philosopher

  • Leonor Silveira

    Leonor Silveira

    Eva

  • Diogo Dória

    Diogo Dória

    Ivan

  • Paulo Matos

    Paulo Matos

    Jesus

  • José Wallenstein

    José Wallenstein

    Aliosha

  • Ruy Furtado

    Ruy Furtado

    Director

  • Carlos Gomes

    Carlos Gomes

    Adao

  • Luís Lima Barreto

    Luís Lima Barreto

    Pharisee

  • Laura Soveral

    Laura Soveral

    Elena Ivanovna

  • Júlia Buisel

    Júlia Buisel

    Maria

  • Nuno Melo

    Nuno Melo

    Male Nurse

  • Maria João Pires

    Maria João Pires

    Marta

  • Ricardo Trêpa

    Ricardo Trêpa

  • Cremilda Gil

    Cremilda Gil

    Isabel Ivanovna

  • Miguel Yeco

    Miguel Yeco

    Lázaro

  • Manoel de Oliveira

    Manoel de Oliveira