Studs

Cast (25)

  • Brendan Gleeson

    Brendan Gleeson

    Walter Keegan

  • David Wilmot

    David Wilmot

    Bubbles

  • David Herlihy

    David Herlihy

    Danny

  • Feidlim Cannon

    Feidlim Cannon

    Robbie

  • Shaun Elebert

    Shaun Elebert

    Kellegher

  • Eoin Macken

    Eoin Macken

    Tosh

  • Eanna MacLiam

    Eanna MacLiam

    Hopper

  • Laura McGuirk

    Laura McGuirk

    Barmaid

  • Eamonn Owens

    Eamonn Owens

    Virgil

  • Emmett Scanlan

    Emmett Scanlan

    Jake

  • Alexander Yarwood

    Alexander Yarwood

    Super Sub

  • Domhnall Gleeson

    Domhnall Gleeson

    Trampis

  • Alan King

    Alan King

    Tony Flynn

  • Tomás Ó Súilleabháin

    Tomás Ó Súilleabháin

    Kevin

  • Liam Carney

    Liam Carney

    Isaiah

  • Damien Devaney

    Damien Devaney

    Mick

  • Alan King

    Alan King

    Flynner

  • Barry McGovern

    Barry McGovern

    Secret Agent Smart

  • Simon O'Gorman

    Simon O'Gorman

    Sergeant

  • Philip O'Sullivan

    Philip O'Sullivan

    Councillor McGuirk

  • Phelim Drew

    Phelim Drew

    Referee Mr. Duffy

  • Eamonn Hunt

    Eamonn Hunt

    Malachy's Manager

  • David Murray

    David Murray

    Belview Dynamo Manager

  • Jane Brennan

    Jane Brennan

    Walter's Wife

  • Mark McCormack

    Mark McCormack

    Footballers Girlfriend (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'; ?>
Studs

Cast (25)

  • Brendan Gleeson

    Brendan Gleeson

    Walter Keegan

  • David Wilmot

    David Wilmot

    Bubbles

  • David Herlihy

    David Herlihy

    Danny

  • Feidlim Cannon

    Feidlim Cannon

    Robbie

  • Shaun Elebert

    Shaun Elebert

    Kellegher

  • Eoin Macken

    Eoin Macken

    Tosh

  • Eanna MacLiam

    Eanna MacLiam

    Hopper

  • Laura McGuirk

    Laura McGuirk

    Barmaid

  • Eamonn Owens

    Eamonn Owens

    Virgil

  • Emmett Scanlan

    Emmett Scanlan

    Jake

  • Alexander Yarwood

    Alexander Yarwood

    Super Sub

  • Domhnall Gleeson

    Domhnall Gleeson

    Trampis

  • Alan King

    Alan King

    Tony Flynn

  • Tomás Ó Súilleabháin

    Tomás Ó Súilleabháin

    Kevin

  • Liam Carney

    Liam Carney

    Isaiah

  • Damien Devaney

    Damien Devaney

    Mick

  • Alan King

    Alan King

    Flynner

  • Barry McGovern

    Barry McGovern

    Secret Agent Smart

  • Simon O'Gorman

    Simon O'Gorman

    Sergeant

  • Philip O'Sullivan

    Philip O'Sullivan

    Councillor McGuirk

  • Phelim Drew

    Phelim Drew

    Referee Mr. Duffy

  • Eamonn Hunt

    Eamonn Hunt

    Malachy's Manager

  • David Murray

    David Murray

    Belview Dynamo Manager

  • Jane Brennan

    Jane Brennan

    Walter's Wife

  • Mark McCormack

    Mark McCormack

    Footballers Girlfriend (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'; ?>
Studs

Cast (25)

  • Brendan Gleeson

    Brendan Gleeson

    Walter Keegan

  • David Wilmot

    David Wilmot

    Bubbles

  • David Herlihy

    David Herlihy

    Danny

  • Feidlim Cannon

    Feidlim Cannon

    Robbie

  • Shaun Elebert

    Shaun Elebert

    Kellegher

  • Eoin Macken

    Eoin Macken

    Tosh

  • Eanna MacLiam

    Eanna MacLiam

    Hopper

  • Laura McGuirk

    Laura McGuirk

    Barmaid

  • Eamonn Owens

    Eamonn Owens

    Virgil

  • Emmett Scanlan

    Emmett Scanlan

    Jake

  • Alexander Yarwood

    Alexander Yarwood

    Super Sub

  • Domhnall Gleeson

    Domhnall Gleeson

    Trampis

  • Alan King

    Alan King

    Tony Flynn

  • Tomás Ó Súilleabháin

    Tomás Ó Súilleabháin

    Kevin

  • Liam Carney

    Liam Carney

    Isaiah

  • Damien Devaney

    Damien Devaney

    Mick

  • Alan King

    Alan King

    Flynner

  • Barry McGovern

    Barry McGovern

    Secret Agent Smart

  • Simon O'Gorman

    Simon O'Gorman

    Sergeant

  • Philip O'Sullivan

    Philip O'Sullivan

    Councillor McGuirk

  • Phelim Drew

    Phelim Drew

    Referee Mr. Duffy

  • Eamonn Hunt

    Eamonn Hunt

    Malachy's Manager

  • David Murray

    David Murray

    Belview Dynamo Manager

  • Jane Brennan

    Jane Brennan

    Walter's Wife

  • Mark McCormack

    Mark McCormack

    Footballers Girlfriend (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'; ?>
Studs

Cast (25)

  • Brendan Gleeson

    Brendan Gleeson

    Walter Keegan

  • David Wilmot

    David Wilmot

    Bubbles

  • David Herlihy

    David Herlihy

    Danny

  • Feidlim Cannon

    Feidlim Cannon

    Robbie

  • Shaun Elebert

    Shaun Elebert

    Kellegher

  • Eoin Macken

    Eoin Macken

    Tosh

  • Eanna MacLiam

    Eanna MacLiam

    Hopper

  • Laura McGuirk

    Laura McGuirk

    Barmaid

  • Eamonn Owens

    Eamonn Owens

    Virgil

  • Emmett Scanlan

    Emmett Scanlan

    Jake

  • Alexander Yarwood

    Alexander Yarwood

    Super Sub

  • Domhnall Gleeson

    Domhnall Gleeson

    Trampis

  • Alan King

    Alan King

    Tony Flynn

  • Tomás Ó Súilleabháin

    Tomás Ó Súilleabháin

    Kevin

  • Liam Carney

    Liam Carney

    Isaiah

  • Damien Devaney

    Damien Devaney

    Mick

  • Alan King

    Alan King

    Flynner

  • Barry McGovern

    Barry McGovern

    Secret Agent Smart

  • Simon O'Gorman

    Simon O'Gorman

    Sergeant

  • Philip O'Sullivan

    Philip O'Sullivan

    Councillor McGuirk

  • Phelim Drew

    Phelim Drew

    Referee Mr. Duffy

  • Eamonn Hunt

    Eamonn Hunt

    Malachy's Manager

  • David Murray

    David Murray

    Belview Dynamo Manager

  • Jane Brennan

    Jane Brennan

    Walter's Wife

  • Mark McCormack

    Mark McCormack

    Footballers Girlfriend (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'; ?>
Studs

Cast (25)

  • Brendan Gleeson

    Brendan Gleeson

    Walter Keegan

  • David Wilmot

    David Wilmot

    Bubbles

  • David Herlihy

    David Herlihy

    Danny

  • Feidlim Cannon

    Feidlim Cannon

    Robbie

  • Shaun Elebert

    Shaun Elebert

    Kellegher

  • Eoin Macken

    Eoin Macken

    Tosh

  • Eanna MacLiam

    Eanna MacLiam

    Hopper

  • Laura McGuirk

    Laura McGuirk

    Barmaid

  • Eamonn Owens

    Eamonn Owens

    Virgil

  • Emmett Scanlan

    Emmett Scanlan

    Jake

  • Alexander Yarwood

    Alexander Yarwood

    Super Sub

  • Domhnall Gleeson

    Domhnall Gleeson

    Trampis

  • Alan King

    Alan King

    Tony Flynn

  • Tomás Ó Súilleabháin

    Tomás Ó Súilleabháin

    Kevin

  • Liam Carney

    Liam Carney

    Isaiah

  • Damien Devaney

    Damien Devaney

    Mick

  • Alan King

    Alan King

    Flynner

  • Barry McGovern

    Barry McGovern

    Secret Agent Smart

  • Simon O'Gorman

    Simon O'Gorman

    Sergeant

  • Philip O'Sullivan

    Philip O'Sullivan

    Councillor McGuirk

  • Phelim Drew

    Phelim Drew

    Referee Mr. Duffy

  • Eamonn Hunt

    Eamonn Hunt

    Malachy's Manager

  • David Murray

    David Murray

    Belview Dynamo Manager

  • Jane Brennan

    Jane Brennan

    Walter's Wife

  • Mark McCormack

    Mark McCormack

    Footballers Girlfriend (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'; ?>
Studs

Cast (25)

  • Brendan Gleeson

    Brendan Gleeson

    Walter Keegan

  • David Wilmot

    David Wilmot

    Bubbles

  • David Herlihy

    David Herlihy

    Danny

  • Feidlim Cannon

    Feidlim Cannon

    Robbie

  • Shaun Elebert

    Shaun Elebert

    Kellegher

  • Eoin Macken

    Eoin Macken

    Tosh

  • Eanna MacLiam

    Eanna MacLiam

    Hopper

  • Laura McGuirk

    Laura McGuirk

    Barmaid

  • Eamonn Owens

    Eamonn Owens

    Virgil

  • Emmett Scanlan

    Emmett Scanlan

    Jake

  • Alexander Yarwood

    Alexander Yarwood

    Super Sub

  • Domhnall Gleeson

    Domhnall Gleeson

    Trampis

  • Alan King

    Alan King

    Tony Flynn

  • Tomás Ó Súilleabháin

    Tomás Ó Súilleabháin

    Kevin

  • Liam Carney

    Liam Carney

    Isaiah

  • Damien Devaney

    Damien Devaney

    Mick

  • Alan King

    Alan King

    Flynner

  • Barry McGovern

    Barry McGovern

    Secret Agent Smart

  • Simon O'Gorman

    Simon O'Gorman

    Sergeant

  • Philip O'Sullivan

    Philip O'Sullivan

    Councillor McGuirk

  • Phelim Drew

    Phelim Drew

    Referee Mr. Duffy

  • Eamonn Hunt

    Eamonn Hunt

    Malachy's Manager

  • David Murray

    David Murray

    Belview Dynamo Manager

  • Jane Brennan

    Jane Brennan

    Walter's Wife

  • Mark McCormack

    Mark McCormack

    Footballers Girlfriend (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'; ?>
Studs

Cast (25)

  • Brendan Gleeson

    Brendan Gleeson

    Walter Keegan

  • David Wilmot

    David Wilmot

    Bubbles

  • David Herlihy

    David Herlihy

    Danny

  • Feidlim Cannon

    Feidlim Cannon

    Robbie

  • Shaun Elebert

    Shaun Elebert

    Kellegher

  • Eoin Macken

    Eoin Macken

    Tosh

  • Eanna MacLiam

    Eanna MacLiam

    Hopper

  • Laura McGuirk

    Laura McGuirk

    Barmaid

  • Eamonn Owens

    Eamonn Owens

    Virgil

  • Emmett Scanlan

    Emmett Scanlan

    Jake

  • Alexander Yarwood

    Alexander Yarwood

    Super Sub

  • Domhnall Gleeson

    Domhnall Gleeson

    Trampis

  • Alan King

    Alan King

    Tony Flynn

  • Tomás Ó Súilleabháin

    Tomás Ó Súilleabháin

    Kevin

  • Liam Carney

    Liam Carney

    Isaiah

  • Damien Devaney

    Damien Devaney

    Mick

  • Alan King

    Alan King

    Flynner

  • Barry McGovern

    Barry McGovern

    Secret Agent Smart

  • Simon O'Gorman

    Simon O'Gorman

    Sergeant

  • Philip O'Sullivan

    Philip O'Sullivan

    Councillor McGuirk

  • Phelim Drew

    Phelim Drew

    Referee Mr. Duffy

  • Eamonn Hunt

    Eamonn Hunt

    Malachy's Manager

  • David Murray

    David Murray

    Belview Dynamo Manager

  • Jane Brennan

    Jane Brennan

    Walter's Wife

  • Mark McCormack

    Mark McCormack

    Footballers Girlfriend (uncredited)