Kentucky Kernels

Cast (24)

  • Bert Wheeler

    Bert Wheeler

    Willie Doyle

  • Robert Woolsey

    Robert Woolsey

    Elmer Dugan

  • Mary Carlisle

    Mary Carlisle

    Gloria Wakefield

  • George McFarland

    George McFarland

    Spanky Milford

  • Noah Beery

    Noah Beery

    Col. Wakefield

  • Lucille La Verne

    Lucille La Verne

    Aunt Hannah Milford

  • Willie Best

    Willie Best

    Buckshot (as Sleep 'n' Eat)

  • Margaret Dumont

    Margaret Dumont

    Mrs. Baxter

  • Louis Mason

    Louis Mason

    Judge Ezra Milford

  • Paul Page

    Paul Page

    Jerry Bronson

  • Frank McGlynn Jr.

    Frank McGlynn Jr.

    Jeff Wakefield

  • Richard Alexander

    Richard Alexander

    Hank Wakefield

  • William Pawley

    William Pawley

    John Wakefield

  • Harry Bernard

    Harry Bernard

    Destitute Man

  • Edgar Dearing

    Edgar Dearing

    Policeman

  • Dorothy Granger

    Dorothy Granger

    Ethel - Baxter's Secretary

  • Roger Gray

    Roger Gray

    The Moonshiner

  • Harrison Greene

    Harrison Greene

    Aloysius T. Guilfoyle - Lawyer

  • Charlie Hall

    Charlie Hall

    Cigarette Stand Owner

  • Otto Hoffman

    Otto Hoffman

    Henry - Banesville Station Agent

  • Donald Kerr

    Donald Kerr

    Bronson's Chauffeur

  • John Larkin

    John Larkin

    Jackson - Wakefield's Servant

  • Frank O'Connor

    Frank O'Connor

    Police Officer

  • Clarence Wilson

    Clarence Wilson

    Peck - Lawyer

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'; ?>
Kentucky Kernels

Cast (24)

  • Bert Wheeler

    Bert Wheeler

    Willie Doyle

  • Robert Woolsey

    Robert Woolsey

    Elmer Dugan

  • Mary Carlisle

    Mary Carlisle

    Gloria Wakefield

  • George McFarland

    George McFarland

    Spanky Milford

  • Noah Beery

    Noah Beery

    Col. Wakefield

  • Lucille La Verne

    Lucille La Verne

    Aunt Hannah Milford

  • Willie Best

    Willie Best

    Buckshot (as Sleep 'n' Eat)

  • Margaret Dumont

    Margaret Dumont

    Mrs. Baxter

  • Louis Mason

    Louis Mason

    Judge Ezra Milford

  • Paul Page

    Paul Page

    Jerry Bronson

  • Frank McGlynn Jr.

    Frank McGlynn Jr.

    Jeff Wakefield

  • Richard Alexander

    Richard Alexander

    Hank Wakefield

  • William Pawley

    William Pawley

    John Wakefield

  • Harry Bernard

    Harry Bernard

    Destitute Man

  • Edgar Dearing

    Edgar Dearing

    Policeman

  • Dorothy Granger

    Dorothy Granger

    Ethel - Baxter's Secretary

  • Roger Gray

    Roger Gray

    The Moonshiner

  • Harrison Greene

    Harrison Greene

    Aloysius T. Guilfoyle - Lawyer

  • Charlie Hall

    Charlie Hall

    Cigarette Stand Owner

  • Otto Hoffman

    Otto Hoffman

    Henry - Banesville Station Agent

  • Donald Kerr

    Donald Kerr

    Bronson's Chauffeur

  • John Larkin

    John Larkin

    Jackson - Wakefield's Servant

  • Frank O'Connor

    Frank O'Connor

    Police Officer

  • Clarence Wilson

    Clarence Wilson

    Peck - Lawyer

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'; ?>
Kentucky Kernels

Cast (24)

  • Bert Wheeler

    Bert Wheeler

    Willie Doyle

  • Robert Woolsey

    Robert Woolsey

    Elmer Dugan

  • Mary Carlisle

    Mary Carlisle

    Gloria Wakefield

  • George McFarland

    George McFarland

    Spanky Milford

  • Noah Beery

    Noah Beery

    Col. Wakefield

  • Lucille La Verne

    Lucille La Verne

    Aunt Hannah Milford

  • Willie Best

    Willie Best

    Buckshot (as Sleep 'n' Eat)

  • Margaret Dumont

    Margaret Dumont

    Mrs. Baxter

  • Louis Mason

    Louis Mason

    Judge Ezra Milford

  • Paul Page

    Paul Page

    Jerry Bronson

  • Frank McGlynn Jr.

    Frank McGlynn Jr.

    Jeff Wakefield

  • Richard Alexander

    Richard Alexander

    Hank Wakefield

  • William Pawley

    William Pawley

    John Wakefield

  • Harry Bernard

    Harry Bernard

    Destitute Man

  • Edgar Dearing

    Edgar Dearing

    Policeman

  • Dorothy Granger

    Dorothy Granger

    Ethel - Baxter's Secretary

  • Roger Gray

    Roger Gray

    The Moonshiner

  • Harrison Greene

    Harrison Greene

    Aloysius T. Guilfoyle - Lawyer

  • Charlie Hall

    Charlie Hall

    Cigarette Stand Owner

  • Otto Hoffman

    Otto Hoffman

    Henry - Banesville Station Agent

  • Donald Kerr

    Donald Kerr

    Bronson's Chauffeur

  • John Larkin

    John Larkin

    Jackson - Wakefield's Servant

  • Frank O'Connor

    Frank O'Connor

    Police Officer

  • Clarence Wilson

    Clarence Wilson

    Peck - Lawyer

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'; ?>
Kentucky Kernels

Cast (24)

  • Bert Wheeler

    Bert Wheeler

    Willie Doyle

  • Robert Woolsey

    Robert Woolsey

    Elmer Dugan

  • Mary Carlisle

    Mary Carlisle

    Gloria Wakefield

  • George McFarland

    George McFarland

    Spanky Milford

  • Noah Beery

    Noah Beery

    Col. Wakefield

  • Lucille La Verne

    Lucille La Verne

    Aunt Hannah Milford

  • Willie Best

    Willie Best

    Buckshot (as Sleep 'n' Eat)

  • Margaret Dumont

    Margaret Dumont

    Mrs. Baxter

  • Louis Mason

    Louis Mason

    Judge Ezra Milford

  • Paul Page

    Paul Page

    Jerry Bronson

  • Frank McGlynn Jr.

    Frank McGlynn Jr.

    Jeff Wakefield

  • Richard Alexander

    Richard Alexander

    Hank Wakefield

  • William Pawley

    William Pawley

    John Wakefield

  • Harry Bernard

    Harry Bernard

    Destitute Man

  • Edgar Dearing

    Edgar Dearing

    Policeman

  • Dorothy Granger

    Dorothy Granger

    Ethel - Baxter's Secretary

  • Roger Gray

    Roger Gray

    The Moonshiner

  • Harrison Greene

    Harrison Greene

    Aloysius T. Guilfoyle - Lawyer

  • Charlie Hall

    Charlie Hall

    Cigarette Stand Owner

  • Otto Hoffman

    Otto Hoffman

    Henry - Banesville Station Agent

  • Donald Kerr

    Donald Kerr

    Bronson's Chauffeur

  • John Larkin

    John Larkin

    Jackson - Wakefield's Servant

  • Frank O'Connor

    Frank O'Connor

    Police Officer

  • Clarence Wilson

    Clarence Wilson

    Peck - Lawyer

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'; ?>
Kentucky Kernels

Cast (24)

  • Bert Wheeler

    Bert Wheeler

    Willie Doyle

  • Robert Woolsey

    Robert Woolsey

    Elmer Dugan

  • Mary Carlisle

    Mary Carlisle

    Gloria Wakefield

  • George McFarland

    George McFarland

    Spanky Milford

  • Noah Beery

    Noah Beery

    Col. Wakefield

  • Lucille La Verne

    Lucille La Verne

    Aunt Hannah Milford

  • Willie Best

    Willie Best

    Buckshot (as Sleep 'n' Eat)

  • Margaret Dumont

    Margaret Dumont

    Mrs. Baxter

  • Louis Mason

    Louis Mason

    Judge Ezra Milford

  • Paul Page

    Paul Page

    Jerry Bronson

  • Frank McGlynn Jr.

    Frank McGlynn Jr.

    Jeff Wakefield

  • Richard Alexander

    Richard Alexander

    Hank Wakefield

  • William Pawley

    William Pawley

    John Wakefield

  • Harry Bernard

    Harry Bernard

    Destitute Man

  • Edgar Dearing

    Edgar Dearing

    Policeman

  • Dorothy Granger

    Dorothy Granger

    Ethel - Baxter's Secretary

  • Roger Gray

    Roger Gray

    The Moonshiner

  • Harrison Greene

    Harrison Greene

    Aloysius T. Guilfoyle - Lawyer

  • Charlie Hall

    Charlie Hall

    Cigarette Stand Owner

  • Otto Hoffman

    Otto Hoffman

    Henry - Banesville Station Agent

  • Donald Kerr

    Donald Kerr

    Bronson's Chauffeur

  • John Larkin

    John Larkin

    Jackson - Wakefield's Servant

  • Frank O'Connor

    Frank O'Connor

    Police Officer

  • Clarence Wilson

    Clarence Wilson

    Peck - Lawyer

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'; ?>
Kentucky Kernels

Cast (24)

  • Bert Wheeler

    Bert Wheeler

    Willie Doyle

  • Robert Woolsey

    Robert Woolsey

    Elmer Dugan

  • Mary Carlisle

    Mary Carlisle

    Gloria Wakefield

  • George McFarland

    George McFarland

    Spanky Milford

  • Noah Beery

    Noah Beery

    Col. Wakefield

  • Lucille La Verne

    Lucille La Verne

    Aunt Hannah Milford

  • Willie Best

    Willie Best

    Buckshot (as Sleep 'n' Eat)

  • Margaret Dumont

    Margaret Dumont

    Mrs. Baxter

  • Louis Mason

    Louis Mason

    Judge Ezra Milford

  • Paul Page

    Paul Page

    Jerry Bronson

  • Frank McGlynn Jr.

    Frank McGlynn Jr.

    Jeff Wakefield

  • Richard Alexander

    Richard Alexander

    Hank Wakefield

  • William Pawley

    William Pawley

    John Wakefield

  • Harry Bernard

    Harry Bernard

    Destitute Man

  • Edgar Dearing

    Edgar Dearing

    Policeman

  • Dorothy Granger

    Dorothy Granger

    Ethel - Baxter's Secretary

  • Roger Gray

    Roger Gray

    The Moonshiner

  • Harrison Greene

    Harrison Greene

    Aloysius T. Guilfoyle - Lawyer

  • Charlie Hall

    Charlie Hall

    Cigarette Stand Owner

  • Otto Hoffman

    Otto Hoffman

    Henry - Banesville Station Agent

  • Donald Kerr

    Donald Kerr

    Bronson's Chauffeur

  • John Larkin

    John Larkin

    Jackson - Wakefield's Servant

  • Frank O'Connor

    Frank O'Connor

    Police Officer

  • Clarence Wilson

    Clarence Wilson

    Peck - Lawyer

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'; ?>
Kentucky Kernels

Cast (24)

  • Bert Wheeler

    Bert Wheeler

    Willie Doyle

  • Robert Woolsey

    Robert Woolsey

    Elmer Dugan

  • Mary Carlisle

    Mary Carlisle

    Gloria Wakefield

  • George McFarland

    George McFarland

    Spanky Milford

  • Noah Beery

    Noah Beery

    Col. Wakefield

  • Lucille La Verne

    Lucille La Verne

    Aunt Hannah Milford

  • Willie Best

    Willie Best

    Buckshot (as Sleep 'n' Eat)

  • Margaret Dumont

    Margaret Dumont

    Mrs. Baxter

  • Louis Mason

    Louis Mason

    Judge Ezra Milford

  • Paul Page

    Paul Page

    Jerry Bronson

  • Frank McGlynn Jr.

    Frank McGlynn Jr.

    Jeff Wakefield

  • Richard Alexander

    Richard Alexander

    Hank Wakefield

  • William Pawley

    William Pawley

    John Wakefield

  • Harry Bernard

    Harry Bernard

    Destitute Man

  • Edgar Dearing

    Edgar Dearing

    Policeman

  • Dorothy Granger

    Dorothy Granger

    Ethel - Baxter's Secretary

  • Roger Gray

    Roger Gray

    The Moonshiner

  • Harrison Greene

    Harrison Greene

    Aloysius T. Guilfoyle - Lawyer

  • Charlie Hall

    Charlie Hall

    Cigarette Stand Owner

  • Otto Hoffman

    Otto Hoffman

    Henry - Banesville Station Agent

  • Donald Kerr

    Donald Kerr

    Bronson's Chauffeur

  • John Larkin

    John Larkin

    Jackson - Wakefield's Servant

  • Frank O'Connor

    Frank O'Connor

    Police Officer

  • Clarence Wilson

    Clarence Wilson

    Peck - Lawyer