Black Gunn

Cast (35)

  • Jim Brown

    Jim Brown

    Gunn

  • Martin Landau

    Martin Landau

    Capelli

  • Brenda Sykes

    Brenda Sykes

    Judith

  • Luciana Paluzzi

    Luciana Paluzzi

    Toni

  • Vida Blue

    Vida Blue

    Sam Green

  • Stephen McNally

    Stephen McNally

    Laurento

  • Keefe Brasselle

    Keefe Brasselle

    Winman

  • Timothy Brown

    Timothy Brown

    Larry

  • William Campbell

    William Campbell

    Rico

  • Bernie Casey

    Bernie Casey

    Seth

  • Gary Conway

    Gary Conway

    Adams

  • Chuck Daniel

    Chuck Daniel

    Mel

  • Tommy Davis

    Tommy Davis

    Webb

  • Rick Ferrell

    Rick Ferrell

    Jimpy

  • Bruce Glover

    Bruce Glover

    Ray Kriley

  • Toni Holt

    Toni Holt

    Betty

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Scott Gunn

  • Jay Montgomery

    Jay Montgomery

    Junkie

  • Mark Tapscott

    Mark Tapscott

    Cassidy

  • Gene Washington

    Gene Washington

    Elmo

  • Julian Christopher

    Julian Christopher

    Lt. Hopper

  • Don Borisenko

    Don Borisenko

    Val

  • Tony Young

    Tony Young

    Dell

  • Sandra Giles

    Sandra Giles

    Prostitute

  • Katherine Woodville

    Katherine Woodville

    Louella

  • Gyl Roland

    Gyl Roland

    Celeste

  • Lavelle Roby

    Lavelle Roby

    Jane

  • Jeannie Bell

    Jeannie Bell

    Lisa

  • Tony Giorgio

    Tony Giorgio

    Ben

  • Frank Bello

    Frank Bello

    Robbo

  • Arell Blanton

    Arell Blanton

    T.V. Director

  • Manuel DePina

    Manuel DePina

    Bowling Alley Manager

  • Deacon Jones

    Deacon Jones

    Self

  • Eugene Jackson

    Eugene Jackson

    Bartender (uncredited)

  • Joseph La Cava

    Joseph La Cava

    Waiter (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'; ?>
Black Gunn

Cast (35)

  • Jim Brown

    Jim Brown

    Gunn

  • Martin Landau

    Martin Landau

    Capelli

  • Brenda Sykes

    Brenda Sykes

    Judith

  • Luciana Paluzzi

    Luciana Paluzzi

    Toni

  • Vida Blue

    Vida Blue

    Sam Green

  • Stephen McNally

    Stephen McNally

    Laurento

  • Keefe Brasselle

    Keefe Brasselle

    Winman

  • Timothy Brown

    Timothy Brown

    Larry

  • William Campbell

    William Campbell

    Rico

  • Bernie Casey

    Bernie Casey

    Seth

  • Gary Conway

    Gary Conway

    Adams

  • Chuck Daniel

    Chuck Daniel

    Mel

  • Tommy Davis

    Tommy Davis

    Webb

  • Rick Ferrell

    Rick Ferrell

    Jimpy

  • Bruce Glover

    Bruce Glover

    Ray Kriley

  • Toni Holt

    Toni Holt

    Betty

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Scott Gunn

  • Jay Montgomery

    Jay Montgomery

    Junkie

  • Mark Tapscott

    Mark Tapscott

    Cassidy

  • Gene Washington

    Gene Washington

    Elmo

  • Julian Christopher

    Julian Christopher

    Lt. Hopper

  • Don Borisenko

    Don Borisenko

    Val

  • Tony Young

    Tony Young

    Dell

  • Sandra Giles

    Sandra Giles

    Prostitute

  • Katherine Woodville

    Katherine Woodville

    Louella

  • Gyl Roland

    Gyl Roland

    Celeste

  • Lavelle Roby

    Lavelle Roby

    Jane

  • Jeannie Bell

    Jeannie Bell

    Lisa

  • Tony Giorgio

    Tony Giorgio

    Ben

  • Frank Bello

    Frank Bello

    Robbo

  • Arell Blanton

    Arell Blanton

    T.V. Director

  • Manuel DePina

    Manuel DePina

    Bowling Alley Manager

  • Deacon Jones

    Deacon Jones

    Self

  • Eugene Jackson

    Eugene Jackson

    Bartender (uncredited)

  • Joseph La Cava

    Joseph La Cava

    Waiter (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'; ?>
Black Gunn

Cast (35)

  • Jim Brown

    Jim Brown

    Gunn

  • Martin Landau

    Martin Landau

    Capelli

  • Brenda Sykes

    Brenda Sykes

    Judith

  • Luciana Paluzzi

    Luciana Paluzzi

    Toni

  • Vida Blue

    Vida Blue

    Sam Green

  • Stephen McNally

    Stephen McNally

    Laurento

  • Keefe Brasselle

    Keefe Brasselle

    Winman

  • Timothy Brown

    Timothy Brown

    Larry

  • William Campbell

    William Campbell

    Rico

  • Bernie Casey

    Bernie Casey

    Seth

  • Gary Conway

    Gary Conway

    Adams

  • Chuck Daniel

    Chuck Daniel

    Mel

  • Tommy Davis

    Tommy Davis

    Webb

  • Rick Ferrell

    Rick Ferrell

    Jimpy

  • Bruce Glover

    Bruce Glover

    Ray Kriley

  • Toni Holt

    Toni Holt

    Betty

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Scott Gunn

  • Jay Montgomery

    Jay Montgomery

    Junkie

  • Mark Tapscott

    Mark Tapscott

    Cassidy

  • Gene Washington

    Gene Washington

    Elmo

  • Julian Christopher

    Julian Christopher

    Lt. Hopper

  • Don Borisenko

    Don Borisenko

    Val

  • Tony Young

    Tony Young

    Dell

  • Sandra Giles

    Sandra Giles

    Prostitute

  • Katherine Woodville

    Katherine Woodville

    Louella

  • Gyl Roland

    Gyl Roland

    Celeste

  • Lavelle Roby

    Lavelle Roby

    Jane

  • Jeannie Bell

    Jeannie Bell

    Lisa

  • Tony Giorgio

    Tony Giorgio

    Ben

  • Frank Bello

    Frank Bello

    Robbo

  • Arell Blanton

    Arell Blanton

    T.V. Director

  • Manuel DePina

    Manuel DePina

    Bowling Alley Manager

  • Deacon Jones

    Deacon Jones

    Self

  • Eugene Jackson

    Eugene Jackson

    Bartender (uncredited)

  • Joseph La Cava

    Joseph La Cava

    Waiter (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'; ?>
Black Gunn

Cast (35)

  • Jim Brown

    Jim Brown

    Gunn

  • Martin Landau

    Martin Landau

    Capelli

  • Brenda Sykes

    Brenda Sykes

    Judith

  • Luciana Paluzzi

    Luciana Paluzzi

    Toni

  • Vida Blue

    Vida Blue

    Sam Green

  • Stephen McNally

    Stephen McNally

    Laurento

  • Keefe Brasselle

    Keefe Brasselle

    Winman

  • Timothy Brown

    Timothy Brown

    Larry

  • William Campbell

    William Campbell

    Rico

  • Bernie Casey

    Bernie Casey

    Seth

  • Gary Conway

    Gary Conway

    Adams

  • Chuck Daniel

    Chuck Daniel

    Mel

  • Tommy Davis

    Tommy Davis

    Webb

  • Rick Ferrell

    Rick Ferrell

    Jimpy

  • Bruce Glover

    Bruce Glover

    Ray Kriley

  • Toni Holt

    Toni Holt

    Betty

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Scott Gunn

  • Jay Montgomery

    Jay Montgomery

    Junkie

  • Mark Tapscott

    Mark Tapscott

    Cassidy

  • Gene Washington

    Gene Washington

    Elmo

  • Julian Christopher

    Julian Christopher

    Lt. Hopper

  • Don Borisenko

    Don Borisenko

    Val

  • Tony Young

    Tony Young

    Dell

  • Sandra Giles

    Sandra Giles

    Prostitute

  • Katherine Woodville

    Katherine Woodville

    Louella

  • Gyl Roland

    Gyl Roland

    Celeste

  • Lavelle Roby

    Lavelle Roby

    Jane

  • Jeannie Bell

    Jeannie Bell

    Lisa

  • Tony Giorgio

    Tony Giorgio

    Ben

  • Frank Bello

    Frank Bello

    Robbo

  • Arell Blanton

    Arell Blanton

    T.V. Director

  • Manuel DePina

    Manuel DePina

    Bowling Alley Manager

  • Deacon Jones

    Deacon Jones

    Self

  • Eugene Jackson

    Eugene Jackson

    Bartender (uncredited)

  • Joseph La Cava

    Joseph La Cava

    Waiter (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'; ?>
Black Gunn

Cast (35)

  • Jim Brown

    Jim Brown

    Gunn

  • Martin Landau

    Martin Landau

    Capelli

  • Brenda Sykes

    Brenda Sykes

    Judith

  • Luciana Paluzzi

    Luciana Paluzzi

    Toni

  • Vida Blue

    Vida Blue

    Sam Green

  • Stephen McNally

    Stephen McNally

    Laurento

  • Keefe Brasselle

    Keefe Brasselle

    Winman

  • Timothy Brown

    Timothy Brown

    Larry

  • William Campbell

    William Campbell

    Rico

  • Bernie Casey

    Bernie Casey

    Seth

  • Gary Conway

    Gary Conway

    Adams

  • Chuck Daniel

    Chuck Daniel

    Mel

  • Tommy Davis

    Tommy Davis

    Webb

  • Rick Ferrell

    Rick Ferrell

    Jimpy

  • Bruce Glover

    Bruce Glover

    Ray Kriley

  • Toni Holt

    Toni Holt

    Betty

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Scott Gunn

  • Jay Montgomery

    Jay Montgomery

    Junkie

  • Mark Tapscott

    Mark Tapscott

    Cassidy

  • Gene Washington

    Gene Washington

    Elmo

  • Julian Christopher

    Julian Christopher

    Lt. Hopper

  • Don Borisenko

    Don Borisenko

    Val

  • Tony Young

    Tony Young

    Dell

  • Sandra Giles

    Sandra Giles

    Prostitute

  • Katherine Woodville

    Katherine Woodville

    Louella

  • Gyl Roland

    Gyl Roland

    Celeste

  • Lavelle Roby

    Lavelle Roby

    Jane

  • Jeannie Bell

    Jeannie Bell

    Lisa

  • Tony Giorgio

    Tony Giorgio

    Ben

  • Frank Bello

    Frank Bello

    Robbo

  • Arell Blanton

    Arell Blanton

    T.V. Director

  • Manuel DePina

    Manuel DePina

    Bowling Alley Manager

  • Deacon Jones

    Deacon Jones

    Self

  • Eugene Jackson

    Eugene Jackson

    Bartender (uncredited)

  • Joseph La Cava

    Joseph La Cava

    Waiter (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'; ?>
Black Gunn

Cast (35)

  • Jim Brown

    Jim Brown

    Gunn

  • Martin Landau

    Martin Landau

    Capelli

  • Brenda Sykes

    Brenda Sykes

    Judith

  • Luciana Paluzzi

    Luciana Paluzzi

    Toni

  • Vida Blue

    Vida Blue

    Sam Green

  • Stephen McNally

    Stephen McNally

    Laurento

  • Keefe Brasselle

    Keefe Brasselle

    Winman

  • Timothy Brown

    Timothy Brown

    Larry

  • William Campbell

    William Campbell

    Rico

  • Bernie Casey

    Bernie Casey

    Seth

  • Gary Conway

    Gary Conway

    Adams

  • Chuck Daniel

    Chuck Daniel

    Mel

  • Tommy Davis

    Tommy Davis

    Webb

  • Rick Ferrell

    Rick Ferrell

    Jimpy

  • Bruce Glover

    Bruce Glover

    Ray Kriley

  • Toni Holt

    Toni Holt

    Betty

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Scott Gunn

  • Jay Montgomery

    Jay Montgomery

    Junkie

  • Mark Tapscott

    Mark Tapscott

    Cassidy

  • Gene Washington

    Gene Washington

    Elmo

  • Julian Christopher

    Julian Christopher

    Lt. Hopper

  • Don Borisenko

    Don Borisenko

    Val

  • Tony Young

    Tony Young

    Dell

  • Sandra Giles

    Sandra Giles

    Prostitute

  • Katherine Woodville

    Katherine Woodville

    Louella

  • Gyl Roland

    Gyl Roland

    Celeste

  • Lavelle Roby

    Lavelle Roby

    Jane

  • Jeannie Bell

    Jeannie Bell

    Lisa

  • Tony Giorgio

    Tony Giorgio

    Ben

  • Frank Bello

    Frank Bello

    Robbo

  • Arell Blanton

    Arell Blanton

    T.V. Director

  • Manuel DePina

    Manuel DePina

    Bowling Alley Manager

  • Deacon Jones

    Deacon Jones

    Self

  • Eugene Jackson

    Eugene Jackson

    Bartender (uncredited)

  • Joseph La Cava

    Joseph La Cava

    Waiter (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'; ?>
Black Gunn

Cast (35)

  • Jim Brown

    Jim Brown

    Gunn

  • Martin Landau

    Martin Landau

    Capelli

  • Brenda Sykes

    Brenda Sykes

    Judith

  • Luciana Paluzzi

    Luciana Paluzzi

    Toni

  • Vida Blue

    Vida Blue

    Sam Green

  • Stephen McNally

    Stephen McNally

    Laurento

  • Keefe Brasselle

    Keefe Brasselle

    Winman

  • Timothy Brown

    Timothy Brown

    Larry

  • William Campbell

    William Campbell

    Rico

  • Bernie Casey

    Bernie Casey

    Seth

  • Gary Conway

    Gary Conway

    Adams

  • Chuck Daniel

    Chuck Daniel

    Mel

  • Tommy Davis

    Tommy Davis

    Webb

  • Rick Ferrell

    Rick Ferrell

    Jimpy

  • Bruce Glover

    Bruce Glover

    Ray Kriley

  • Toni Holt

    Toni Holt

    Betty

  • Herbert Jefferson Jr.

    Herbert Jefferson Jr.

    Scott Gunn

  • Jay Montgomery

    Jay Montgomery

    Junkie

  • Mark Tapscott

    Mark Tapscott

    Cassidy

  • Gene Washington

    Gene Washington

    Elmo

  • Julian Christopher

    Julian Christopher

    Lt. Hopper

  • Don Borisenko

    Don Borisenko

    Val

  • Tony Young

    Tony Young

    Dell

  • Sandra Giles

    Sandra Giles

    Prostitute

  • Katherine Woodville

    Katherine Woodville

    Louella

  • Gyl Roland

    Gyl Roland

    Celeste

  • Lavelle Roby

    Lavelle Roby

    Jane

  • Jeannie Bell

    Jeannie Bell

    Lisa

  • Tony Giorgio

    Tony Giorgio

    Ben

  • Frank Bello

    Frank Bello

    Robbo

  • Arell Blanton

    Arell Blanton

    T.V. Director

  • Manuel DePina

    Manuel DePina

    Bowling Alley Manager

  • Deacon Jones

    Deacon Jones

    Self

  • Eugene Jackson

    Eugene Jackson

    Bartender (uncredited)

  • Joseph La Cava

    Joseph La Cava

    Waiter (uncredited)