Loki: Arnaldo Baptista

Cast (32)

  • Arnaldo Baptista

    Arnaldo Baptista

    Self

  • Rita Lee

    Rita Lee

    Self (archive footage)

  • Sérgio Dias

    Sérgio Dias

    Self

  • Os Mutantes

    Os Mutantes

    Themselves (archive footage)

  • Tom Zé

    Tom Zé

    Self

  • Lobão

    Lobão

    Self

  • Aluizer Malab

    Aluizer Malab

    Self

  • Lucinha Barbosa

    Lucinha Barbosa

    Self

  • Clarisse Leite

    Clarisse Leite

    Self

  • Raphael Vilardi

    Raphael Vilardi

    Self

  • Antônio Peticov

    Antônio Peticov

    Self

  • Nelson Motta

    Nelson Motta

    Self

  • Dinho Leme

    Dinho Leme

    Self

  • Gilberto Gil

    Gilberto Gil

    Self

  • Caetano Veloso

    Caetano Veloso

    Self (archive footage)

  • Chico Buarque

    Chico Buarque

    Self (archive footage)

  • Tárik de Souza

    Tárik de Souza

    Self

  • Roberto Menescal

    Roberto Menescal

    Self

  • Antonio Carlos da Fontoura

    Antonio Carlos da Fontoura

    Self

  • Rogério Duprat

    Rogério Duprat

    Self (archive footage)

  • Liminha

    Liminha

    Self

  • Devendra Banhart

    Devendra Banhart

    Self (archive footage)

  • Martha Mellinger

    Martha Mellinger

    Self

  • Koko Gennari

    Koko Gennari

    Self

  • Luiz Carlos Calanca

    Luiz Carlos Calanca

    Self

  • Regina Miranda

    Regina Miranda

    Self

  • Gregory Cheskis

    Gregory Cheskis

    Self

  • John Ulhoa

    John Ulhoa

    Self

  • Kurt Cobain

    Kurt Cobain

    Self (archive footage)

  • Bill Bartell

    Bill Bartell

    Self

  • Sean Ono Lennon

    Sean Ono Lennon

    Self

  • Zélia Duncan

    Zélia Duncan

    Self

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'; ?>
Loki: Arnaldo Baptista

Cast (32)

  • Arnaldo Baptista

    Arnaldo Baptista

    Self

  • Rita Lee

    Rita Lee

    Self (archive footage)

  • Sérgio Dias

    Sérgio Dias

    Self

  • Os Mutantes

    Os Mutantes

    Themselves (archive footage)

  • Tom Zé

    Tom Zé

    Self

  • Lobão

    Lobão

    Self

  • Aluizer Malab

    Aluizer Malab

    Self

  • Lucinha Barbosa

    Lucinha Barbosa

    Self

  • Clarisse Leite

    Clarisse Leite

    Self

  • Raphael Vilardi

    Raphael Vilardi

    Self

  • Antônio Peticov

    Antônio Peticov

    Self

  • Nelson Motta

    Nelson Motta

    Self

  • Dinho Leme

    Dinho Leme

    Self

  • Gilberto Gil

    Gilberto Gil

    Self

  • Caetano Veloso

    Caetano Veloso

    Self (archive footage)

  • Chico Buarque

    Chico Buarque

    Self (archive footage)

  • Tárik de Souza

    Tárik de Souza

    Self

  • Roberto Menescal

    Roberto Menescal

    Self

  • Antonio Carlos da Fontoura

    Antonio Carlos da Fontoura

    Self

  • Rogério Duprat

    Rogério Duprat

    Self (archive footage)

  • Liminha

    Liminha

    Self

  • Devendra Banhart

    Devendra Banhart

    Self (archive footage)

  • Martha Mellinger

    Martha Mellinger

    Self

  • Koko Gennari

    Koko Gennari

    Self

  • Luiz Carlos Calanca

    Luiz Carlos Calanca

    Self

  • Regina Miranda

    Regina Miranda

    Self

  • Gregory Cheskis

    Gregory Cheskis

    Self

  • John Ulhoa

    John Ulhoa

    Self

  • Kurt Cobain

    Kurt Cobain

    Self (archive footage)

  • Bill Bartell

    Bill Bartell

    Self

  • Sean Ono Lennon

    Sean Ono Lennon

    Self

  • Zélia Duncan

    Zélia Duncan

    Self

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'; ?>
Loki: Arnaldo Baptista

Cast (32)

  • Arnaldo Baptista

    Arnaldo Baptista

    Self

  • Rita Lee

    Rita Lee

    Self (archive footage)

  • Sérgio Dias

    Sérgio Dias

    Self

  • Os Mutantes

    Os Mutantes

    Themselves (archive footage)

  • Tom Zé

    Tom Zé

    Self

  • Lobão

    Lobão

    Self

  • Aluizer Malab

    Aluizer Malab

    Self

  • Lucinha Barbosa

    Lucinha Barbosa

    Self

  • Clarisse Leite

    Clarisse Leite

    Self

  • Raphael Vilardi

    Raphael Vilardi

    Self

  • Antônio Peticov

    Antônio Peticov

    Self

  • Nelson Motta

    Nelson Motta

    Self

  • Dinho Leme

    Dinho Leme

    Self

  • Gilberto Gil

    Gilberto Gil

    Self

  • Caetano Veloso

    Caetano Veloso

    Self (archive footage)

  • Chico Buarque

    Chico Buarque

    Self (archive footage)

  • Tárik de Souza

    Tárik de Souza

    Self

  • Roberto Menescal

    Roberto Menescal

    Self

  • Antonio Carlos da Fontoura

    Antonio Carlos da Fontoura

    Self

  • Rogério Duprat

    Rogério Duprat

    Self (archive footage)

  • Liminha

    Liminha

    Self

  • Devendra Banhart

    Devendra Banhart

    Self (archive footage)

  • Martha Mellinger

    Martha Mellinger

    Self

  • Koko Gennari

    Koko Gennari

    Self

  • Luiz Carlos Calanca

    Luiz Carlos Calanca

    Self

  • Regina Miranda

    Regina Miranda

    Self

  • Gregory Cheskis

    Gregory Cheskis

    Self

  • John Ulhoa

    John Ulhoa

    Self

  • Kurt Cobain

    Kurt Cobain

    Self (archive footage)

  • Bill Bartell

    Bill Bartell

    Self

  • Sean Ono Lennon

    Sean Ono Lennon

    Self

  • Zélia Duncan

    Zélia Duncan

    Self

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'; ?>
Loki: Arnaldo Baptista

Cast (32)

  • Arnaldo Baptista

    Arnaldo Baptista

    Self

  • Rita Lee

    Rita Lee

    Self (archive footage)

  • Sérgio Dias

    Sérgio Dias

    Self

  • Os Mutantes

    Os Mutantes

    Themselves (archive footage)

  • Tom Zé

    Tom Zé

    Self

  • Lobão

    Lobão

    Self

  • Aluizer Malab

    Aluizer Malab

    Self

  • Lucinha Barbosa

    Lucinha Barbosa

    Self

  • Clarisse Leite

    Clarisse Leite

    Self

  • Raphael Vilardi

    Raphael Vilardi

    Self

  • Antônio Peticov

    Antônio Peticov

    Self

  • Nelson Motta

    Nelson Motta

    Self

  • Dinho Leme

    Dinho Leme

    Self

  • Gilberto Gil

    Gilberto Gil

    Self

  • Caetano Veloso

    Caetano Veloso

    Self (archive footage)

  • Chico Buarque

    Chico Buarque

    Self (archive footage)

  • Tárik de Souza

    Tárik de Souza

    Self

  • Roberto Menescal

    Roberto Menescal

    Self

  • Antonio Carlos da Fontoura

    Antonio Carlos da Fontoura

    Self

  • Rogério Duprat

    Rogério Duprat

    Self (archive footage)

  • Liminha

    Liminha

    Self

  • Devendra Banhart

    Devendra Banhart

    Self (archive footage)

  • Martha Mellinger

    Martha Mellinger

    Self

  • Koko Gennari

    Koko Gennari

    Self

  • Luiz Carlos Calanca

    Luiz Carlos Calanca

    Self

  • Regina Miranda

    Regina Miranda

    Self

  • Gregory Cheskis

    Gregory Cheskis

    Self

  • John Ulhoa

    John Ulhoa

    Self

  • Kurt Cobain

    Kurt Cobain

    Self (archive footage)

  • Bill Bartell

    Bill Bartell

    Self

  • Sean Ono Lennon

    Sean Ono Lennon

    Self

  • Zélia Duncan

    Zélia Duncan

    Self

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'; ?>
Loki: Arnaldo Baptista

Cast (32)

  • Arnaldo Baptista

    Arnaldo Baptista

    Self

  • Rita Lee

    Rita Lee

    Self (archive footage)

  • Sérgio Dias

    Sérgio Dias

    Self

  • Os Mutantes

    Os Mutantes

    Themselves (archive footage)

  • Tom Zé

    Tom Zé

    Self

  • Lobão

    Lobão

    Self

  • Aluizer Malab

    Aluizer Malab

    Self

  • Lucinha Barbosa

    Lucinha Barbosa

    Self

  • Clarisse Leite

    Clarisse Leite

    Self

  • Raphael Vilardi

    Raphael Vilardi

    Self

  • Antônio Peticov

    Antônio Peticov

    Self

  • Nelson Motta

    Nelson Motta

    Self

  • Dinho Leme

    Dinho Leme

    Self

  • Gilberto Gil

    Gilberto Gil

    Self

  • Caetano Veloso

    Caetano Veloso

    Self (archive footage)

  • Chico Buarque

    Chico Buarque

    Self (archive footage)

  • Tárik de Souza

    Tárik de Souza

    Self

  • Roberto Menescal

    Roberto Menescal

    Self

  • Antonio Carlos da Fontoura

    Antonio Carlos da Fontoura

    Self

  • Rogério Duprat

    Rogério Duprat

    Self (archive footage)

  • Liminha

    Liminha

    Self

  • Devendra Banhart

    Devendra Banhart

    Self (archive footage)

  • Martha Mellinger

    Martha Mellinger

    Self

  • Koko Gennari

    Koko Gennari

    Self

  • Luiz Carlos Calanca

    Luiz Carlos Calanca

    Self

  • Regina Miranda

    Regina Miranda

    Self

  • Gregory Cheskis

    Gregory Cheskis

    Self

  • John Ulhoa

    John Ulhoa

    Self

  • Kurt Cobain

    Kurt Cobain

    Self (archive footage)

  • Bill Bartell

    Bill Bartell

    Self

  • Sean Ono Lennon

    Sean Ono Lennon

    Self

  • Zélia Duncan

    Zélia Duncan

    Self

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'; ?>
Loki: Arnaldo Baptista

Cast (32)

  • Arnaldo Baptista

    Arnaldo Baptista

    Self

  • Rita Lee

    Rita Lee

    Self (archive footage)

  • Sérgio Dias

    Sérgio Dias

    Self

  • Os Mutantes

    Os Mutantes

    Themselves (archive footage)

  • Tom Zé

    Tom Zé

    Self

  • Lobão

    Lobão

    Self

  • Aluizer Malab

    Aluizer Malab

    Self

  • Lucinha Barbosa

    Lucinha Barbosa

    Self

  • Clarisse Leite

    Clarisse Leite

    Self

  • Raphael Vilardi

    Raphael Vilardi

    Self

  • Antônio Peticov

    Antônio Peticov

    Self

  • Nelson Motta

    Nelson Motta

    Self

  • Dinho Leme

    Dinho Leme

    Self

  • Gilberto Gil

    Gilberto Gil

    Self

  • Caetano Veloso

    Caetano Veloso

    Self (archive footage)

  • Chico Buarque

    Chico Buarque

    Self (archive footage)

  • Tárik de Souza

    Tárik de Souza

    Self

  • Roberto Menescal

    Roberto Menescal

    Self

  • Antonio Carlos da Fontoura

    Antonio Carlos da Fontoura

    Self

  • Rogério Duprat

    Rogério Duprat

    Self (archive footage)

  • Liminha

    Liminha

    Self

  • Devendra Banhart

    Devendra Banhart

    Self (archive footage)

  • Martha Mellinger

    Martha Mellinger

    Self

  • Koko Gennari

    Koko Gennari

    Self

  • Luiz Carlos Calanca

    Luiz Carlos Calanca

    Self

  • Regina Miranda

    Regina Miranda

    Self

  • Gregory Cheskis

    Gregory Cheskis

    Self

  • John Ulhoa

    John Ulhoa

    Self

  • Kurt Cobain

    Kurt Cobain

    Self (archive footage)

  • Bill Bartell

    Bill Bartell

    Self

  • Sean Ono Lennon

    Sean Ono Lennon

    Self

  • Zélia Duncan

    Zélia Duncan

    Self

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'; ?>
Loki: Arnaldo Baptista

Cast (32)

  • Arnaldo Baptista

    Arnaldo Baptista

    Self

  • Rita Lee

    Rita Lee

    Self (archive footage)

  • Sérgio Dias

    Sérgio Dias

    Self

  • Os Mutantes

    Os Mutantes

    Themselves (archive footage)

  • Tom Zé

    Tom Zé

    Self

  • Lobão

    Lobão

    Self

  • Aluizer Malab

    Aluizer Malab

    Self

  • Lucinha Barbosa

    Lucinha Barbosa

    Self

  • Clarisse Leite

    Clarisse Leite

    Self

  • Raphael Vilardi

    Raphael Vilardi

    Self

  • Antônio Peticov

    Antônio Peticov

    Self

  • Nelson Motta

    Nelson Motta

    Self

  • Dinho Leme

    Dinho Leme

    Self

  • Gilberto Gil

    Gilberto Gil

    Self

  • Caetano Veloso

    Caetano Veloso

    Self (archive footage)

  • Chico Buarque

    Chico Buarque

    Self (archive footage)

  • Tárik de Souza

    Tárik de Souza

    Self

  • Roberto Menescal

    Roberto Menescal

    Self

  • Antonio Carlos da Fontoura

    Antonio Carlos da Fontoura

    Self

  • Rogério Duprat

    Rogério Duprat

    Self (archive footage)

  • Liminha

    Liminha

    Self

  • Devendra Banhart

    Devendra Banhart

    Self (archive footage)

  • Martha Mellinger

    Martha Mellinger

    Self

  • Koko Gennari

    Koko Gennari

    Self

  • Luiz Carlos Calanca

    Luiz Carlos Calanca

    Self

  • Regina Miranda

    Regina Miranda

    Self

  • Gregory Cheskis

    Gregory Cheskis

    Self

  • John Ulhoa

    John Ulhoa

    Self

  • Kurt Cobain

    Kurt Cobain

    Self (archive footage)

  • Bill Bartell

    Bill Bartell

    Self

  • Sean Ono Lennon

    Sean Ono Lennon

    Self

  • Zélia Duncan

    Zélia Duncan

    Self