Pandaemonium

Cast (29)

  • Linus Roache

    Linus Roache

    Samuel Taylor Coleridge

  • John Hannah

    John Hannah

    William Wordsworth

  • Samantha Morton

    Samantha Morton

    Sara Coleridge

  • Emily Woof

    Emily Woof

    Dorothy Wordsworth

  • Andrea Lowe

    Andrea Lowe

    Edith Southey

  • Dexter Fletcher

    Dexter Fletcher

    Humphry Davy

  • Andy Serkis

    Andy Serkis

    John Thelwall

  • Samuel West

    Samuel West

    Robert Southey

  • Colin McCredie

    Colin McCredie

    Messenger

  • John Kane

    John Kane

    Jones

  • Emma Fielding

    Emma Fielding

    Mary Wordsworth

  • Michael N. Harbour

    Michael N. Harbour

    Walsh

  • William Scott-Masson

    William Scott-Masson

    Tom Poole

  • Clive Merrison

    Clive Merrison

    Dr Gillman

  • Guy Lankester

    Guy Lankester

    Byron

  • Jacqueline Defferary

    Jacqueline Defferary

    Miss Holland

  • John Standing

    John Standing

    Rev Holland

  • Andy de la Tour

    Andy de la Tour

    Andrew Crosse

  • Glyn Owen

    Glyn Owen

    Fisherman

  • Peter Harkness

    Peter Harkness

    Journalist

  • Niall Vincent

    Niall Vincent

    Hartley Coleridge, aged 4

  • Jason Quick

    Jason Quick

    Hartley Coleridge, aged 18 months

  • Miles Quick

    Miles Quick

    Hartley Coleridge, aged 18 months

  • Eleanor Russell

    Eleanor Russell

    Hartley Coleridge, aged 2 months

  • Rowena Gaukroger

    Rowena Gaukroger

    Edith Mae Southey

  • Leo Temple

    Leo Temple

    Herbert Southay

  • Erik McKay

    Erik McKay

    Darcy Sinclair

  • Mark Tilley

    Mark Tilley

    Rebel

  • Juno Temple

    Juno Temple

    Emma Southey

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'; ?>
Pandaemonium

Cast (29)

  • Linus Roache

    Linus Roache

    Samuel Taylor Coleridge

  • John Hannah

    John Hannah

    William Wordsworth

  • Samantha Morton

    Samantha Morton

    Sara Coleridge

  • Emily Woof

    Emily Woof

    Dorothy Wordsworth

  • Andrea Lowe

    Andrea Lowe

    Edith Southey

  • Dexter Fletcher

    Dexter Fletcher

    Humphry Davy

  • Andy Serkis

    Andy Serkis

    John Thelwall

  • Samuel West

    Samuel West

    Robert Southey

  • Colin McCredie

    Colin McCredie

    Messenger

  • John Kane

    John Kane

    Jones

  • Emma Fielding

    Emma Fielding

    Mary Wordsworth

  • Michael N. Harbour

    Michael N. Harbour

    Walsh

  • William Scott-Masson

    William Scott-Masson

    Tom Poole

  • Clive Merrison

    Clive Merrison

    Dr Gillman

  • Guy Lankester

    Guy Lankester

    Byron

  • Jacqueline Defferary

    Jacqueline Defferary

    Miss Holland

  • John Standing

    John Standing

    Rev Holland

  • Andy de la Tour

    Andy de la Tour

    Andrew Crosse

  • Glyn Owen

    Glyn Owen

    Fisherman

  • Peter Harkness

    Peter Harkness

    Journalist

  • Niall Vincent

    Niall Vincent

    Hartley Coleridge, aged 4

  • Jason Quick

    Jason Quick

    Hartley Coleridge, aged 18 months

  • Miles Quick

    Miles Quick

    Hartley Coleridge, aged 18 months

  • Eleanor Russell

    Eleanor Russell

    Hartley Coleridge, aged 2 months

  • Rowena Gaukroger

    Rowena Gaukroger

    Edith Mae Southey

  • Leo Temple

    Leo Temple

    Herbert Southay

  • Erik McKay

    Erik McKay

    Darcy Sinclair

  • Mark Tilley

    Mark Tilley

    Rebel

  • Juno Temple

    Juno Temple

    Emma Southey

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'; ?>
Pandaemonium

Cast (29)

  • Linus Roache

    Linus Roache

    Samuel Taylor Coleridge

  • John Hannah

    John Hannah

    William Wordsworth

  • Samantha Morton

    Samantha Morton

    Sara Coleridge

  • Emily Woof

    Emily Woof

    Dorothy Wordsworth

  • Andrea Lowe

    Andrea Lowe

    Edith Southey

  • Dexter Fletcher

    Dexter Fletcher

    Humphry Davy

  • Andy Serkis

    Andy Serkis

    John Thelwall

  • Samuel West

    Samuel West

    Robert Southey

  • Colin McCredie

    Colin McCredie

    Messenger

  • John Kane

    John Kane

    Jones

  • Emma Fielding

    Emma Fielding

    Mary Wordsworth

  • Michael N. Harbour

    Michael N. Harbour

    Walsh

  • William Scott-Masson

    William Scott-Masson

    Tom Poole

  • Clive Merrison

    Clive Merrison

    Dr Gillman

  • Guy Lankester

    Guy Lankester

    Byron

  • Jacqueline Defferary

    Jacqueline Defferary

    Miss Holland

  • John Standing

    John Standing

    Rev Holland

  • Andy de la Tour

    Andy de la Tour

    Andrew Crosse

  • Glyn Owen

    Glyn Owen

    Fisherman

  • Peter Harkness

    Peter Harkness

    Journalist

  • Niall Vincent

    Niall Vincent

    Hartley Coleridge, aged 4

  • Jason Quick

    Jason Quick

    Hartley Coleridge, aged 18 months

  • Miles Quick

    Miles Quick

    Hartley Coleridge, aged 18 months

  • Eleanor Russell

    Eleanor Russell

    Hartley Coleridge, aged 2 months

  • Rowena Gaukroger

    Rowena Gaukroger

    Edith Mae Southey

  • Leo Temple

    Leo Temple

    Herbert Southay

  • Erik McKay

    Erik McKay

    Darcy Sinclair

  • Mark Tilley

    Mark Tilley

    Rebel

  • Juno Temple

    Juno Temple

    Emma Southey

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'; ?>
Pandaemonium

Cast (29)

  • Linus Roache

    Linus Roache

    Samuel Taylor Coleridge

  • John Hannah

    John Hannah

    William Wordsworth

  • Samantha Morton

    Samantha Morton

    Sara Coleridge

  • Emily Woof

    Emily Woof

    Dorothy Wordsworth

  • Andrea Lowe

    Andrea Lowe

    Edith Southey

  • Dexter Fletcher

    Dexter Fletcher

    Humphry Davy

  • Andy Serkis

    Andy Serkis

    John Thelwall

  • Samuel West

    Samuel West

    Robert Southey

  • Colin McCredie

    Colin McCredie

    Messenger

  • John Kane

    John Kane

    Jones

  • Emma Fielding

    Emma Fielding

    Mary Wordsworth

  • Michael N. Harbour

    Michael N. Harbour

    Walsh

  • William Scott-Masson

    William Scott-Masson

    Tom Poole

  • Clive Merrison

    Clive Merrison

    Dr Gillman

  • Guy Lankester

    Guy Lankester

    Byron

  • Jacqueline Defferary

    Jacqueline Defferary

    Miss Holland

  • John Standing

    John Standing

    Rev Holland

  • Andy de la Tour

    Andy de la Tour

    Andrew Crosse

  • Glyn Owen

    Glyn Owen

    Fisherman

  • Peter Harkness

    Peter Harkness

    Journalist

  • Niall Vincent

    Niall Vincent

    Hartley Coleridge, aged 4

  • Jason Quick

    Jason Quick

    Hartley Coleridge, aged 18 months

  • Miles Quick

    Miles Quick

    Hartley Coleridge, aged 18 months

  • Eleanor Russell

    Eleanor Russell

    Hartley Coleridge, aged 2 months

  • Rowena Gaukroger

    Rowena Gaukroger

    Edith Mae Southey

  • Leo Temple

    Leo Temple

    Herbert Southay

  • Erik McKay

    Erik McKay

    Darcy Sinclair

  • Mark Tilley

    Mark Tilley

    Rebel

  • Juno Temple

    Juno Temple

    Emma Southey

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'; ?>
Pandaemonium

Cast (29)

  • Linus Roache

    Linus Roache

    Samuel Taylor Coleridge

  • John Hannah

    John Hannah

    William Wordsworth

  • Samantha Morton

    Samantha Morton

    Sara Coleridge

  • Emily Woof

    Emily Woof

    Dorothy Wordsworth

  • Andrea Lowe

    Andrea Lowe

    Edith Southey

  • Dexter Fletcher

    Dexter Fletcher

    Humphry Davy

  • Andy Serkis

    Andy Serkis

    John Thelwall

  • Samuel West

    Samuel West

    Robert Southey

  • Colin McCredie

    Colin McCredie

    Messenger

  • John Kane

    John Kane

    Jones

  • Emma Fielding

    Emma Fielding

    Mary Wordsworth

  • Michael N. Harbour

    Michael N. Harbour

    Walsh

  • William Scott-Masson

    William Scott-Masson

    Tom Poole

  • Clive Merrison

    Clive Merrison

    Dr Gillman

  • Guy Lankester

    Guy Lankester

    Byron

  • Jacqueline Defferary

    Jacqueline Defferary

    Miss Holland

  • John Standing

    John Standing

    Rev Holland

  • Andy de la Tour

    Andy de la Tour

    Andrew Crosse

  • Glyn Owen

    Glyn Owen

    Fisherman

  • Peter Harkness

    Peter Harkness

    Journalist

  • Niall Vincent

    Niall Vincent

    Hartley Coleridge, aged 4

  • Jason Quick

    Jason Quick

    Hartley Coleridge, aged 18 months

  • Miles Quick

    Miles Quick

    Hartley Coleridge, aged 18 months

  • Eleanor Russell

    Eleanor Russell

    Hartley Coleridge, aged 2 months

  • Rowena Gaukroger

    Rowena Gaukroger

    Edith Mae Southey

  • Leo Temple

    Leo Temple

    Herbert Southay

  • Erik McKay

    Erik McKay

    Darcy Sinclair

  • Mark Tilley

    Mark Tilley

    Rebel

  • Juno Temple

    Juno Temple

    Emma Southey

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'; ?>
Pandaemonium

Cast (29)

  • Linus Roache

    Linus Roache

    Samuel Taylor Coleridge

  • John Hannah

    John Hannah

    William Wordsworth

  • Samantha Morton

    Samantha Morton

    Sara Coleridge

  • Emily Woof

    Emily Woof

    Dorothy Wordsworth

  • Andrea Lowe

    Andrea Lowe

    Edith Southey

  • Dexter Fletcher

    Dexter Fletcher

    Humphry Davy

  • Andy Serkis

    Andy Serkis

    John Thelwall

  • Samuel West

    Samuel West

    Robert Southey

  • Colin McCredie

    Colin McCredie

    Messenger

  • John Kane

    John Kane

    Jones

  • Emma Fielding

    Emma Fielding

    Mary Wordsworth

  • Michael N. Harbour

    Michael N. Harbour

    Walsh

  • William Scott-Masson

    William Scott-Masson

    Tom Poole

  • Clive Merrison

    Clive Merrison

    Dr Gillman

  • Guy Lankester

    Guy Lankester

    Byron

  • Jacqueline Defferary

    Jacqueline Defferary

    Miss Holland

  • John Standing

    John Standing

    Rev Holland

  • Andy de la Tour

    Andy de la Tour

    Andrew Crosse

  • Glyn Owen

    Glyn Owen

    Fisherman

  • Peter Harkness

    Peter Harkness

    Journalist

  • Niall Vincent

    Niall Vincent

    Hartley Coleridge, aged 4

  • Jason Quick

    Jason Quick

    Hartley Coleridge, aged 18 months

  • Miles Quick

    Miles Quick

    Hartley Coleridge, aged 18 months

  • Eleanor Russell

    Eleanor Russell

    Hartley Coleridge, aged 2 months

  • Rowena Gaukroger

    Rowena Gaukroger

    Edith Mae Southey

  • Leo Temple

    Leo Temple

    Herbert Southay

  • Erik McKay

    Erik McKay

    Darcy Sinclair

  • Mark Tilley

    Mark Tilley

    Rebel

  • Juno Temple

    Juno Temple

    Emma Southey

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'; ?>
Pandaemonium

Cast (29)

  • Linus Roache

    Linus Roache

    Samuel Taylor Coleridge

  • John Hannah

    John Hannah

    William Wordsworth

  • Samantha Morton

    Samantha Morton

    Sara Coleridge

  • Emily Woof

    Emily Woof

    Dorothy Wordsworth

  • Andrea Lowe

    Andrea Lowe

    Edith Southey

  • Dexter Fletcher

    Dexter Fletcher

    Humphry Davy

  • Andy Serkis

    Andy Serkis

    John Thelwall

  • Samuel West

    Samuel West

    Robert Southey

  • Colin McCredie

    Colin McCredie

    Messenger

  • John Kane

    John Kane

    Jones

  • Emma Fielding

    Emma Fielding

    Mary Wordsworth

  • Michael N. Harbour

    Michael N. Harbour

    Walsh

  • William Scott-Masson

    William Scott-Masson

    Tom Poole

  • Clive Merrison

    Clive Merrison

    Dr Gillman

  • Guy Lankester

    Guy Lankester

    Byron

  • Jacqueline Defferary

    Jacqueline Defferary

    Miss Holland

  • John Standing

    John Standing

    Rev Holland

  • Andy de la Tour

    Andy de la Tour

    Andrew Crosse

  • Glyn Owen

    Glyn Owen

    Fisherman

  • Peter Harkness

    Peter Harkness

    Journalist

  • Niall Vincent

    Niall Vincent

    Hartley Coleridge, aged 4

  • Jason Quick

    Jason Quick

    Hartley Coleridge, aged 18 months

  • Miles Quick

    Miles Quick

    Hartley Coleridge, aged 18 months

  • Eleanor Russell

    Eleanor Russell

    Hartley Coleridge, aged 2 months

  • Rowena Gaukroger

    Rowena Gaukroger

    Edith Mae Southey

  • Leo Temple

    Leo Temple

    Herbert Southay

  • Erik McKay

    Erik McKay

    Darcy Sinclair

  • Mark Tilley

    Mark Tilley

    Rebel

  • Juno Temple

    Juno Temple

    Emma Southey