Capturing the Friedmans

Cast (19)

  • Arnold Friedman

    Arnold Friedman

    Self (archive footage)

  • Elaine Friedman

    Elaine Friedman

    Self

  • David Friedman

    David Friedman

    Self

  • Jesse Friedman

    Jesse Friedman

    Self

  • Seth Friedman

    Seth Friedman

    Self (archive footage)

  • John McDermott

    John McDermott

    Self - Postal Inspector

  • Frances Galasso

    Frances Galasso

    Self - Ret. Director, Sex Crimes Unit

  • Anthony Sgueglia

    Anthony Sgueglia

    Self - Detective, Sex Crimes Unit

  • Joseph Onorato

    Joseph Onorato

    Self - Asst. District Attorney

  • Judd Martin

    Judd Martin

    Self - Jesse's Best Friend in High School

  • Howard Friedman

    Howard Friedman

    Self - Arnold's Brother

  • Ron Georgalis

    Ron Georgalis

    Self - Former Computer Student

  • Scott Banks

    Scott Banks

    Self - Judge's Legal Secretary

  • Abbey Boklan

    Abbey Boklan

    Self - Judge

  • Debbie Nathan

    Debbie Nathan

    Self - Investigative Journalist

  • Jerry Bernstein

    Jerry Bernstein

    Self - Arnold's Attorney

  • Peter Panaro

    Peter Panaro

    Self - Jesse's Attorney

  • Lloyd Doppman

    Lloyd Doppman

    Self - Detective, Sex Crimes Unit

  • Jack Fallin

    Jack Fallin

    Self - Howard's Partner

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'; ?>
Capturing the Friedmans

Cast (19)

  • Arnold Friedman

    Arnold Friedman

    Self (archive footage)

  • Elaine Friedman

    Elaine Friedman

    Self

  • David Friedman

    David Friedman

    Self

  • Jesse Friedman

    Jesse Friedman

    Self

  • Seth Friedman

    Seth Friedman

    Self (archive footage)

  • John McDermott

    John McDermott

    Self - Postal Inspector

  • Frances Galasso

    Frances Galasso

    Self - Ret. Director, Sex Crimes Unit

  • Anthony Sgueglia

    Anthony Sgueglia

    Self - Detective, Sex Crimes Unit

  • Joseph Onorato

    Joseph Onorato

    Self - Asst. District Attorney

  • Judd Martin

    Judd Martin

    Self - Jesse's Best Friend in High School

  • Howard Friedman

    Howard Friedman

    Self - Arnold's Brother

  • Ron Georgalis

    Ron Georgalis

    Self - Former Computer Student

  • Scott Banks

    Scott Banks

    Self - Judge's Legal Secretary

  • Abbey Boklan

    Abbey Boklan

    Self - Judge

  • Debbie Nathan

    Debbie Nathan

    Self - Investigative Journalist

  • Jerry Bernstein

    Jerry Bernstein

    Self - Arnold's Attorney

  • Peter Panaro

    Peter Panaro

    Self - Jesse's Attorney

  • Lloyd Doppman

    Lloyd Doppman

    Self - Detective, Sex Crimes Unit

  • Jack Fallin

    Jack Fallin

    Self - Howard's Partner

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'; ?>
Capturing the Friedmans

Cast (19)

  • Arnold Friedman

    Arnold Friedman

    Self (archive footage)

  • Elaine Friedman

    Elaine Friedman

    Self

  • David Friedman

    David Friedman

    Self

  • Jesse Friedman

    Jesse Friedman

    Self

  • Seth Friedman

    Seth Friedman

    Self (archive footage)

  • John McDermott

    John McDermott

    Self - Postal Inspector

  • Frances Galasso

    Frances Galasso

    Self - Ret. Director, Sex Crimes Unit

  • Anthony Sgueglia

    Anthony Sgueglia

    Self - Detective, Sex Crimes Unit

  • Joseph Onorato

    Joseph Onorato

    Self - Asst. District Attorney

  • Judd Martin

    Judd Martin

    Self - Jesse's Best Friend in High School

  • Howard Friedman

    Howard Friedman

    Self - Arnold's Brother

  • Ron Georgalis

    Ron Georgalis

    Self - Former Computer Student

  • Scott Banks

    Scott Banks

    Self - Judge's Legal Secretary

  • Abbey Boklan

    Abbey Boklan

    Self - Judge

  • Debbie Nathan

    Debbie Nathan

    Self - Investigative Journalist

  • Jerry Bernstein

    Jerry Bernstein

    Self - Arnold's Attorney

  • Peter Panaro

    Peter Panaro

    Self - Jesse's Attorney

  • Lloyd Doppman

    Lloyd Doppman

    Self - Detective, Sex Crimes Unit

  • Jack Fallin

    Jack Fallin

    Self - Howard's Partner

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'; ?>
Capturing the Friedmans

Cast (19)

  • Arnold Friedman

    Arnold Friedman

    Self (archive footage)

  • Elaine Friedman

    Elaine Friedman

    Self

  • David Friedman

    David Friedman

    Self

  • Jesse Friedman

    Jesse Friedman

    Self

  • Seth Friedman

    Seth Friedman

    Self (archive footage)

  • John McDermott

    John McDermott

    Self - Postal Inspector

  • Frances Galasso

    Frances Galasso

    Self - Ret. Director, Sex Crimes Unit

  • Anthony Sgueglia

    Anthony Sgueglia

    Self - Detective, Sex Crimes Unit

  • Joseph Onorato

    Joseph Onorato

    Self - Asst. District Attorney

  • Judd Martin

    Judd Martin

    Self - Jesse's Best Friend in High School

  • Howard Friedman

    Howard Friedman

    Self - Arnold's Brother

  • Ron Georgalis

    Ron Georgalis

    Self - Former Computer Student

  • Scott Banks

    Scott Banks

    Self - Judge's Legal Secretary

  • Abbey Boklan

    Abbey Boklan

    Self - Judge

  • Debbie Nathan

    Debbie Nathan

    Self - Investigative Journalist

  • Jerry Bernstein

    Jerry Bernstein

    Self - Arnold's Attorney

  • Peter Panaro

    Peter Panaro

    Self - Jesse's Attorney

  • Lloyd Doppman

    Lloyd Doppman

    Self - Detective, Sex Crimes Unit

  • Jack Fallin

    Jack Fallin

    Self - Howard's Partner

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'; ?>
Capturing the Friedmans

Cast (19)

  • Arnold Friedman

    Arnold Friedman

    Self (archive footage)

  • Elaine Friedman

    Elaine Friedman

    Self

  • David Friedman

    David Friedman

    Self

  • Jesse Friedman

    Jesse Friedman

    Self

  • Seth Friedman

    Seth Friedman

    Self (archive footage)

  • John McDermott

    John McDermott

    Self - Postal Inspector

  • Frances Galasso

    Frances Galasso

    Self - Ret. Director, Sex Crimes Unit

  • Anthony Sgueglia

    Anthony Sgueglia

    Self - Detective, Sex Crimes Unit

  • Joseph Onorato

    Joseph Onorato

    Self - Asst. District Attorney

  • Judd Martin

    Judd Martin

    Self - Jesse's Best Friend in High School

  • Howard Friedman

    Howard Friedman

    Self - Arnold's Brother

  • Ron Georgalis

    Ron Georgalis

    Self - Former Computer Student

  • Scott Banks

    Scott Banks

    Self - Judge's Legal Secretary

  • Abbey Boklan

    Abbey Boklan

    Self - Judge

  • Debbie Nathan

    Debbie Nathan

    Self - Investigative Journalist

  • Jerry Bernstein

    Jerry Bernstein

    Self - Arnold's Attorney

  • Peter Panaro

    Peter Panaro

    Self - Jesse's Attorney

  • Lloyd Doppman

    Lloyd Doppman

    Self - Detective, Sex Crimes Unit

  • Jack Fallin

    Jack Fallin

    Self - Howard's Partner

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'; ?>
Capturing the Friedmans

Cast (19)

  • Arnold Friedman

    Arnold Friedman

    Self (archive footage)

  • Elaine Friedman

    Elaine Friedman

    Self

  • David Friedman

    David Friedman

    Self

  • Jesse Friedman

    Jesse Friedman

    Self

  • Seth Friedman

    Seth Friedman

    Self (archive footage)

  • John McDermott

    John McDermott

    Self - Postal Inspector

  • Frances Galasso

    Frances Galasso

    Self - Ret. Director, Sex Crimes Unit

  • Anthony Sgueglia

    Anthony Sgueglia

    Self - Detective, Sex Crimes Unit

  • Joseph Onorato

    Joseph Onorato

    Self - Asst. District Attorney

  • Judd Martin

    Judd Martin

    Self - Jesse's Best Friend in High School

  • Howard Friedman

    Howard Friedman

    Self - Arnold's Brother

  • Ron Georgalis

    Ron Georgalis

    Self - Former Computer Student

  • Scott Banks

    Scott Banks

    Self - Judge's Legal Secretary

  • Abbey Boklan

    Abbey Boklan

    Self - Judge

  • Debbie Nathan

    Debbie Nathan

    Self - Investigative Journalist

  • Jerry Bernstein

    Jerry Bernstein

    Self - Arnold's Attorney

  • Peter Panaro

    Peter Panaro

    Self - Jesse's Attorney

  • Lloyd Doppman

    Lloyd Doppman

    Self - Detective, Sex Crimes Unit

  • Jack Fallin

    Jack Fallin

    Self - Howard's Partner

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'; ?>
Capturing the Friedmans

Cast (19)

  • Arnold Friedman

    Arnold Friedman

    Self (archive footage)

  • Elaine Friedman

    Elaine Friedman

    Self

  • David Friedman

    David Friedman

    Self

  • Jesse Friedman

    Jesse Friedman

    Self

  • Seth Friedman

    Seth Friedman

    Self (archive footage)

  • John McDermott

    John McDermott

    Self - Postal Inspector

  • Frances Galasso

    Frances Galasso

    Self - Ret. Director, Sex Crimes Unit

  • Anthony Sgueglia

    Anthony Sgueglia

    Self - Detective, Sex Crimes Unit

  • Joseph Onorato

    Joseph Onorato

    Self - Asst. District Attorney

  • Judd Martin

    Judd Martin

    Self - Jesse's Best Friend in High School

  • Howard Friedman

    Howard Friedman

    Self - Arnold's Brother

  • Ron Georgalis

    Ron Georgalis

    Self - Former Computer Student

  • Scott Banks

    Scott Banks

    Self - Judge's Legal Secretary

  • Abbey Boklan

    Abbey Boklan

    Self - Judge

  • Debbie Nathan

    Debbie Nathan

    Self - Investigative Journalist

  • Jerry Bernstein

    Jerry Bernstein

    Self - Arnold's Attorney

  • Peter Panaro

    Peter Panaro

    Self - Jesse's Attorney

  • Lloyd Doppman

    Lloyd Doppman

    Self - Detective, Sex Crimes Unit

  • Jack Fallin

    Jack Fallin

    Self - Howard's Partner