Bloody Sunday

Cast (28)

  • James Nesbitt

    James Nesbitt

    Ivan Cooper

  • Allan Gildea

    Allan Gildea

    Kevin McCorry

  • Gerard Crossan

    Gerard Crossan

    Eamonn McCann

  • Mary Moulds

    Mary Moulds

    Bernadette Devlin

  • Carmel McCallion

    Carmel McCallion

    Bridget Bond

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Major General Ford

  • Nicholas Farrell

    Nicholas Farrell

    Brigadier Maclellan

  • Christopher Villiers

    Christopher Villiers

    Major Steele

  • James Hewitt

    James Hewitt

    Colonel Tugwell

  • Declan Duddy

    Declan Duddy

    Gerry Donaghy

  • Edel Frazer

    Edel Frazer

    Gerry's girl

  • Joanne Lindsay

    Joanne Lindsay

    Mary Donaghy

  • Mike Edwards

    Mike Edwards

    Soldier 027

  • Gerry Hammond

    Gerry Hammond

    Para F

  • Jason Stammers

    Jason Stammers

    Para G

  • Ken Williams

    Ken Williams

    Para H

  • Bryan Watts

    Bryan Watts

    Para E

  • Simon Mann

    Simon Mann

    Colonel Wilford

  • Rhidian Bridge

    Rhidian Bridge

    Major Loden

  • Johnny O'Donnell

    Johnny O'Donnell

    Jim

  • David Clayton Rogers

    David Clayton Rogers

    Dennis

  • Sean O'Kane

    Sean O'Kane

    Hugh

  • Thomas McEleney

    Thomas McEleney

    Tommy

  • Deirdre Irvine

    Deirdre Irvine

    Bogside woman

  • Gerry Newton

    Gerry Newton

    Mr. O'Keefe

  • David Pearse

    David Pearse

    O/C Provos

  • Gerard McSorley

    Gerard McSorley

    Chief Supt. Lagan

  • Kathy Kiera Clarke

    Kathy Kiera Clarke

    Frances

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'; ?>
Bloody Sunday

Cast (28)

  • James Nesbitt

    James Nesbitt

    Ivan Cooper

  • Allan Gildea

    Allan Gildea

    Kevin McCorry

  • Gerard Crossan

    Gerard Crossan

    Eamonn McCann

  • Mary Moulds

    Mary Moulds

    Bernadette Devlin

  • Carmel McCallion

    Carmel McCallion

    Bridget Bond

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Major General Ford

  • Nicholas Farrell

    Nicholas Farrell

    Brigadier Maclellan

  • Christopher Villiers

    Christopher Villiers

    Major Steele

  • James Hewitt

    James Hewitt

    Colonel Tugwell

  • Declan Duddy

    Declan Duddy

    Gerry Donaghy

  • Edel Frazer

    Edel Frazer

    Gerry's girl

  • Joanne Lindsay

    Joanne Lindsay

    Mary Donaghy

  • Mike Edwards

    Mike Edwards

    Soldier 027

  • Gerry Hammond

    Gerry Hammond

    Para F

  • Jason Stammers

    Jason Stammers

    Para G

  • Ken Williams

    Ken Williams

    Para H

  • Bryan Watts

    Bryan Watts

    Para E

  • Simon Mann

    Simon Mann

    Colonel Wilford

  • Rhidian Bridge

    Rhidian Bridge

    Major Loden

  • Johnny O'Donnell

    Johnny O'Donnell

    Jim

  • David Clayton Rogers

    David Clayton Rogers

    Dennis

  • Sean O'Kane

    Sean O'Kane

    Hugh

  • Thomas McEleney

    Thomas McEleney

    Tommy

  • Deirdre Irvine

    Deirdre Irvine

    Bogside woman

  • Gerry Newton

    Gerry Newton

    Mr. O'Keefe

  • David Pearse

    David Pearse

    O/C Provos

  • Gerard McSorley

    Gerard McSorley

    Chief Supt. Lagan

  • Kathy Kiera Clarke

    Kathy Kiera Clarke

    Frances

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'; ?>
Bloody Sunday

Cast (28)

  • James Nesbitt

    James Nesbitt

    Ivan Cooper

  • Allan Gildea

    Allan Gildea

    Kevin McCorry

  • Gerard Crossan

    Gerard Crossan

    Eamonn McCann

  • Mary Moulds

    Mary Moulds

    Bernadette Devlin

  • Carmel McCallion

    Carmel McCallion

    Bridget Bond

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Major General Ford

  • Nicholas Farrell

    Nicholas Farrell

    Brigadier Maclellan

  • Christopher Villiers

    Christopher Villiers

    Major Steele

  • James Hewitt

    James Hewitt

    Colonel Tugwell

  • Declan Duddy

    Declan Duddy

    Gerry Donaghy

  • Edel Frazer

    Edel Frazer

    Gerry's girl

  • Joanne Lindsay

    Joanne Lindsay

    Mary Donaghy

  • Mike Edwards

    Mike Edwards

    Soldier 027

  • Gerry Hammond

    Gerry Hammond

    Para F

  • Jason Stammers

    Jason Stammers

    Para G

  • Ken Williams

    Ken Williams

    Para H

  • Bryan Watts

    Bryan Watts

    Para E

  • Simon Mann

    Simon Mann

    Colonel Wilford

  • Rhidian Bridge

    Rhidian Bridge

    Major Loden

  • Johnny O'Donnell

    Johnny O'Donnell

    Jim

  • David Clayton Rogers

    David Clayton Rogers

    Dennis

  • Sean O'Kane

    Sean O'Kane

    Hugh

  • Thomas McEleney

    Thomas McEleney

    Tommy

  • Deirdre Irvine

    Deirdre Irvine

    Bogside woman

  • Gerry Newton

    Gerry Newton

    Mr. O'Keefe

  • David Pearse

    David Pearse

    O/C Provos

  • Gerard McSorley

    Gerard McSorley

    Chief Supt. Lagan

  • Kathy Kiera Clarke

    Kathy Kiera Clarke

    Frances

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'; ?>
Bloody Sunday

Cast (28)

  • James Nesbitt

    James Nesbitt

    Ivan Cooper

  • Allan Gildea

    Allan Gildea

    Kevin McCorry

  • Gerard Crossan

    Gerard Crossan

    Eamonn McCann

  • Mary Moulds

    Mary Moulds

    Bernadette Devlin

  • Carmel McCallion

    Carmel McCallion

    Bridget Bond

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Major General Ford

  • Nicholas Farrell

    Nicholas Farrell

    Brigadier Maclellan

  • Christopher Villiers

    Christopher Villiers

    Major Steele

  • James Hewitt

    James Hewitt

    Colonel Tugwell

  • Declan Duddy

    Declan Duddy

    Gerry Donaghy

  • Edel Frazer

    Edel Frazer

    Gerry's girl

  • Joanne Lindsay

    Joanne Lindsay

    Mary Donaghy

  • Mike Edwards

    Mike Edwards

    Soldier 027

  • Gerry Hammond

    Gerry Hammond

    Para F

  • Jason Stammers

    Jason Stammers

    Para G

  • Ken Williams

    Ken Williams

    Para H

  • Bryan Watts

    Bryan Watts

    Para E

  • Simon Mann

    Simon Mann

    Colonel Wilford

  • Rhidian Bridge

    Rhidian Bridge

    Major Loden

  • Johnny O'Donnell

    Johnny O'Donnell

    Jim

  • David Clayton Rogers

    David Clayton Rogers

    Dennis

  • Sean O'Kane

    Sean O'Kane

    Hugh

  • Thomas McEleney

    Thomas McEleney

    Tommy

  • Deirdre Irvine

    Deirdre Irvine

    Bogside woman

  • Gerry Newton

    Gerry Newton

    Mr. O'Keefe

  • David Pearse

    David Pearse

    O/C Provos

  • Gerard McSorley

    Gerard McSorley

    Chief Supt. Lagan

  • Kathy Kiera Clarke

    Kathy Kiera Clarke

    Frances

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'; ?>
Bloody Sunday

Cast (28)

  • James Nesbitt

    James Nesbitt

    Ivan Cooper

  • Allan Gildea

    Allan Gildea

    Kevin McCorry

  • Gerard Crossan

    Gerard Crossan

    Eamonn McCann

  • Mary Moulds

    Mary Moulds

    Bernadette Devlin

  • Carmel McCallion

    Carmel McCallion

    Bridget Bond

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Major General Ford

  • Nicholas Farrell

    Nicholas Farrell

    Brigadier Maclellan

  • Christopher Villiers

    Christopher Villiers

    Major Steele

  • James Hewitt

    James Hewitt

    Colonel Tugwell

  • Declan Duddy

    Declan Duddy

    Gerry Donaghy

  • Edel Frazer

    Edel Frazer

    Gerry's girl

  • Joanne Lindsay

    Joanne Lindsay

    Mary Donaghy

  • Mike Edwards

    Mike Edwards

    Soldier 027

  • Gerry Hammond

    Gerry Hammond

    Para F

  • Jason Stammers

    Jason Stammers

    Para G

  • Ken Williams

    Ken Williams

    Para H

  • Bryan Watts

    Bryan Watts

    Para E

  • Simon Mann

    Simon Mann

    Colonel Wilford

  • Rhidian Bridge

    Rhidian Bridge

    Major Loden

  • Johnny O'Donnell

    Johnny O'Donnell

    Jim

  • David Clayton Rogers

    David Clayton Rogers

    Dennis

  • Sean O'Kane

    Sean O'Kane

    Hugh

  • Thomas McEleney

    Thomas McEleney

    Tommy

  • Deirdre Irvine

    Deirdre Irvine

    Bogside woman

  • Gerry Newton

    Gerry Newton

    Mr. O'Keefe

  • David Pearse

    David Pearse

    O/C Provos

  • Gerard McSorley

    Gerard McSorley

    Chief Supt. Lagan

  • Kathy Kiera Clarke

    Kathy Kiera Clarke

    Frances

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'; ?>
Bloody Sunday

Cast (28)

  • James Nesbitt

    James Nesbitt

    Ivan Cooper

  • Allan Gildea

    Allan Gildea

    Kevin McCorry

  • Gerard Crossan

    Gerard Crossan

    Eamonn McCann

  • Mary Moulds

    Mary Moulds

    Bernadette Devlin

  • Carmel McCallion

    Carmel McCallion

    Bridget Bond

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Major General Ford

  • Nicholas Farrell

    Nicholas Farrell

    Brigadier Maclellan

  • Christopher Villiers

    Christopher Villiers

    Major Steele

  • James Hewitt

    James Hewitt

    Colonel Tugwell

  • Declan Duddy

    Declan Duddy

    Gerry Donaghy

  • Edel Frazer

    Edel Frazer

    Gerry's girl

  • Joanne Lindsay

    Joanne Lindsay

    Mary Donaghy

  • Mike Edwards

    Mike Edwards

    Soldier 027

  • Gerry Hammond

    Gerry Hammond

    Para F

  • Jason Stammers

    Jason Stammers

    Para G

  • Ken Williams

    Ken Williams

    Para H

  • Bryan Watts

    Bryan Watts

    Para E

  • Simon Mann

    Simon Mann

    Colonel Wilford

  • Rhidian Bridge

    Rhidian Bridge

    Major Loden

  • Johnny O'Donnell

    Johnny O'Donnell

    Jim

  • David Clayton Rogers

    David Clayton Rogers

    Dennis

  • Sean O'Kane

    Sean O'Kane

    Hugh

  • Thomas McEleney

    Thomas McEleney

    Tommy

  • Deirdre Irvine

    Deirdre Irvine

    Bogside woman

  • Gerry Newton

    Gerry Newton

    Mr. O'Keefe

  • David Pearse

    David Pearse

    O/C Provos

  • Gerard McSorley

    Gerard McSorley

    Chief Supt. Lagan

  • Kathy Kiera Clarke

    Kathy Kiera Clarke

    Frances

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'; ?>
Bloody Sunday

Cast (28)

  • James Nesbitt

    James Nesbitt

    Ivan Cooper

  • Allan Gildea

    Allan Gildea

    Kevin McCorry

  • Gerard Crossan

    Gerard Crossan

    Eamonn McCann

  • Mary Moulds

    Mary Moulds

    Bernadette Devlin

  • Carmel McCallion

    Carmel McCallion

    Bridget Bond

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Major General Ford

  • Nicholas Farrell

    Nicholas Farrell

    Brigadier Maclellan

  • Christopher Villiers

    Christopher Villiers

    Major Steele

  • James Hewitt

    James Hewitt

    Colonel Tugwell

  • Declan Duddy

    Declan Duddy

    Gerry Donaghy

  • Edel Frazer

    Edel Frazer

    Gerry's girl

  • Joanne Lindsay

    Joanne Lindsay

    Mary Donaghy

  • Mike Edwards

    Mike Edwards

    Soldier 027

  • Gerry Hammond

    Gerry Hammond

    Para F

  • Jason Stammers

    Jason Stammers

    Para G

  • Ken Williams

    Ken Williams

    Para H

  • Bryan Watts

    Bryan Watts

    Para E

  • Simon Mann

    Simon Mann

    Colonel Wilford

  • Rhidian Bridge

    Rhidian Bridge

    Major Loden

  • Johnny O'Donnell

    Johnny O'Donnell

    Jim

  • David Clayton Rogers

    David Clayton Rogers

    Dennis

  • Sean O'Kane

    Sean O'Kane

    Hugh

  • Thomas McEleney

    Thomas McEleney

    Tommy

  • Deirdre Irvine

    Deirdre Irvine

    Bogside woman

  • Gerry Newton

    Gerry Newton

    Mr. O'Keefe

  • David Pearse

    David Pearse

    O/C Provos

  • Gerard McSorley

    Gerard McSorley

    Chief Supt. Lagan

  • Kathy Kiera Clarke

    Kathy Kiera Clarke

    Frances