Merge pull request 'added a search filter, fixed some bugs' (#18) from search into main

Reviewed-on: #18
This commit is contained in:
Rudis Muiznieks 2023-04-05 23:51:49 +00:00
commit b9385a9939
19 changed files with 741 additions and 23 deletions

View File

@ -53,6 +53,10 @@ private class Series {
return sb.ToString();
}
}
public string TitleFilter {
get => Title.ToLowerInvariant();
}
}
private class Episode {
@ -194,7 +198,10 @@ private void GenerateSeriesListFragment(
using var outStream = File.Open(path, FileMode.Create);
using var sw = new StreamWriter(outStream);
sw.Write(
@$"<h2>{WebUtility.HtmlEncode(title)}</h2>
@$"<header>
<h2>{WebUtility.HtmlEncode(title)}</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>");
foreach (var series in seriesList) {
@ -204,6 +211,7 @@ private void GenerateSeriesListFragment(
hx-target='main'
hx-push-url='/series/{series.SlugEncoded}'
hx-swap='innerHTML show:top'
data-filter='{series.TitleFilter}'
title='{series.TitleEncoded}'>
<img alt='cover image' title='{series.TitleEncoded}'
src='/cover/sm/{series.SlugEncoded}.jpg'>

View File

@ -89,7 +89,7 @@
</ul>
</details>
</nav>
<main></main>
<main hx-history-elt></main>
</div>
<footer>
<div id='nowPlaying'>

View File

@ -1,10 +1,14 @@
<h2>Adventure Series</h2>
<header>
<h2>Adventure Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/adventure-ahead.html'
hx-target='main'
hx-push-url='/series/adventure-ahead'
hx-swap='innerHTML show:top'
data-filter='adventure ahead'
title='Adventure Ahead'>
<img alt='cover image' title='Adventure Ahead'
src='/cover/sm/adventure-ahead.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/adventures-by-morse'
hx-swap='innerHTML show:top'
data-filter='adventures by morse'
title='Adventures by Morse'>
<img alt='cover image' title='Adventures by Morse'
src='/cover/sm/adventures-by-morse.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/the-adventures-of-ellery-queen'
hx-swap='innerHTML show:top'
data-filter='the adventures of ellery queen'
title='The Adventures of Ellery Queen'>
<img alt='cover image' title='The Adventures of Ellery Queen'
src='/cover/sm/the-adventures-of-ellery-queen.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/the-adventures-of-marco-polo'
hx-swap='innerHTML show:top'
data-filter='the adventures of marco polo'
title='The Adventures of Marco Polo'>
<img alt='cover image' title='The Adventures of Marco Polo'
src='/cover/sm/the-adventures-of-marco-polo.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/afloat-with-henry-morgan'
hx-swap='innerHTML show:top'
data-filter='afloat with henry morgan'
title='Afloat with Henry Morgan'>
<img alt='cover image' title='Afloat with Henry Morgan'
src='/cover/sm/afloat-with-henry-morgan.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/the-blue-beetle'
hx-swap='innerHTML show:top'
data-filter='the blue beetle'
title='The Blue Beetle'>
<img alt='cover image' title='The Blue Beetle'
src='/cover/sm/the-blue-beetle.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/bold-venture'
hx-swap='innerHTML show:top'
data-filter='bold venture'
title='Bold Venture'>
<img alt='cover image' title='Bold Venture'
src='/cover/sm/bold-venture.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/challenge-of-the-yukon'
hx-swap='innerHTML show:top'
data-filter='challenge of the yukon'
title='Challenge of the Yukon'>
<img alt='cover image' title='Challenge of the Yukon'
src='/cover/sm/challenge-of-the-yukon.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/the-chase'
hx-swap='innerHTML show:top'
data-filter='the chase'
title='The Chase'>
<img alt='cover image' title='The Chase'
src='/cover/sm/the-chase.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/cloak-and-dagger'
hx-swap='innerHTML show:top'
data-filter='cloak and dagger'
title='Cloak and Dagger'>
<img alt='cover image' title='Cloak and Dagger'
src='/cover/sm/cloak-and-dagger.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/the-clyde-beatty-show'
hx-swap='innerHTML show:top'
data-filter='the clyde beatty show'
title='The Clyde Beatty Show'>
<img alt='cover image' title='The Clyde Beatty Show'
src='/cover/sm/the-clyde-beatty-show.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/cruise-of-the-poll-parrot'
hx-swap='innerHTML show:top'
data-filter='cruise of the poll parrot'
title='Cruise of the Poll Parrot'>
<img alt='cover image' title='Cruise of the Poll Parrot'
src='/cover/sm/cruise-of-the-poll-parrot.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/dangerous-assignment'
hx-swap='innerHTML show:top'
data-filter='dangerous assignment'
title='Dangerous Assignment'>
<img alt='cover image' title='Dangerous Assignment'
src='/cover/sm/dangerous-assignment.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/dangerously-yours'
hx-swap='innerHTML show:top'
data-filter='dangerously yours'
title='Dangerously Yours'>
<img alt='cover image' title='Dangerously Yours'
src='/cover/sm/dangerously-yours.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/ellery-queens-minute-mysteries'
hx-swap='innerHTML show:top'
data-filter='ellery queen's minute mysteries'
title='Ellery Queen&#39;s Minute Mysteries'>
<img alt='cover image' title='Ellery Queen&#39;s Minute Mysteries'
src='/cover/sm/ellery-queens-minute-mysteries.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/escape'
hx-swap='innerHTML show:top'
data-filter='escape'
title='Escape'>
<img alt='cover image' title='Escape'
src='/cover/sm/escape.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/flash-gordon'
hx-swap='innerHTML show:top'
data-filter='flash gordon'
title='Flash Gordon'>
<img alt='cover image' title='Flash Gordon'
src='/cover/sm/flash-gordon.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/the-green-hornet'
hx-swap='innerHTML show:top'
data-filter='the green hornet'
title='The Green Hornet'>
<img alt='cover image' title='The Green Hornet'
src='/cover/sm/the-green-hornet.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/gunsmoke'
hx-swap='innerHTML show:top'
data-filter='gunsmoke'
title='Gunsmoke'>
<img alt='cover image' title='Gunsmoke'
src='/cover/sm/gunsmoke.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/high-adventure'
hx-swap='innerHTML show:top'
data-filter='high adventure'
title='High Adventure'>
<img alt='cover image' title='High Adventure'
src='/cover/sm/high-adventure.jpg'>
@ -385,6 +408,7 @@
hx-target='main'
hx-push-url='/series/horatio-hornblower'
hx-swap='innerHTML show:top'
data-filter='horatio hornblower'
title='Horatio Hornblower'>
<img alt='cover image' title='Horatio Hornblower'
src='/cover/sm/horatio-hornblower.jpg'>
@ -404,6 +428,7 @@
hx-target='main'
hx-push-url='/series/i-love-a-mystery'
hx-swap='innerHTML show:top'
data-filter='i love a mystery'
title='I Love a Mystery'>
<img alt='cover image' title='I Love a Mystery'
src='/cover/sm/i-love-a-mystery.jpg'>
@ -423,6 +448,7 @@
hx-target='main'
hx-push-url='/series/john-steele-adventurer'
hx-swap='innerHTML show:top'
data-filter='john steele, adventurer'
title='John Steele, Adventurer'>
<img alt='cover image' title='John Steele, Adventurer'
src='/cover/sm/john-steele-adventurer.jpg'>
@ -442,6 +468,7 @@
hx-target='main'
hx-push-url='/series/the-lives-of-harry-lime'
hx-swap='innerHTML show:top'
data-filter='the lives of harry lime'
title='The Lives of Harry Lime'>
<img alt='cover image' title='The Lives of Harry Lime'
src='/cover/sm/the-lives-of-harry-lime.jpg'>
@ -461,6 +488,7 @@
hx-target='main'
hx-push-url='/series/the-lone-ranger'
hx-swap='innerHTML show:top'
data-filter='the lone ranger'
title='The Lone Ranger'>
<img alt='cover image' title='The Lone Ranger'
src='/cover/sm/the-lone-ranger.jpg'>
@ -480,6 +508,7 @@
hx-target='main'
hx-push-url='/series/magic-island'
hx-swap='innerHTML show:top'
data-filter='magic island'
title='Magic Island'>
<img alt='cover image' title='Magic Island'
src='/cover/sm/magic-island.jpg'>
@ -499,6 +528,7 @@
hx-target='main'
hx-push-url='/series/the-man-called-x'
hx-swap='innerHTML show:top'
data-filter='the man called x'
title='The Man Called X'>
<img alt='cover image' title='The Man Called X'
src='/cover/sm/the-man-called-x.jpg'>
@ -518,6 +548,7 @@
hx-target='main'
hx-push-url='/series/mark-trail'
hx-swap='innerHTML show:top'
data-filter='mark trail'
title='Mark Trail'>
<img alt='cover image' title='Mark Trail'
src='/cover/sm/mark-trail.jpg'>
@ -537,6 +568,7 @@
hx-target='main'
hx-push-url='/series/moon-over-africa'
hx-swap='innerHTML show:top'
data-filter='moon over africa'
title='Moon Over Africa'>
<img alt='cover image' title='Moon Over Africa'
src='/cover/sm/moon-over-africa.jpg'>
@ -556,6 +588,7 @@
hx-target='main'
hx-push-url='/series/ranger-bill'
hx-swap='innerHTML show:top'
data-filter='ranger bill'
title='Ranger Bill'>
<img alt='cover image' title='Ranger Bill'
src='/cover/sm/ranger-bill.jpg'>
@ -575,6 +608,7 @@
hx-target='main'
hx-push-url='/series/the-scarlet-pimpernel'
hx-swap='innerHTML show:top'
data-filter='the scarlet pimpernel'
title='The Scarlet Pimpernel'>
<img alt='cover image' title='The Scarlet Pimpernel'
src='/cover/sm/the-scarlet-pimpernel.jpg'>
@ -594,6 +628,7 @@
hx-target='main'
hx-push-url='/series/secret-agent-k-7-returns'
hx-swap='innerHTML show:top'
data-filter='secret agent k-7 returns'
title='Secret Agent K-7 Returns'>
<img alt='cover image' title='Secret Agent K-7 Returns'
src='/cover/sm/secret-agent-k-7-returns.jpg'>
@ -613,6 +648,7 @@
hx-target='main'
hx-push-url='/series/speed-gibson-of-the-international-secret-police'
hx-swap='innerHTML show:top'
data-filter='speed gibson of the international secret police'
title='Speed Gibson of the International Secret Police'>
<img alt='cover image' title='Speed Gibson of the International Secret Police'
src='/cover/sm/speed-gibson-of-the-international-secret-police.jpg'>
@ -632,6 +668,7 @@
hx-target='main'
hx-push-url='/series/superman'
hx-swap='innerHTML show:top'
data-filter='superman'
title='Superman'>
<img alt='cover image' title='Superman'
src='/cover/sm/superman.jpg'>
@ -651,6 +688,7 @@
hx-target='main'
hx-push-url='/series/tarzan-and-the-diamond-of-asher'
hx-swap='innerHTML show:top'
data-filter='tarzan and the diamond of asher'
title='Tarzan and the Diamond of Asher'>
<img alt='cover image' title='Tarzan and the Diamond of Asher'
src='/cover/sm/tarzan-and-the-diamond-of-asher.jpg'>
@ -670,6 +708,7 @@
hx-target='main'
hx-push-url='/series/tarzan-and-the-fires-of-tohr'
hx-swap='innerHTML show:top'
data-filter='tarzan and the fires of tohr'
title='Tarzan and the Fires of Tohr'>
<img alt='cover image' title='Tarzan and the Fires of Tohr'
src='/cover/sm/tarzan-and-the-fires-of-tohr.jpg'>
@ -689,6 +728,7 @@
hx-target='main'
hx-push-url='/series/tarzan-of-the-apes'
hx-swap='innerHTML show:top'
data-filter='tarzan of the apes'
title='Tarzan of the Apes'>
<img alt='cover image' title='Tarzan of the Apes'
src='/cover/sm/tarzan-of-the-apes.jpg'>
@ -708,6 +748,7 @@
hx-target='main'
hx-push-url='/series/tarzan-lord-of-the-jungle'
hx-swap='innerHTML show:top'
data-filter='tarzan: lord of the jungle'
title='Tarzan: Lord of the Jungle'>
<img alt='cover image' title='Tarzan: Lord of the Jungle'
src='/cover/sm/tarzan-lord-of-the-jungle.jpg'>
@ -727,6 +768,7 @@
hx-target='main'
hx-push-url='/series/world-adventurers-club'
hx-swap='innerHTML show:top'
data-filter='world adventurer's club'
title='World Adventurer&#39;s Club'>
<img alt='cover image' title='World Adventurer&#39;s Club'
src='/cover/sm/world-adventurers-club.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Children Series</h2>
<header>
<h2>Children Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/adventure-ahead.html'
hx-target='main'
hx-push-url='/series/adventure-ahead'
hx-swap='innerHTML show:top'
data-filter='adventure ahead'
title='Adventure Ahead'>
<img alt='cover image' title='Adventure Ahead'
src='/cover/sm/adventure-ahead.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/adventures-of-champion'
hx-swap='innerHTML show:top'
data-filter='adventures of champion'
title='Adventures of Champion'>
<img alt='cover image' title='Adventures of Champion'
src='/cover/sm/adventures-of-champion.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/buck-rogers'
hx-swap='innerHTML show:top'
data-filter='buck rogers'
title='Buck Rogers'>
<img alt='cover image' title='Buck Rogers'
src='/cover/sm/buck-rogers.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/chick-carter-boy-detective'
hx-swap='innerHTML show:top'
data-filter='chick carter, boy detective'
title='Chick Carter, Boy Detective'>
<img alt='cover image' title='Chick Carter, Boy Detective'
src='/cover/sm/chick-carter-boy-detective.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/cruise-of-the-poll-parrot'
hx-swap='innerHTML show:top'
data-filter='cruise of the poll parrot'
title='Cruise of the Poll Parrot'>
<img alt='cover image' title='Cruise of the Poll Parrot'
src='/cover/sm/cruise-of-the-poll-parrot.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/fire-fighters'
hx-swap='innerHTML show:top'
data-filter='fire fighters'
title='Fire Fighters'>
<img alt='cover image' title='Fire Fighters'
src='/cover/sm/fire-fighters.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/jerry-at-fair-oaks'
hx-swap='innerHTML show:top'
data-filter='jerry at fair oaks'
title='Jerry at Fair Oaks'>
<img alt='cover image' title='Jerry at Fair Oaks'
src='/cover/sm/jerry-at-fair-oaks.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/jerry-of-the-circus'
hx-swap='innerHTML show:top'
data-filter='jerry of the circus'
title='Jerry of the Circus'>
<img alt='cover image' title='Jerry of the Circus'
src='/cover/sm/jerry-of-the-circus.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/jonathan-thomas-and-his-christmas-on-the-moon'
hx-swap='innerHTML show:top'
data-filter='jonathan thomas and his christmas on the moon'
title='Jonathan Thomas and His Christmas on the Moon'>
<img alt='cover image' title='Jonathan Thomas and His Christmas on the Moon'
src='/cover/sm/jonathan-thomas-and-his-christmas-on-the-moon.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/jump-jump-and-the-ice-queen'
hx-swap='innerHTML show:top'
data-filter='jump jump and the ice queen'
title='Jump Jump and the Ice Queen'>
<img alt='cover image' title='Jump Jump and the Ice Queen'
src='/cover/sm/jump-jump-and-the-ice-queen.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/magic-island'
hx-swap='innerHTML show:top'
data-filter='magic island'
title='Magic Island'>
<img alt='cover image' title='Magic Island'
src='/cover/sm/magic-island.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/mark-trail'
hx-swap='innerHTML show:top'
data-filter='mark trail'
title='Mark Trail'>
<img alt='cover image' title='Mark Trail'
src='/cover/sm/mark-trail.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/planet-man'
hx-swap='innerHTML show:top'
data-filter='planet man'
title='Planet Man'>
<img alt='cover image' title='Planet Man'
src='/cover/sm/planet-man.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/ranger-bill'
hx-swap='innerHTML show:top'
data-filter='ranger bill'
title='Ranger Bill'>
<img alt='cover image' title='Ranger Bill'
src='/cover/sm/ranger-bill.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/tales-of-the-diamond-k'
hx-swap='innerHTML show:top'
data-filter='tales of the diamond k'
title='Tales of the Diamond K'>
<img alt='cover image' title='Tales of the Diamond K'
src='/cover/sm/tales-of-the-diamond-k.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Comedy Series</h2>
<header>
<h2>Comedy Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/abbott-and-costello.html'
hx-target='main'
hx-push-url='/series/abbott-and-costello'
hx-swap='innerHTML show:top'
data-filter='abbott and costello'
title='Abbott and Costello'>
<img alt='cover image' title='Abbott and Costello'
src='/cover/sm/abbott-and-costello.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/the-adventures-of-ozzie-and-harriet'
hx-swap='innerHTML show:top'
data-filter='the adventures of ozzie and harriet'
title='The Adventures of Ozzie and Harriet'>
<img alt='cover image' title='The Adventures of Ozzie and Harriet'
src='/cover/sm/the-adventures-of-ozzie-and-harriet.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/the-aldrich-family'
hx-swap='innerHTML show:top'
data-filter='the aldrich family'
title='The Aldrich Family'>
<img alt='cover image' title='The Aldrich Family'
src='/cover/sm/the-aldrich-family.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/all-star-western-theatre'
hx-swap='innerHTML show:top'
data-filter='all star western theatre'
title='All Star Western Theatre'>
<img alt='cover image' title='All Star Western Theatre'
src='/cover/sm/all-star-western-theatre.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/amos-n-andy'
hx-swap='innerHTML show:top'
data-filter='amos 'n' andy'
title='Amos &#39;n&#39; Andy'>
<img alt='cover image' title='Amos &#39;n&#39; Andy'
src='/cover/sm/amos-n-andy.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/archie-andrews'
hx-swap='innerHTML show:top'
data-filter='archie andrews'
title='Archie Andrews'>
<img alt='cover image' title='Archie Andrews'
src='/cover/sm/archie-andrews.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/the-baby-snooks-show'
hx-swap='innerHTML show:top'
data-filter='the baby snooks show'
title='The Baby Snooks Show'>
<img alt='cover image' title='The Baby Snooks Show'
src='/cover/sm/the-baby-snooks-show.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/beulah'
hx-swap='innerHTML show:top'
data-filter='beulah'
title='Beulah'>
<img alt='cover image' title='Beulah'
src='/cover/sm/beulah.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/the-bickersons'
hx-swap='innerHTML show:top'
data-filter='the bickersons'
title='The Bickersons'>
<img alt='cover image' title='The Bickersons'
src='/cover/sm/the-bickersons.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/the-big-show'
hx-swap='innerHTML show:top'
data-filter='the big show'
title='The Big Show'>
<img alt='cover image' title='The Big Show'
src='/cover/sm/the-big-show.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/blondie'
hx-swap='innerHTML show:top'
data-filter='blondie'
title='Blondie'>
<img alt='cover image' title='Blondie'
src='/cover/sm/blondie.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/bob-and-ray'
hx-swap='innerHTML show:top'
data-filter='bob and ray'
title='Bob and Ray'>
<img alt='cover image' title='Bob and Ray'
src='/cover/sm/bob-and-ray.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/the-burns-and-allen-show'
hx-swap='innerHTML show:top'
data-filter='the burns and allen show'
title='The Burns and Allen Show'>
<img alt='cover image' title='The Burns and Allen Show'
src='/cover/sm/the-burns-and-allen-show.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/club-car-special'
hx-swap='innerHTML show:top'
data-filter='club car special'
title='Club Car Special'>
<img alt='cover image' title='Club Car Special'
src='/cover/sm/club-car-special.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/comic-weekly-man'
hx-swap='innerHTML show:top'
data-filter='comic weekly man'
title='Comic Weekly Man'>
<img alt='cover image' title='Comic Weekly Man'
src='/cover/sm/comic-weekly-man.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/command-performance'
hx-swap='innerHTML show:top'
data-filter='command performance'
title='Command Performance'>
<img alt='cover image' title='Command Performance'
src='/cover/sm/command-performance.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/the-danny-kaye-show'
hx-swap='innerHTML show:top'
data-filter='the danny kaye show'
title='The Danny Kaye Show'>
<img alt='cover image' title='The Danny Kaye Show'
src='/cover/sm/the-danny-kaye-show.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/a-date-with-judy'
hx-swap='innerHTML show:top'
data-filter='a date with judy'
title='A Date with Judy'>
<img alt='cover image' title='A Date with Judy'
src='/cover/sm/a-date-with-judy.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/duffys-tavern'
hx-swap='innerHTML show:top'
data-filter='duffy's tavern'
title='Duffy&#39;s Tavern'>
<img alt='cover image' title='Duffy&#39;s Tavern'
src='/cover/sm/duffys-tavern.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/edgar-bergen--charlie-mccarthy'
hx-swap='innerHTML show:top'
data-filter='edgar bergen & charlie mccarthy'
title='Edgar Bergen &amp; Charlie McCarthy'>
<img alt='cover image' title='Edgar Bergen &amp; Charlie McCarthy'
src='/cover/sm/edgar-bergen--charlie-mccarthy.jpg'>
@ -385,6 +408,7 @@
hx-target='main'
hx-push-url='/series/an-evening-with-groucho'
hx-swap='innerHTML show:top'
data-filter='an evening with groucho'
title='An Evening With Groucho'>
<img alt='cover image' title='An Evening With Groucho'
src='/cover/sm/an-evening-with-groucho.jpg'>
@ -404,6 +428,7 @@
hx-target='main'
hx-push-url='/series/father-knows-best'
hx-swap='innerHTML show:top'
data-filter='father knows best'
title='Father Knows Best'>
<img alt='cover image' title='Father Knows Best'
src='/cover/sm/father-knows-best.jpg'>
@ -423,6 +448,7 @@
hx-target='main'
hx-push-url='/series/fibber-mcgee-and-molly'
hx-swap='innerHTML show:top'
data-filter='fibber mcgee and molly'
title='Fibber McGee and Molly'>
<img alt='cover image' title='Fibber McGee and Molly'
src='/cover/sm/fibber-mcgee-and-molly.jpg'>
@ -442,6 +468,7 @@
hx-target='main'
hx-push-url='/series/first-nighter'
hx-swap='innerHTML show:top'
data-filter='first nighter'
title='First Nighter'>
<img alt='cover image' title='First Nighter'
src='/cover/sm/first-nighter.jpg'>
@ -461,6 +488,7 @@
hx-target='main'
hx-push-url='/series/the-fred-allen-show'
hx-swap='innerHTML show:top'
data-filter='the fred allen show'
title='The Fred Allen Show'>
<img alt='cover image' title='The Fred Allen Show'
src='/cover/sm/the-fred-allen-show.jpg'>
@ -480,6 +508,7 @@
hx-target='main'
hx-push-url='/series/grand-ole-opry'
hx-swap='innerHTML show:top'
data-filter='grand ole opry'
title='Grand Ole Opry'>
<img alt='cover image' title='Grand Ole Opry'
src='/cover/sm/grand-ole-opry.jpg'>
@ -499,6 +528,7 @@
hx-target='main'
hx-push-url='/series/the-great-gildersleeve'
hx-swap='innerHTML show:top'
data-filter='the great gildersleeve'
title='The Great Gildersleeve'>
<img alt='cover image' title='The Great Gildersleeve'
src='/cover/sm/the-great-gildersleeve.jpg'>
@ -518,6 +548,7 @@
hx-target='main'
hx-push-url='/series/halls-of-ivy'
hx-swap='innerHTML show:top'
data-filter='halls of ivy'
title='Halls of Ivy'>
<img alt='cover image' title='Halls of Ivy'
src='/cover/sm/halls-of-ivy.jpg'>
@ -537,6 +568,7 @@
hx-target='main'
hx-push-url='/series/the-harold-peary-show'
hx-swap='innerHTML show:top'
data-filter='the harold peary show'
title='The Harold Peary Show'>
<img alt='cover image' title='The Harold Peary Show'
src='/cover/sm/the-harold-peary-show.jpg'>
@ -556,6 +588,7 @@
hx-target='main'
hx-push-url='/series/the-jack-benny-program'
hx-swap='innerHTML show:top'
data-filter='the jack benny program'
title='The Jack Benny Program'>
<img alt='cover image' title='The Jack Benny Program'
src='/cover/sm/the-jack-benny-program.jpg'>
@ -575,6 +608,7 @@
hx-target='main'
hx-push-url='/series/the-life-of-riley'
hx-swap='innerHTML show:top'
data-filter='the life of riley'
title='The Life of Riley'>
<img alt='cover image' title='The Life of Riley'
src='/cover/sm/the-life-of-riley.jpg'>
@ -594,6 +628,7 @@
hx-target='main'
hx-push-url='/series/life-with-luigi'
hx-swap='innerHTML show:top'
data-filter='life with luigi'
title='Life with Luigi'>
<img alt='cover image' title='Life with Luigi'
src='/cover/sm/life-with-luigi.jpg'>
@ -613,6 +648,7 @@
hx-target='main'
hx-push-url='/series/lum-and-abner'
hx-swap='innerHTML show:top'
data-filter='lum and abner'
title='Lum and Abner'>
<img alt='cover image' title='Lum and Abner'
src='/cover/sm/lum-and-abner.jpg'>
@ -632,6 +668,7 @@
hx-target='main'
hx-push-url='/series/mama-blooms-brood'
hx-swap='innerHTML show:top'
data-filter='mama bloom's brood'
title='Mama Bloom&#39;s Brood'>
<img alt='cover image' title='Mama Bloom&#39;s Brood'
src='/cover/sm/mama-blooms-brood.jpg'>
@ -651,6 +688,7 @@
hx-target='main'
hx-push-url='/series/the-martin-and-lewis-show'
hx-swap='innerHTML show:top'
data-filter='the martin and lewis show'
title='The Martin and Lewis Show'>
<img alt='cover image' title='The Martin and Lewis Show'
src='/cover/sm/the-martin-and-lewis-show.jpg'>
@ -670,6 +708,7 @@
hx-target='main'
hx-push-url='/series/meet-corliss-archer'
hx-swap='innerHTML show:top'
data-filter='meet corliss archer'
title='Meet Corliss Archer'>
<img alt='cover image' title='Meet Corliss Archer'
src='/cover/sm/meet-corliss-archer.jpg'>
@ -689,6 +728,7 @@
hx-target='main'
hx-push-url='/series/the-mel-blanc-show'
hx-swap='innerHTML show:top'
data-filter='the mel blanc show'
title='The Mel Blanc Show'>
<img alt='cover image' title='The Mel Blanc Show'
src='/cover/sm/the-mel-blanc-show.jpg'>
@ -708,6 +748,7 @@
hx-target='main'
hx-push-url='/series/my-favorite-husband'
hx-swap='innerHTML show:top'
data-filter='my favorite husband'
title='My Favorite Husband'>
<img alt='cover image' title='My Favorite Husband'
src='/cover/sm/my-favorite-husband.jpg'>
@ -727,6 +768,7 @@
hx-target='main'
hx-push-url='/series/my-friend-irma'
hx-swap='innerHTML show:top'
data-filter='my friend irma'
title='My Friend Irma'>
<img alt='cover image' title='My Friend Irma'
src='/cover/sm/my-friend-irma.jpg'>
@ -746,6 +788,7 @@
hx-target='main'
hx-push-url='/series/old-gold-comedy-theater'
hx-swap='innerHTML show:top'
data-filter='old gold comedy theater'
title='Old Gold Comedy Theater'>
<img alt='cover image' title='Old Gold Comedy Theater'
src='/cover/sm/old-gold-comedy-theater.jpg'>
@ -765,6 +808,7 @@
hx-target='main'
hx-push-url='/series/our-miss-brooks'
hx-swap='innerHTML show:top'
data-filter='our miss brooks'
title='Our Miss Brooks'>
<img alt='cover image' title='Our Miss Brooks'
src='/cover/sm/our-miss-brooks.jpg'>
@ -784,6 +828,7 @@
hx-target='main'
hx-push-url='/series/people-are-funny'
hx-swap='innerHTML show:top'
data-filter='people are funny'
title='People are Funny'>
<img alt='cover image' title='People are Funny'
src='/cover/sm/people-are-funny.jpg'>
@ -803,6 +848,7 @@
hx-target='main'
hx-push-url='/series/the-phil-harris-alice-faye-show'
hx-swap='innerHTML show:top'
data-filter='the phil harris-alice faye show'
title='The Phil Harris-Alice Faye Show'>
<img alt='cover image' title='The Phil Harris-Alice Faye Show'
src='/cover/sm/the-phil-harris-alice-faye-show.jpg'>
@ -822,6 +868,7 @@
hx-target='main'
hx-push-url='/series/the-red-skelton-show'
hx-swap='innerHTML show:top'
data-filter='the red skelton show'
title='The Red Skelton Show'>
<img alt='cover image' title='The Red Skelton Show'
src='/cover/sm/the-red-skelton-show.jpg'>
@ -841,6 +888,7 @@
hx-target='main'
hx-push-url='/series/vic-and-sade'
hx-swap='innerHTML show:top'
data-filter='vic and sade'
title='Vic and Sade'>
<img alt='cover image' title='Vic and Sade'
src='/cover/sm/vic-and-sade.jpg'>
@ -860,6 +908,7 @@
hx-target='main'
hx-push-url='/series/you-bet-your-life'
hx-swap='innerHTML show:top'
data-filter='you bet your life'
title='You Bet Your Life'>
<img alt='cover image' title='You Bet Your Life'
src='/cover/sm/you-bet-your-life.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Crime Series</h2>
<header>
<h2>Crime Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/21st-precinct.html'
hx-target='main'
hx-push-url='/series/21st-precinct'
hx-swap='innerHTML show:top'
data-filter='21st precinct'
title='21st Precinct'>
<img alt='cover image' title='21st Precinct'
src='/cover/sm/21st-precinct.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/the-big-story'
hx-swap='innerHTML show:top'
data-filter='the big story'
title='The Big Story'>
<img alt='cover image' title='The Big Story'
src='/cover/sm/the-big-story.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/black-museum'
hx-swap='innerHTML show:top'
data-filter='the black museum'
title='The Black Museum'>
<img alt='cover image' title='The Black Museum'
src='/cover/sm/black-museum.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/calling-all-cars'
hx-swap='innerHTML show:top'
data-filter='calling all cars'
title='Calling All Cars'>
<img alt='cover image' title='Calling All Cars'
src='/cover/sm/calling-all-cars.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/case-dismissed'
hx-swap='innerHTML show:top'
data-filter='case dismissed'
title='Case Dismissed'>
<img alt='cover image' title='Case Dismissed'
src='/cover/sm/case-dismissed.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/challenge-of-the-yukon'
hx-swap='innerHTML show:top'
data-filter='challenge of the yukon'
title='Challenge of the Yukon'>
<img alt='cover image' title='Challenge of the Yukon'
src='/cover/sm/challenge-of-the-yukon.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/crime-classics'
hx-swap='innerHTML show:top'
data-filter='crime classics'
title='Crime Classics'>
<img alt='cover image' title='Crime Classics'
src='/cover/sm/crime-classics.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/dragnet'
hx-swap='innerHTML show:top'
data-filter='dragnet'
title='Dragnet'>
<img alt='cover image' title='Dragnet'
src='/cover/sm/dragnet.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/the-fbi-in-peace-and-war'
hx-swap='innerHTML show:top'
data-filter='the fbi in peace and war'
title='The FBI in Peace and War'>
<img alt='cover image' title='The FBI in Peace and War'
src='/cover/sm/the-fbi-in-peace-and-war.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/gangbusters'
hx-swap='innerHTML show:top'
data-filter='gang busters'
title='Gang Busters'>
<img alt='cover image' title='Gang Busters'
src='/cover/sm/gangbusters.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/in-the-name-of-the-law'
hx-swap='innerHTML show:top'
data-filter='in the name of the law'
title='In the Name of the Law'>
<img alt='cover image' title='In the Name of the Law'
src='/cover/sm/in-the-name-of-the-law.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/the-line-up'
hx-swap='innerHTML show:top'
data-filter='the line-up'
title='The Line-Up'>
<img alt='cover image' title='The Line-Up'
src='/cover/sm/the-line-up.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/the-lives-of-harry-lime'
hx-swap='innerHTML show:top'
data-filter='the lives of harry lime'
title='The Lives of Harry Lime'>
<img alt='cover image' title='The Lives of Harry Lime'
src='/cover/sm/the-lives-of-harry-lime.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/mr-district-attorney'
hx-swap='innerHTML show:top'
data-filter='mr. district attorney'
title='Mr. District Attorney'>
<img alt='cover image' title='Mr. District Attorney'
src='/cover/sm/mr-district-attorney.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/murder-by-experts'
hx-swap='innerHTML show:top'
data-filter='murder by experts'
title='Murder by Experts'>
<img alt='cover image' title='Murder by Experts'
src='/cover/sm/murder-by-experts.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/mystery-is-my-hobby'
hx-swap='innerHTML show:top'
data-filter='mystery is my hobby'
title='Mystery is My Hobby'>
<img alt='cover image' title='Mystery is My Hobby'
src='/cover/sm/mystery-is-my-hobby.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/perry-mason'
hx-swap='innerHTML show:top'
data-filter='perry mason'
title='Perry Mason'>
<img alt='cover image' title='Perry Mason'
src='/cover/sm/perry-mason.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/police-headquarters'
hx-swap='innerHTML show:top'
data-filter='police headquarters'
title='Police Headquarters'>
<img alt='cover image' title='Police Headquarters'
src='/cover/sm/police-headquarters.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/police-reporter'
hx-swap='innerHTML show:top'
data-filter='police reporter'
title='Police Reporter'>
<img alt='cover image' title='Police Reporter'
src='/cover/sm/police-reporter.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/secrets-of-scotland-yard'
hx-swap='innerHTML show:top'
data-filter='secrets of scotland yard'
title='Secrets of Scotland Yard'>
<img alt='cover image' title='Secrets of Scotland Yard'
src='/cover/sm/secrets-of-scotland-yard.jpg'>
@ -385,6 +408,7 @@
hx-target='main'
hx-push-url='/series/the-shadow'
hx-swap='innerHTML show:top'
data-filter='the shadow'
title='The Shadow'>
<img alt='cover image' title='The Shadow'
src='/cover/sm/the-shadow.jpg'>
@ -404,6 +428,7 @@
hx-target='main'
hx-push-url='/series/stand-by-for-crime'
hx-swap='innerHTML show:top'
data-filter='stand by for crime'
title='Stand By for Crime'>
<img alt='cover image' title='Stand By for Crime'
src='/cover/sm/stand-by-for-crime.jpg'>
@ -423,6 +448,7 @@
hx-target='main'
hx-push-url='/series/this-is-your-fbi'
hx-swap='innerHTML show:top'
data-filter='this is your fbi'
title='This is Your FBI'>
<img alt='cover image' title='This is Your FBI'
src='/cover/sm/this-is-your-fbi.jpg'>
@ -442,6 +468,7 @@
hx-target='main'
hx-push-url='/series/whitehall-1212'
hx-swap='innerHTML show:top'
data-filter='whitehall 1212'
title='Whitehall 1212'>
<img alt='cover image' title='Whitehall 1212'
src='/cover/sm/whitehall-1212.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Detective Series</h2>
<header>
<h2>Detective Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/33-half-moon-street.html'
hx-target='main'
hx-push-url='/series/33-half-moon-street'
hx-swap='innerHTML show:top'
data-filter='33 half moon street'
title='33 Half Moon Street'>
<img alt='cover image' title='33 Half Moon Street'
src='/cover/sm/33-half-moon-street.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/the-adventures-of-frank-race'
hx-swap='innerHTML show:top'
data-filter='the adventures of frank race'
title='The Adventures of Frank Race'>
<img alt='cover image' title='The Adventures of Frank Race'
src='/cover/sm/the-adventures-of-frank-race.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/adventures-of-philip-marlowe'
hx-swap='innerHTML show:top'
data-filter='adventures of philip marlowe'
title='Adventures of Philip Marlowe'>
<img alt='cover image' title='Adventures of Philip Marlowe'
src='/cover/sm/adventures-of-philip-marlowe.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/the-adventures-of-sam-spade'
hx-swap='innerHTML show:top'
data-filter='the adventures of sam spade'
title='The Adventures of Sam Spade'>
<img alt='cover image' title='The Adventures of Sam Spade'
src='/cover/sm/the-adventures-of-sam-spade.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/barrie-craig-confidential-investigator'
hx-swap='innerHTML show:top'
data-filter='barrie craig, confidential investigator'
title='Barrie Craig, Confidential Investigator'>
<img alt='cover image' title='Barrie Craig, Confidential Investigator'
src='/cover/sm/barrie-craig-confidential-investigator.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/blair-of-the-mounties'
hx-swap='innerHTML show:top'
data-filter='blair of the mounties'
title='Blair of the Mounties'>
<img alt='cover image' title='Blair of the Mounties'
src='/cover/sm/blair-of-the-mounties.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/boston-blackie'
hx-swap='innerHTML show:top'
data-filter='boston blackie'
title='Boston Blackie'>
<img alt='cover image' title='Boston Blackie'
src='/cover/sm/boston-blackie.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/box-13'
hx-swap='innerHTML show:top'
data-filter='box 13'
title='Box 13'>
<img alt='cover image' title='Box 13'
src='/cover/sm/box-13.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/broadway-is-my-beat'
hx-swap='innerHTML show:top'
data-filter='broadway is my beat'
title='Broadway is My Beat'>
<img alt='cover image' title='Broadway is My Beat'
src='/cover/sm/broadway-is-my-beat.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/bulldog-drummond'
hx-swap='innerHTML show:top'
data-filter='bulldog drummond'
title='Bulldog Drummond'>
<img alt='cover image' title='Bulldog Drummond'
src='/cover/sm/bulldog-drummond.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/candy-matson-yukon-2-8209'
hx-swap='innerHTML show:top'
data-filter='candy matson, yukon 2-8209'
title='Candy Matson, YUkon 2-8209'>
<img alt='cover image' title='Candy Matson, YUkon 2-8209'
src='/cover/sm/candy-matson-yukon-2-8209.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/a-case-for-dr-morelle'
hx-swap='innerHTML show:top'
data-filter='a case for dr. morelle'
title='A Case for Dr. Morelle'>
<img alt='cover image' title='A Case for Dr. Morelle'
src='/cover/sm/a-case-for-dr-morelle.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/casey-crime-photographer'
hx-swap='innerHTML show:top'
data-filter='casey, crime photographer'
title='Casey, Crime Photographer'>
<img alt='cover image' title='Casey, Crime Photographer'
src='/cover/sm/casey-crime-photographer.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/charlie-chan'
hx-swap='innerHTML show:top'
data-filter='charlie chan'
title='Charlie Chan'>
<img alt='cover image' title='Charlie Chan'
src='/cover/sm/charlie-chan.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/chick-carter-boy-detective'
hx-swap='innerHTML show:top'
data-filter='chick carter, boy detective'
title='Chick Carter, Boy Detective'>
<img alt='cover image' title='Chick Carter, Boy Detective'
src='/cover/sm/chick-carter-boy-detective.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/crime-and-peter-chambers'
hx-swap='innerHTML show:top'
data-filter='crime and peter chambers'
title='Crime and Peter Chambers'>
<img alt='cover image' title='Crime and Peter Chambers'
src='/cover/sm/crime-and-peter-chambers.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/danger-dr-danfield'
hx-swap='innerHTML show:top'
data-filter='danger, dr. danfield'
title='Danger, Dr. Danfield'>
<img alt='cover image' title='Danger, Dr. Danfield'
src='/cover/sm/danger-dr-danfield.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/the-falcon'
hx-swap='innerHTML show:top'
data-filter='the falcon'
title='The Falcon'>
<img alt='cover image' title='The Falcon'
src='/cover/sm/the-falcon.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/jeff-regan-investigator'
hx-swap='innerHTML show:top'
data-filter='jeff regan, investigator'
title='Jeff Regan, Investigator'>
<img alt='cover image' title='Jeff Regan, Investigator'
src='/cover/sm/jeff-regan-investigator.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/let-george-do-it'
hx-swap='innerHTML show:top'
data-filter='let george do it'
title='Let George Do It'>
<img alt='cover image' title='Let George Do It'
src='/cover/sm/let-george-do-it.jpg'>
@ -385,6 +408,7 @@
hx-target='main'
hx-push-url='/series/michael-shayne'
hx-swap='innerHTML show:top'
data-filter='michael shayne'
title='Michael Shayne'>
<img alt='cover image' title='Michael Shayne'
src='/cover/sm/michael-shayne.jpg'>
@ -404,6 +428,7 @@
hx-target='main'
hx-push-url='/series/mr-and-mrs-north'
hx-swap='innerHTML show:top'
data-filter='mr. and mrs. north'
title='Mr. and Mrs. North'>
<img alt='cover image' title='Mr. and Mrs. North'
src='/cover/sm/mr-and-mrs-north.jpg'>
@ -423,6 +448,7 @@
hx-target='main'
hx-push-url='/series/mr-keen-tracer-of-lost-persons'
hx-swap='innerHTML show:top'
data-filter='mr. keen, tracer of lost persons'
title='Mr. Keen, Tracer of Lost Persons'>
<img alt='cover image' title='Mr. Keen, Tracer of Lost Persons'
src='/cover/sm/mr-keen-tracer-of-lost-persons.jpg'>
@ -442,6 +468,7 @@
hx-target='main'
hx-push-url='/series/mr-moto'
hx-swap='innerHTML show:top'
data-filter='mr. moto'
title='Mr. Moto'>
<img alt='cover image' title='Mr. Moto'
src='/cover/sm/mr-moto.jpg'>
@ -461,6 +488,7 @@
hx-target='main'
hx-push-url='/series/mystery-is-my-hobby'
hx-swap='innerHTML show:top'
data-filter='mystery is my hobby'
title='Mystery is My Hobby'>
<img alt='cover image' title='Mystery is My Hobby'
src='/cover/sm/mystery-is-my-hobby.jpg'>
@ -480,6 +508,7 @@
hx-target='main'
hx-push-url='/series/nero-wolfe-cbc'
hx-swap='innerHTML show:top'
data-filter='nero wolfe (cbc)'
title='Nero Wolfe (CBC)'>
<img alt='cover image' title='Nero Wolfe (CBC)'
src='/cover/sm/nero-wolfe-cbc.jpg'>
@ -499,6 +528,7 @@
hx-target='main'
hx-push-url='/series/the-new-adventures-of-nero-wolfe'
hx-swap='innerHTML show:top'
data-filter='the new adventures of nero wolfe'
title='The New Adventures of Nero Wolfe'>
<img alt='cover image' title='The New Adventures of Nero Wolfe'
src='/cover/sm/the-new-adventures-of-nero-wolfe.jpg'>
@ -518,6 +548,7 @@
hx-target='main'
hx-push-url='/series/nick-carter-master-detective'
hx-swap='innerHTML show:top'
data-filter='nick carter, master detective'
title='Nick Carter, Master Detective'>
<img alt='cover image' title='Nick Carter, Master Detective'
src='/cover/sm/nick-carter-master-detective.jpg'>
@ -537,6 +568,7 @@
hx-target='main'
hx-push-url='/series/night-beat'
hx-swap='innerHTML show:top'
data-filter='night beat'
title='Night Beat'>
<img alt='cover image' title='Night Beat'
src='/cover/sm/night-beat.jpg'>
@ -556,6 +588,7 @@
hx-target='main'
hx-push-url='/series/pat-novak-for-hire'
hx-swap='innerHTML show:top'
data-filter='pat novak, for hire'
title='Pat Novak, for Hire'>
<img alt='cover image' title='Pat Novak, for Hire'
src='/cover/sm/pat-novak-for-hire.jpg'>
@ -575,6 +608,7 @@
hx-target='main'
hx-push-url='/series/philo-vance'
hx-swap='innerHTML show:top'
data-filter='philo vance'
title='Philo Vance'>
<img alt='cover image' title='Philo Vance'
src='/cover/sm/philo-vance.jpg'>
@ -594,6 +628,7 @@
hx-target='main'
hx-push-url='/series/richard-diamond-private-detective'
hx-swap='innerHTML show:top'
data-filter='richard diamond, private detective'
title='Richard Diamond, Private Detective'>
<img alt='cover image' title='Richard Diamond, Private Detective'
src='/cover/sm/richard-diamond-private-detective.jpg'>
@ -613,6 +648,7 @@
hx-target='main'
hx-push-url='/series/rocky-fortune'
hx-swap='innerHTML show:top'
data-filter='rocky fortune'
title='Rocky Fortune'>
<img alt='cover image' title='Rocky Fortune'
src='/cover/sm/rocky-fortune.jpg'>
@ -632,6 +668,7 @@
hx-target='main'
hx-push-url='/series/rocky-jordan'
hx-swap='innerHTML show:top'
data-filter='rocky jordan'
title='Rocky Jordan'>
<img alt='cover image' title='Rocky Jordan'
src='/cover/sm/rocky-jordan.jpg'>
@ -651,6 +688,7 @@
hx-target='main'
hx-push-url='/series/rogues-gallery'
hx-swap='innerHTML show:top'
data-filter='rogue's gallery'
title='Rogue&#39;s Gallery'>
<img alt='cover image' title='Rogue&#39;s Gallery'
src='/cover/sm/rogues-gallery.jpg'>
@ -670,6 +708,7 @@
hx-target='main'
hx-push-url='/series/the-saint'
hx-swap='innerHTML show:top'
data-filter='the saint'
title='The Saint'>
<img alt='cover image' title='The Saint'
src='/cover/sm/the-saint.jpg'>
@ -689,6 +728,7 @@
hx-target='main'
hx-push-url='/series/sherlock-holmes'
hx-swap='innerHTML show:top'
data-filter='sherlock holmes'
title='Sherlock Holmes'>
<img alt='cover image' title='Sherlock Holmes'
src='/cover/sm/sherlock-holmes.jpg'>
@ -708,6 +748,7 @@
hx-target='main'
hx-push-url='/series/yours-truly-johnny-dollar'
hx-swap='innerHTML show:top'
data-filter='yours truly, johnny dollar'
title='Yours Truly, Johnny Dollar'>
<img alt='cover image' title='Yours Truly, Johnny Dollar'
src='/cover/sm/yours-truly-johnny-dollar.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Documentary Series</h2>
<header>
<h2>Documentary Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/behind-the-mike.html'
hx-target='main'
hx-push-url='/series/behind-the-mike'
hx-swap='innerHTML show:top'
data-filter='behind the mike'
title='Behind the Mike'>
<img alt='cover image' title='Behind the Mike'
src='/cover/sm/behind-the-mike.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/can-you-imagine-that'
hx-swap='innerHTML show:top'
data-filter='can you imagine that'
title='Can You Imagine That'>
<img alt='cover image' title='Can You Imagine That'
src='/cover/sm/can-you-imagine-that.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/classic-baseball-mlb'
hx-swap='innerHTML show:top'
data-filter='classic baseball mlb'
title='Classic Baseball MLB'>
<img alt='cover image' title='Classic Baseball MLB'
src='/cover/sm/classic-baseball-mlb.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/complete-broadcast-day-d-day'
hx-swap='innerHTML show:top'
data-filter='complete broadcast day - d-day'
title='Complete Broadcast Day - D-Day'>
<img alt='cover image' title='Complete Broadcast Day - D-Day'
src='/cover/sm/complete-broadcast-day-d-day.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/dear-adolf'
hx-swap='innerHTML show:top'
data-filter='dear adolf'
title='Dear Adolf'>
<img alt='cover image' title='Dear Adolf'
src='/cover/sm/dear-adolf.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/heritage-over-the-land'
hx-swap='innerHTML show:top'
data-filter='heritage over the land'
title='Heritage Over the Land'>
<img alt='cover image' title='Heritage Over the Land'
src='/cover/sm/heritage-over-the-land.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/incredible-but-true'
hx-swap='innerHTML show:top'
data-filter='incredible, but true'
title='Incredible, But True'>
<img alt='cover image' title='Incredible, But True'
src='/cover/sm/incredible-but-true.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/one-world-flight'
hx-swap='innerHTML show:top'
data-filter='one world flight'
title='One World Flight'>
<img alt='cover image' title='One World Flight'
src='/cover/sm/one-world-flight.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/the-pacific-story'
hx-swap='innerHTML show:top'
data-filter='the pacific story'
title='The Pacific Story'>
<img alt='cover image' title='The Pacific Story'
src='/cover/sm/the-pacific-story.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/recollections-at-30'
hx-swap='innerHTML show:top'
data-filter='recollections at 30'
title='Recollections at 30'>
<img alt='cover image' title='Recollections at 30'
src='/cover/sm/recollections-at-30.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/ripleys-believe-it-or-not'
hx-swap='innerHTML show:top'
data-filter='ripley's believe it or not'
title='Ripley&#39;s Believe It Or Not'>
<img alt='cover image' title='Ripley&#39;s Believe It Or Not'
src='/cover/sm/ripleys-believe-it-or-not.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/ripleys-one-minute-shorts'
hx-swap='innerHTML show:top'
data-filter='ripley's one minute shorts'
title='Ripley&#39;s One Minute Shorts'>
<img alt='cover image' title='Ripley&#39;s One Minute Shorts'
src='/cover/sm/ripleys-one-minute-shorts.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/the-sound-of-war'
hx-swap='innerHTML show:top'
data-filter='the sound of war'
title='The Sound of War'>
<img alt='cover image' title='The Sound of War'
src='/cover/sm/the-sound-of-war.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/strange-as-it-seems'
hx-swap='innerHTML show:top'
data-filter='strange as it seems'
title='Strange as it Seems'>
<img alt='cover image' title='Strange as it Seems'
src='/cover/sm/strange-as-it-seems.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/we-came-this-way'
hx-swap='innerHTML show:top'
data-filter='we came this way'
title='We Came This Way'>
<img alt='cover image' title='We Came This Way'
src='/cover/sm/we-came-this-way.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/wjsv-complete-broadcast-day'
hx-swap='innerHTML show:top'
data-filter='wjsv complete broadcast day'
title='WJSV Complete Broadcast Day'>
<img alt='cover image' title='WJSV Complete Broadcast Day'
src='/cover/sm/wjsv-complete-broadcast-day.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/you-are-there'
hx-swap='innerHTML show:top'
data-filter='you are there'
title='You Are There'>
<img alt='cover image' title='You Are There'
src='/cover/sm/you-are-there.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/you-cant-do-business-with-hitler'
hx-swap='innerHTML show:top'
data-filter='you can't do business with hitler'
title='You Can&#39;t Do Business With Hitler'>
<img alt='cover image' title='You Can&#39;t Do Business With Hitler'
src='/cover/sm/you-cant-do-business-with-hitler.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Drama Series</h2>
<header>
<h2>Drama Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/academy-award-theater.html'
hx-target='main'
hx-push-url='/series/academy-award-theater'
hx-swap='innerHTML show:top'
data-filter='academy award theater'
title='Academy Award Theater'>
<img alt='cover image' title='Academy Award Theater'
src='/cover/sm/academy-award-theater.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/bright-star'
hx-swap='innerHTML show:top'
data-filter='bright star'
title='Bright Star'>
<img alt='cover image' title='Bright Star'
src='/cover/sm/bright-star.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/can-you-imagine-that'
hx-swap='innerHTML show:top'
data-filter='can you imagine that'
title='Can You Imagine That'>
<img alt='cover image' title='Can You Imagine That'
src='/cover/sm/can-you-imagine-that.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/cbs-radio-workshop'
hx-swap='innerHTML show:top'
data-filter='cbs radio workshop'
title='CBS Radio Workshop'>
<img alt='cover image' title='CBS Radio Workshop'
src='/cover/sm/cbs-radio-workshop.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/claudia'
hx-swap='innerHTML show:top'
data-filter='claudia'
title='Claudia'>
<img alt='cover image' title='Claudia'
src='/cover/sm/claudia.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/the-damon-runyon-theatre'
hx-swap='innerHTML show:top'
data-filter='the damon runyon theatre'
title='The Damon Runyon Theatre'>
<img alt='cover image' title='The Damon Runyon Theatre'
src='/cover/sm/the-damon-runyon-theatre.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/democracy-in-america'
hx-swap='innerHTML show:top'
data-filter='democracy in america'
title='Democracy in America'>
<img alt='cover image' title='Democracy in America'
src='/cover/sm/democracy-in-america.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/down-our-way'
hx-swap='innerHTML show:top'
data-filter='down our way'
title='Down Our Way'>
<img alt='cover image' title='Down Our Way'
src='/cover/sm/down-our-way.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/dr-kildare'
hx-swap='innerHTML show:top'
data-filter='dr. kildare'
title='Dr. Kildare'>
<img alt='cover image' title='Dr. Kildare'
src='/cover/sm/dr-kildare.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/encore-theater'
hx-swap='innerHTML show:top'
data-filter='encore theater'
title='Encore Theater'>
<img alt='cover image' title='Encore Theater'
src='/cover/sm/encore-theater.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/family-doctor'
hx-swap='innerHTML show:top'
data-filter='family doctor'
title='Family Doctor'>
<img alt='cover image' title='Family Doctor'
src='/cover/sm/family-doctor.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/first-nighter'
hx-swap='innerHTML show:top'
data-filter='first nighter'
title='First Nighter'>
<img alt='cover image' title='First Nighter'
src='/cover/sm/first-nighter.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/the-grantland-rice-story'
hx-swap='innerHTML show:top'
data-filter='the grantland rice story'
title='The Grantland Rice Story'>
<img alt='cover image' title='The Grantland Rice Story'
src='/cover/sm/the-grantland-rice-story.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/great-scenes-from-great-plays'
hx-swap='innerHTML show:top'
data-filter='great scenes from great plays'
title='Great Scenes from Great Plays'>
<img alt='cover image' title='Great Scenes from Great Plays'
src='/cover/sm/great-scenes-from-great-plays.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/hello-americans'
hx-swap='innerHTML show:top'
data-filter='hello americans'
title='Hello Americans'>
<img alt='cover image' title='Hello Americans'
src='/cover/sm/hello-americans.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/incredible-but-true'
hx-swap='innerHTML show:top'
data-filter='incredible, but true'
title='Incredible, But True'>
<img alt='cover image' title='Incredible, But True'
src='/cover/sm/incredible-but-true.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/love-story-magazine'
hx-swap='innerHTML show:top'
data-filter='love story magazine'
title='Love Story Magazine'>
<img alt='cover image' title='Love Story Magazine'
src='/cover/sm/love-story-magazine.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/lux-radio-theatre'
hx-swap='innerHTML show:top'
data-filter='lux radio theatre'
title='Lux Radio Theatre'>
<img alt='cover image' title='Lux Radio Theatre'
src='/cover/sm/lux-radio-theatre.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/mama-blooms-brood'
hx-swap='innerHTML show:top'
data-filter='mama bloom's brood'
title='Mama Bloom&#39;s Brood'>
<img alt='cover image' title='Mama Bloom&#39;s Brood'
src='/cover/sm/mama-blooms-brood.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/the-marriage'
hx-swap='innerHTML show:top'
data-filter='the marriage'
title='The Marriage'>
<img alt='cover image' title='The Marriage'
src='/cover/sm/the-marriage.jpg'>
@ -385,6 +408,7 @@
hx-target='main'
hx-push-url='/series/matinee-theater'
hx-swap='innerHTML show:top'
data-filter='matinee theater'
title='Matinee Theater'>
<img alt='cover image' title='Matinee Theater'
src='/cover/sm/matinee-theater.jpg'>
@ -404,6 +428,7 @@
hx-target='main'
hx-push-url='/series/mercury-theatre'
hx-swap='innerHTML show:top'
data-filter='mercury theatre'
title='Mercury Theatre'>
<img alt='cover image' title='Mercury Theatre'
src='/cover/sm/mercury-theatre.jpg'>
@ -423,6 +448,7 @@
hx-target='main'
hx-push-url='/series/the-mysterious-traveler'
hx-swap='innerHTML show:top'
data-filter='the mysterious traveler'
title='The Mysterious Traveler'>
<img alt='cover image' title='The Mysterious Traveler'
src='/cover/sm/the-mysterious-traveler.jpg'>
@ -442,6 +468,7 @@
hx-target='main'
hx-push-url='/series/on-stage'
hx-swap='innerHTML show:top'
data-filter='on stage'
title='On Stage'>
<img alt='cover image' title='On Stage'
src='/cover/sm/on-stage.jpg'>
@ -461,6 +488,7 @@
hx-target='main'
hx-push-url='/series/ports-of-call'
hx-swap='innerHTML show:top'
data-filter='ports of call'
title='Ports of Call'>
<img alt='cover image' title='Ports of Call'
src='/cover/sm/ports-of-call.jpg'>
@ -480,6 +508,7 @@
hx-target='main'
hx-push-url='/series/proudly-we-hail'
hx-swap='innerHTML show:top'
data-filter='proudly we hail'
title='Proudly We Hail'>
<img alt='cover image' title='Proudly We Hail'
src='/cover/sm/proudly-we-hail.jpg'>
@ -499,6 +528,7 @@
hx-target='main'
hx-push-url='/series/redbook-dramas'
hx-swap='innerHTML show:top'
data-filter='redbook dramas'
title='Redbook Dramas'>
<img alt='cover image' title='Redbook Dramas'
src='/cover/sm/redbook-dramas.jpg'>
@ -518,6 +548,7 @@
hx-target='main'
hx-push-url='/series/romance'
hx-swap='innerHTML show:top'
data-filter='romance'
title='Romance'>
<img alt='cover image' title='Romance'
src='/cover/sm/romance.jpg'>
@ -537,6 +568,7 @@
hx-target='main'
hx-push-url='/series/rotary-golden-theater'
hx-swap='innerHTML show:top'
data-filter='rotary golden theater'
title='Rotary Golden Theater'>
<img alt='cover image' title='Rotary Golden Theater'
src='/cover/sm/rotary-golden-theater.jpg'>
@ -556,6 +588,7 @@
hx-target='main'
hx-push-url='/series/screen-directors-playhouse'
hx-swap='innerHTML show:top'
data-filter='screen directors' playhouse'
title='Screen Directors&#39; Playhouse'>
<img alt='cover image' title='Screen Directors&#39; Playhouse'
src='/cover/sm/screen-directors-playhouse.jpg'>
@ -575,6 +608,7 @@
hx-target='main'
hx-push-url='/series/sears-radio-theater'
hx-swap='innerHTML show:top'
data-filter='sears radio theater'
title='Sears Radio Theater'>
<img alt='cover image' title='Sears Radio Theater'
src='/cover/sm/sears-radio-theater.jpg'>
@ -594,6 +628,7 @@
hx-target='main'
hx-push-url='/series/the-shadow'
hx-swap='innerHTML show:top'
data-filter='the shadow'
title='The Shadow'>
<img alt='cover image' title='The Shadow'
src='/cover/sm/the-shadow.jpg'>
@ -613,6 +648,7 @@
hx-target='main'
hx-push-url='/series/soldiers-of-the-press'
hx-swap='innerHTML show:top'
data-filter='soldiers of the press'
title='Soldiers of the Press'>
<img alt='cover image' title='Soldiers of the Press'
src='/cover/sm/soldiers-of-the-press.jpg'>
@ -632,6 +668,7 @@
hx-target='main'
hx-push-url='/series/stand-by-for-crime'
hx-swap='innerHTML show:top'
data-filter='stand by for crime'
title='Stand By for Crime'>
<img alt='cover image' title='Stand By for Crime'
src='/cover/sm/stand-by-for-crime.jpg'>
@ -651,6 +688,7 @@
hx-target='main'
hx-push-url='/series/strange-as-it-seems'
hx-swap='innerHTML show:top'
data-filter='strange as it seems'
title='Strange as it Seems'>
<img alt='cover image' title='Strange as it Seems'
src='/cover/sm/strange-as-it-seems.jpg'>
@ -670,6 +708,7 @@
hx-target='main'
hx-push-url='/series/the-strange-dr-weird'
hx-swap='innerHTML show:top'
data-filter='the strange dr. weird'
title='The Strange Dr. Weird'>
<img alt='cover image' title='The Strange Dr. Weird'
src='/cover/sm/the-strange-dr-weird.jpg'>
@ -689,6 +728,7 @@
hx-target='main'
hx-push-url='/series/strange-wills'
hx-swap='innerHTML show:top'
data-filter='strange wills'
title='Strange Wills'>
<img alt='cover image' title='Strange Wills'
src='/cover/sm/strange-wills.jpg'>
@ -708,6 +748,7 @@
hx-target='main'
hx-push-url='/series/suspense'
hx-swap='innerHTML show:top'
data-filter='suspense'
title='Suspense'>
<img alt='cover image' title='Suspense'
src='/cover/sm/suspense.jpg'>
@ -727,6 +768,7 @@
hx-target='main'
hx-push-url='/series/the-tenth-man'
hx-swap='innerHTML show:top'
data-filter='the tenth man'
title='The Tenth Man'>
<img alt='cover image' title='The Tenth Man'
src='/cover/sm/the-tenth-man.jpg'>
@ -746,6 +788,7 @@
hx-target='main'
hx-push-url='/series/theater-five'
hx-swap='innerHTML show:top'
data-filter='theater five'
title='Theater Five'>
<img alt='cover image' title='Theater Five'
src='/cover/sm/theater-five.jpg'>
@ -765,6 +808,7 @@
hx-target='main'
hx-push-url='/series/theatre-royal'
hx-swap='innerHTML show:top'
data-filter='theatre royal'
title='Theatre Royal'>
<img alt='cover image' title='Theatre Royal'
src='/cover/sm/theatre-royal.jpg'>
@ -784,6 +828,7 @@
hx-target='main'
hx-push-url='/series/we-came-this-way'
hx-swap='innerHTML show:top'
data-filter='we came this way'
title='We Came This Way'>
<img alt='cover image' title='We Came This Way'
src='/cover/sm/we-came-this-way.jpg'>
@ -803,6 +848,7 @@
hx-target='main'
hx-push-url='/series/the-whistler'
hx-swap='innerHTML show:top'
data-filter='the whistler'
title='The Whistler'>
<img alt='cover image' title='The Whistler'
src='/cover/sm/the-whistler.jpg'>
@ -822,6 +868,7 @@
hx-target='main'
hx-push-url='/series/words-at-war'
hx-swap='innerHTML show:top'
data-filter='words at war'
title='Words at War'>
<img alt='cover image' title='Words at War'
src='/cover/sm/words-at-war.jpg'>
@ -841,6 +888,7 @@
hx-target='main'
hx-push-url='/series/you-are-there'
hx-swap='innerHTML show:top'
data-filter='you are there'
title='You Are There'>
<img alt='cover image' title='You Are There'
src='/cover/sm/you-are-there.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Game-Show Series</h2>
<header>
<h2>Game-Show Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/dr-iq.html'
hx-target='main'
hx-push-url='/series/dr-iq'
hx-swap='innerHTML show:top'
data-filter='dr. iq'
title='Dr. IQ'>
<img alt='cover image' title='Dr. IQ'
src='/cover/sm/dr-iq.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/mind-your-manners'
hx-swap='innerHTML show:top'
data-filter='mind your manners'
title='Mind Your Manners'>
<img alt='cover image' title='Mind Your Manners'
src='/cover/sm/mind-your-manners.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/people-are-funny'
hx-swap='innerHTML show:top'
data-filter='people are funny'
title='People are Funny'>
<img alt='cover image' title='People are Funny'
src='/cover/sm/people-are-funny.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/quiz-kids'
hx-swap='innerHTML show:top'
data-filter='quiz kids'
title='Quiz Kids'>
<img alt='cover image' title='Quiz Kids'
src='/cover/sm/quiz-kids.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/truth-or-consequences'
hx-swap='innerHTML show:top'
data-filter='truth or consequences'
title='Truth or Consequences'>
<img alt='cover image' title='Truth or Consequences'
src='/cover/sm/truth-or-consequences.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/vox-pop'
hx-swap='innerHTML show:top'
data-filter='vox pop'
title='Vox Pop'>
<img alt='cover image' title='Vox Pop'
src='/cover/sm/vox-pop.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/you-bet-your-life'
hx-swap='innerHTML show:top'
data-filter='you bet your life'
title='You Bet Your Life'>
<img alt='cover image' title='You Bet Your Life'
src='/cover/sm/you-bet-your-life.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Horror Series</h2>
<header>
<h2>Horror Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/arch-obolers-plays.html'
hx-target='main'
hx-push-url='/series/arch-obolers-plays'
hx-swap='innerHTML show:top'
data-filter='arch oboler's plays'
title='Arch Oboler&#39;s Plays'>
<img alt='cover image' title='Arch Oboler&#39;s Plays'
src='/cover/sm/arch-obolers-plays.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/dark-fantasy'
hx-swap='innerHTML show:top'
data-filter='dark fantasy'
title='Dark Fantasy'>
<img alt='cover image' title='Dark Fantasy'
src='/cover/sm/dark-fantasy.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/the-devil-and-mr-o'
hx-swap='innerHTML show:top'
data-filter='the devil and mr. o'
title='The Devil and Mr. O'>
<img alt='cover image' title='The Devil and Mr. O'
src='/cover/sm/the-devil-and-mr-o.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/frankenstein'
hx-swap='innerHTML show:top'
data-filter='frankenstein'
title='Frankenstein'>
<img alt='cover image' title='Frankenstein'
src='/cover/sm/frankenstein.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/the-haunting-hour'
hx-swap='innerHTML show:top'
data-filter='the haunting hour'
title='The Haunting Hour'>
<img alt='cover image' title='The Haunting Hour'
src='/cover/sm/the-haunting-hour.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/the-hermits-cave'
hx-swap='innerHTML show:top'
data-filter='the hermit's cave'
title='The Hermit&#39;s Cave'>
<img alt='cover image' title='The Hermit&#39;s Cave'
src='/cover/sm/the-hermits-cave.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/i-love-a-mystery'
hx-swap='innerHTML show:top'
data-filter='i love a mystery'
title='I Love a Mystery'>
<img alt='cover image' title='I Love a Mystery'
src='/cover/sm/i-love-a-mystery.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/inner-sanctum-mysteries'
hx-swap='innerHTML show:top'
data-filter='inner sanctum mysteries'
title='Inner Sanctum Mysteries'>
<img alt='cover image' title='Inner Sanctum Mysteries'
src='/cover/sm/inner-sanctum-mysteries.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/lights-out'
hx-swap='innerHTML show:top'
data-filter='lights out'
title='Lights Out'>
<img alt='cover image' title='Lights Out'
src='/cover/sm/lights-out.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/murder-at-midnight'
hx-swap='innerHTML show:top'
data-filter='murder at midnight'
title='Murder at Midnight'>
<img alt='cover image' title='Murder at Midnight'
src='/cover/sm/murder-at-midnight.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/the-mysterious-traveler'
hx-swap='innerHTML show:top'
data-filter='the mysterious traveler'
title='The Mysterious Traveler'>
<img alt='cover image' title='The Mysterious Traveler'
src='/cover/sm/the-mysterious-traveler.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/mystery-in-the-air'
hx-swap='innerHTML show:top'
data-filter='mystery in the air'
title='Mystery in the Air'>
<img alt='cover image' title='Mystery in the Air'
src='/cover/sm/mystery-in-the-air.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/obsession'
hx-swap='innerHTML show:top'
data-filter='obsession'
title='Obsession'>
<img alt='cover image' title='Obsession'
src='/cover/sm/obsession.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/quiet-please'
hx-swap='innerHTML show:top'
data-filter='quiet, please'
title='Quiet, Please'>
<img alt='cover image' title='Quiet, Please'
src='/cover/sm/quiet-please.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/the-sealed-book'
hx-swap='innerHTML show:top'
data-filter='the sealed book'
title='The Sealed Book'>
<img alt='cover image' title='The Sealed Book'
src='/cover/sm/the-sealed-book.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/the-strange-dr-weird'
hx-swap='innerHTML show:top'
data-filter='the strange dr. weird'
title='The Strange Dr. Weird'>
<img alt='cover image' title='The Strange Dr. Weird'
src='/cover/sm/the-strange-dr-weird.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/suspense'
hx-swap='innerHTML show:top'
data-filter='suspense'
title='Suspense'>
<img alt='cover image' title='Suspense'
src='/cover/sm/suspense.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/the-unexpected'
hx-swap='innerHTML show:top'
data-filter='the unexpected'
title='The Unexpected'>
<img alt='cover image' title='The Unexpected'
src='/cover/sm/the-unexpected.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/the-weird-circle'
hx-swap='innerHTML show:top'
data-filter='the weird circle'
title='The Weird Circle'>
<img alt='cover image' title='The Weird Circle'
src='/cover/sm/the-weird-circle.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/the-whistler'
hx-swap='innerHTML show:top'
data-filter='the whistler'
title='The Whistler'>
<img alt='cover image' title='The Whistler'
src='/cover/sm/the-whistler.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Music Series</h2>
<header>
<h2>Music Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/aladdin-lamp.html'
hx-target='main'
hx-push-url='/series/aladdin-lamp'
hx-swap='innerHTML show:top'
data-filter='aladdin lamp'
title='Aladdin Lamp'>
<img alt='cover image' title='Aladdin Lamp'
src='/cover/sm/aladdin-lamp.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/alka-seltzer-time'
hx-swap='innerHTML show:top'
data-filter='alka seltzer time'
title='Alka Seltzer Time'>
<img alt='cover image' title='Alka Seltzer Time'
src='/cover/sm/alka-seltzer-time.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/all-star-western-theatre'
hx-swap='innerHTML show:top'
data-filter='all star western theatre'
title='All Star Western Theatre'>
<img alt='cover image' title='All Star Western Theatre'
src='/cover/sm/all-star-western-theatre.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/the-bing-crosby-rosemary-clooney-show'
hx-swap='innerHTML show:top'
data-filter='the bing crosby - rosemary clooney show'
title='The Bing Crosby - Rosemary Clooney Show'>
<img alt='cover image' title='The Bing Crosby - Rosemary Clooney Show'
src='/cover/sm/the-bing-crosby-rosemary-clooney-show.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/command-performance'
hx-swap='innerHTML show:top'
data-filter='command performance'
title='Command Performance'>
<img alt='cover image' title='Command Performance'
src='/cover/sm/command-performance.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/crazy-hillbillies'
hx-swap='innerHTML show:top'
data-filter='crazy hillbillies'
title='Crazy Hillbillies'>
<img alt='cover image' title='Crazy Hillbillies'
src='/cover/sm/crazy-hillbillies.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/crazy-water-crystal-program'
hx-swap='innerHTML show:top'
data-filter='crazy water crystal program'
title='Crazy Water Crystal Program'>
<img alt='cover image' title='Crazy Water Crystal Program'
src='/cover/sm/crazy-water-crystal-program.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/delmore-brothers'
hx-swap='innerHTML show:top'
data-filter='delmore brothers'
title='Delmore Brothers'>
<img alt='cover image' title='Delmore Brothers'
src='/cover/sm/delmore-brothers.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/grand-ole-opry'
hx-swap='innerHTML show:top'
data-filter='grand ole opry'
title='Grand Ole Opry'>
<img alt='cover image' title='Grand Ole Opry'
src='/cover/sm/grand-ole-opry.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/the-health-and-happiness-show'
hx-swap='innerHTML show:top'
data-filter='the health and happiness show'
title='The Health and Happiness Show'>
<img alt='cover image' title='The Health and Happiness Show'
src='/cover/sm/the-health-and-happiness-show.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/the-hillbilly-boys'
hx-swap='innerHTML show:top'
data-filter='the hillbilly boys'
title='The Hillbilly Boys'>
<img alt='cover image' title='The Hillbilly Boys'
src='/cover/sm/the-hillbilly-boys.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/light-crust-doughboys'
hx-swap='innerHTML show:top'
data-filter='light crust doughboys'
title='Light Crust Doughboys'>
<img alt='cover image' title='Light Crust Doughboys'
src='/cover/sm/light-crust-doughboys.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/melody-ranch'
hx-swap='innerHTML show:top'
data-filter='melody ranch'
title='Melody Ranch'>
<img alt='cover image' title='Melody Ranch'
src='/cover/sm/melody-ranch.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/mothers-best-flour'
hx-swap='innerHTML show:top'
data-filter='mother's best flour'
title='Mother&#39;s Best Flour'>
<img alt='cover image' title='Mother&#39;s Best Flour'
src='/cover/sm/mothers-best-flour.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/old-fashioned-revival-hour'
hx-swap='innerHTML show:top'
data-filter='old fashioned revival hour'
title='Old Fashioned Revival Hour'>
<img alt='cover image' title='Old Fashioned Revival Hour'
src='/cover/sm/old-fashioned-revival-hour.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/pinto-pete-and-his-ranch-boys'
hx-swap='innerHTML show:top'
data-filter='pinto pete and his ranch boys'
title='Pinto Pete and his Ranch Boys'>
<img alt='cover image' title='Pinto Pete and his Ranch Boys'
src='/cover/sm/pinto-pete-and-his-ranch-boys.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/pinto-pete-in-arizona'
hx-swap='innerHTML show:top'
data-filter='pinto pete in arizona'
title='Pinto Pete in Arizona'>
<img alt='cover image' title='Pinto Pete in Arizona'
src='/cover/sm/pinto-pete-in-arizona.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/red-horse-ranch'
hx-swap='innerHTML show:top'
data-filter='red horse ranch'
title='Red Horse Ranch'>
<img alt='cover image' title='Red Horse Ranch'
src='/cover/sm/red-horse-ranch.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/the-roy-rogers-show'
hx-swap='innerHTML show:top'
data-filter='the roy rogers show'
title='The Roy Rogers Show'>
<img alt='cover image' title='The Roy Rogers Show'
src='/cover/sm/the-roy-rogers-show.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/shell-chateau'
hx-swap='innerHTML show:top'
data-filter='shell chateau'
title='Shell Chateau'>
<img alt='cover image' title='Shell Chateau'
src='/cover/sm/shell-chateau.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Mystery Series</h2>
<header>
<h2>Mystery Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/adventures-by-morse.html'
hx-target='main'
hx-push-url='/series/adventures-by-morse'
hx-swap='innerHTML show:top'
data-filter='adventures by morse'
title='Adventures by Morse'>
<img alt='cover image' title='Adventures by Morse'
src='/cover/sm/adventures-by-morse.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/the-adventures-of-ellery-queen'
hx-swap='innerHTML show:top'
data-filter='the adventures of ellery queen'
title='The Adventures of Ellery Queen'>
<img alt='cover image' title='The Adventures of Ellery Queen'
src='/cover/sm/the-adventures-of-ellery-queen.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/air-mail-mystery'
hx-swap='innerHTML show:top'
data-filter='air mail mystery'
title='Air Mail Mystery'>
<img alt='cover image' title='Air Mail Mystery'
src='/cover/sm/air-mail-mystery.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/arch-obolers-plays'
hx-swap='innerHTML show:top'
data-filter='arch oboler's plays'
title='Arch Oboler&#39;s Plays'>
<img alt='cover image' title='Arch Oboler&#39;s Plays'
src='/cover/sm/arch-obolers-plays.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/black-museum'
hx-swap='innerHTML show:top'
data-filter='the black museum'
title='The Black Museum'>
<img alt='cover image' title='The Black Museum'
src='/cover/sm/black-museum.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/cbs-radio-mystery-theater'
hx-swap='innerHTML show:top'
data-filter='cbs radio mystery theater'
title='CBS Radio Mystery Theater'>
<img alt='cover image' title='CBS Radio Mystery Theater'
src='/cover/sm/cbs-radio-mystery-theater.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/the-chase'
hx-swap='innerHTML show:top'
data-filter='the chase'
title='The Chase'>
<img alt='cover image' title='The Chase'
src='/cover/sm/the-chase.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/the-clock'
hx-swap='innerHTML show:top'
data-filter='the clock'
title='The Clock'>
<img alt='cover image' title='The Clock'
src='/cover/sm/the-clock.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/the-crime-club'
hx-swap='innerHTML show:top'
data-filter='the crime club'
title='The Crime Club'>
<img alt='cover image' title='The Crime Club'
src='/cover/sm/the-crime-club.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/ellery-queens-minute-mysteries'
hx-swap='innerHTML show:top'
data-filter='ellery queen's minute mysteries'
title='Ellery Queen&#39;s Minute Mysteries'>
<img alt='cover image' title='Ellery Queen&#39;s Minute Mysteries'
src='/cover/sm/ellery-queens-minute-mysteries.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/five-minute-mysteries'
hx-swap='innerHTML show:top'
data-filter='five minute mysteries'
title='Five Minute Mysteries'>
<img alt='cover image' title='Five Minute Mysteries'
src='/cover/sm/five-minute-mysteries.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/the-haunting-hour'
hx-swap='innerHTML show:top'
data-filter='the haunting hour'
title='The Haunting Hour'>
<img alt='cover image' title='The Haunting Hour'
src='/cover/sm/the-haunting-hour.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/i-love-a-mystery'
hx-swap='innerHTML show:top'
data-filter='i love a mystery'
title='I Love a Mystery'>
<img alt='cover image' title='I Love a Mystery'
src='/cover/sm/i-love-a-mystery.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/inner-sanctum-mysteries'
hx-swap='innerHTML show:top'
data-filter='inner sanctum mysteries'
title='Inner Sanctum Mysteries'>
<img alt='cover image' title='Inner Sanctum Mysteries'
src='/cover/sm/inner-sanctum-mysteries.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/the-key'
hx-swap='innerHTML show:top'
data-filter='the key'
title='The Key'>
<img alt='cover image' title='The Key'
src='/cover/sm/the-key.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/the-man-called-x'
hx-swap='innerHTML show:top'
data-filter='the man called x'
title='The Man Called X'>
<img alt='cover image' title='The Man Called X'
src='/cover/sm/the-man-called-x.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/molle-mystery-theatre'
hx-swap='innerHTML show:top'
data-filter='molle mystery theatre'
title='Molle Mystery Theatre'>
<img alt='cover image' title='Molle Mystery Theatre'
src='/cover/sm/molle-mystery-theatre.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/murder-at-midnight'
hx-swap='innerHTML show:top'
data-filter='murder at midnight'
title='Murder at Midnight'>
<img alt='cover image' title='Murder at Midnight'
src='/cover/sm/murder-at-midnight.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/murder-by-experts'
hx-swap='innerHTML show:top'
data-filter='murder by experts'
title='Murder by Experts'>
<img alt='cover image' title='Murder by Experts'
src='/cover/sm/murder-by-experts.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/the-mysterious-traveler'
hx-swap='innerHTML show:top'
data-filter='the mysterious traveler'
title='The Mysterious Traveler'>
<img alt='cover image' title='The Mysterious Traveler'
src='/cover/sm/the-mysterious-traveler.jpg'>
@ -385,6 +408,7 @@
hx-target='main'
hx-push-url='/series/mystery-house'
hx-swap='innerHTML show:top'
data-filter='mystery house'
title='Mystery House'>
<img alt='cover image' title='Mystery House'
src='/cover/sm/mystery-house.jpg'>
@ -404,6 +428,7 @@
hx-target='main'
hx-push-url='/series/mystery-in-the-air'
hx-swap='innerHTML show:top'
data-filter='mystery in the air'
title='Mystery in the Air'>
<img alt='cover image' title='Mystery in the Air'
src='/cover/sm/mystery-in-the-air.jpg'>
@ -423,6 +448,7 @@
hx-target='main'
hx-push-url='/series/secret-agent-k-7-returns'
hx-swap='innerHTML show:top'
data-filter='secret agent k-7 returns'
title='Secret Agent K-7 Returns'>
<img alt='cover image' title='Secret Agent K-7 Returns'
src='/cover/sm/secret-agent-k-7-returns.jpg'>
@ -442,6 +468,7 @@
hx-target='main'
hx-push-url='/series/the-shadow'
hx-swap='innerHTML show:top'
data-filter='the shadow'
title='The Shadow'>
<img alt='cover image' title='The Shadow'
src='/cover/sm/the-shadow.jpg'>
@ -461,6 +488,7 @@
hx-target='main'
hx-push-url='/series/the-strange-dr-weird'
hx-swap='innerHTML show:top'
data-filter='the strange dr. weird'
title='The Strange Dr. Weird'>
<img alt='cover image' title='The Strange Dr. Weird'
src='/cover/sm/the-strange-dr-weird.jpg'>
@ -480,6 +508,7 @@
hx-target='main'
hx-push-url='/series/suspense'
hx-swap='innerHTML show:top'
data-filter='suspense'
title='Suspense'>
<img alt='cover image' title='Suspense'
src='/cover/sm/suspense.jpg'>
@ -499,6 +528,7 @@
hx-target='main'
hx-push-url='/series/the-whistler'
hx-swap='innerHTML show:top'
data-filter='the whistler'
title='The Whistler'>
<img alt='cover image' title='The Whistler'
src='/cover/sm/the-whistler.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Sci-Fi Series</h2>
<header>
<h2>Sci-Fi Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/2000-plus.html'
hx-target='main'
hx-push-url='/series/2000-plus'
hx-swap='innerHTML show:top'
data-filter='2000 plus'
title='2000 Plus'>
<img alt='cover image' title='2000 Plus'
src='/cover/sm/2000-plus.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/alien-worlds'
hx-swap='innerHTML show:top'
data-filter='alien worlds'
title='Alien Worlds'>
<img alt='cover image' title='Alien Worlds'
src='/cover/sm/alien-worlds.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/buck-rogers'
hx-swap='innerHTML show:top'
data-filter='buck rogers'
title='Buck Rogers'>
<img alt='cover image' title='Buck Rogers'
src='/cover/sm/buck-rogers.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/dimension-x'
hx-swap='innerHTML show:top'
data-filter='dimension x'
title='Dimension X'>
<img alt='cover image' title='Dimension X'
src='/cover/sm/dimension-x.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/exploring-tomorrow'
hx-swap='innerHTML show:top'
data-filter='exploring tomorrow'
title='Exploring Tomorrow'>
<img alt='cover image' title='Exploring Tomorrow'
src='/cover/sm/exploring-tomorrow.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/flash-gordon'
hx-swap='innerHTML show:top'
data-filter='flash gordon'
title='Flash Gordon'>
<img alt='cover image' title='Flash Gordon'
src='/cover/sm/flash-gordon.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/journey-into-space'
hx-swap='innerHTML show:top'
data-filter='journey into space'
title='Journey Into Space'>
<img alt='cover image' title='Journey Into Space'
src='/cover/sm/journey-into-space.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/magic-island'
hx-swap='innerHTML show:top'
data-filter='magic island'
title='Magic Island'>
<img alt='cover image' title='Magic Island'
src='/cover/sm/magic-island.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/planet-man'
hx-swap='innerHTML show:top'
data-filter='planet man'
title='Planet Man'>
<img alt='cover image' title='Planet Man'
src='/cover/sm/planet-man.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/sf-68'
hx-swap='innerHTML show:top'
data-filter='sf-68'
title='SF-68'>
<img alt='cover image' title='SF-68'
src='/cover/sm/sf-68.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/space-patrol'
hx-swap='innerHTML show:top'
data-filter='space patrol'
title='Space Patrol'>
<img alt='cover image' title='Space Patrol'
src='/cover/sm/space-patrol.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/superman'
hx-swap='innerHTML show:top'
data-filter='superman'
title='Superman'>
<img alt='cover image' title='Superman'
src='/cover/sm/superman.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/x-minus-one'
hx-swap='innerHTML show:top'
data-filter='x minus one'
title='X Minus One'>
<img alt='cover image' title='X Minus One'
src='/cover/sm/x-minus-one.jpg'>

View File

@ -1,10 +1,14 @@
<h2>Western Series</h2>
<header>
<h2>Western Series</h2>
<input class='filter' type='search' placeholder='Filter'>
</header>
<div class='seriesList'>
<section
hx-get='/partial/series/adventures-of-champion.html'
hx-target='main'
hx-push-url='/series/adventures-of-champion'
hx-swap='innerHTML show:top'
data-filter='adventures of champion'
title='Adventures of Champion'>
<img alt='cover image' title='Adventures of Champion'
src='/cover/sm/adventures-of-champion.jpg'>
@ -24,6 +28,7 @@
hx-target='main'
hx-push-url='/series/all-star-western-theatre'
hx-swap='innerHTML show:top'
data-filter='all star western theatre'
title='All Star Western Theatre'>
<img alt='cover image' title='All Star Western Theatre'
src='/cover/sm/all-star-western-theatre.jpg'>
@ -43,6 +48,7 @@
hx-target='main'
hx-push-url='/series/fort-laramie'
hx-swap='innerHTML show:top'
data-filter='fort laramie'
title='Fort Laramie'>
<img alt='cover image' title='Fort Laramie'
src='/cover/sm/fort-laramie.jpg'>
@ -62,6 +68,7 @@
hx-target='main'
hx-push-url='/series/frontier-fighters'
hx-swap='innerHTML show:top'
data-filter='frontier fighters'
title='Frontier Fighters'>
<img alt='cover image' title='Frontier Fighters'
src='/cover/sm/frontier-fighters.jpg'>
@ -81,6 +88,7 @@
hx-target='main'
hx-push-url='/series/frontier-town'
hx-swap='innerHTML show:top'
data-filter='frontier town'
title='Frontier Town'>
<img alt='cover image' title='Frontier Town'
src='/cover/sm/frontier-town.jpg'>
@ -100,6 +108,7 @@
hx-target='main'
hx-push-url='/series/gunsmoke'
hx-swap='innerHTML show:top'
data-filter='gunsmoke'
title='Gunsmoke'>
<img alt='cover image' title='Gunsmoke'
src='/cover/sm/gunsmoke.jpg'>
@ -119,6 +128,7 @@
hx-target='main'
hx-push-url='/series/have-gun-will-travel'
hx-swap='innerHTML show:top'
data-filter='have gun - will travel'
title='Have Gun - Will Travel'>
<img alt='cover image' title='Have Gun - Will Travel'
src='/cover/sm/have-gun-will-travel.jpg'>
@ -138,6 +148,7 @@
hx-target='main'
hx-push-url='/series/hopalong-cassidy'
hx-swap='innerHTML show:top'
data-filter='hopalong cassidy'
title='Hopalong Cassidy'>
<img alt='cover image' title='Hopalong Cassidy'
src='/cover/sm/hopalong-cassidy.jpg'>
@ -157,6 +168,7 @@
hx-target='main'
hx-push-url='/series/lightning-jim'
hx-swap='innerHTML show:top'
data-filter='lightning jim'
title='Lightning Jim'>
<img alt='cover image' title='Lightning Jim'
src='/cover/sm/lightning-jim.jpg'>
@ -176,6 +188,7 @@
hx-target='main'
hx-push-url='/series/the-lone-ranger'
hx-swap='innerHTML show:top'
data-filter='the lone ranger'
title='The Lone Ranger'>
<img alt='cover image' title='The Lone Ranger'
src='/cover/sm/the-lone-ranger.jpg'>
@ -195,6 +208,7 @@
hx-target='main'
hx-push-url='/series/luke-slaughter-of-tombstone'
hx-swap='innerHTML show:top'
data-filter='luke slaughter of tombstone'
title='Luke Slaughter of Tombstone'>
<img alt='cover image' title='Luke Slaughter of Tombstone'
src='/cover/sm/luke-slaughter-of-tombstone.jpg'>
@ -214,6 +228,7 @@
hx-target='main'
hx-push-url='/series/melody-ranch'
hx-swap='innerHTML show:top'
data-filter='melody ranch'
title='Melody Ranch'>
<img alt='cover image' title='Melody Ranch'
src='/cover/sm/melody-ranch.jpg'>
@ -233,6 +248,7 @@
hx-target='main'
hx-push-url='/series/pinto-pete-and-his-ranch-boys'
hx-swap='innerHTML show:top'
data-filter='pinto pete and his ranch boys'
title='Pinto Pete and his Ranch Boys'>
<img alt='cover image' title='Pinto Pete and his Ranch Boys'
src='/cover/sm/pinto-pete-and-his-ranch-boys.jpg'>
@ -252,6 +268,7 @@
hx-target='main'
hx-push-url='/series/pinto-pete-in-arizona'
hx-swap='innerHTML show:top'
data-filter='pinto pete in arizona'
title='Pinto Pete in Arizona'>
<img alt='cover image' title='Pinto Pete in Arizona'
src='/cover/sm/pinto-pete-in-arizona.jpg'>
@ -271,6 +288,7 @@
hx-target='main'
hx-push-url='/series/red-horse-ranch'
hx-swap='innerHTML show:top'
data-filter='red horse ranch'
title='Red Horse Ranch'>
<img alt='cover image' title='Red Horse Ranch'
src='/cover/sm/red-horse-ranch.jpg'>
@ -290,6 +308,7 @@
hx-target='main'
hx-push-url='/series/romance-of-the-ranchos'
hx-swap='innerHTML show:top'
data-filter='romance of the ranchos'
title='Romance of the Ranchos'>
<img alt='cover image' title='Romance of the Ranchos'
src='/cover/sm/romance-of-the-ranchos.jpg'>
@ -309,6 +328,7 @@
hx-target='main'
hx-push-url='/series/the-roy-rogers-show'
hx-swap='innerHTML show:top'
data-filter='the roy rogers show'
title='The Roy Rogers Show'>
<img alt='cover image' title='The Roy Rogers Show'
src='/cover/sm/the-roy-rogers-show.jpg'>
@ -328,6 +348,7 @@
hx-target='main'
hx-push-url='/series/the-six-shooter'
hx-swap='innerHTML show:top'
data-filter='the six shooter'
title='The Six Shooter'>
<img alt='cover image' title='The Six Shooter'
src='/cover/sm/the-six-shooter.jpg'>
@ -347,6 +368,7 @@
hx-target='main'
hx-push-url='/series/tales-of-the-diamond-k'
hx-swap='innerHTML show:top'
data-filter='tales of the diamond k'
title='Tales of the Diamond K'>
<img alt='cover image' title='Tales of the Diamond K'
src='/cover/sm/tales-of-the-diamond-k.jpg'>
@ -366,6 +388,7 @@
hx-target='main'
hx-push-url='/series/tales-of-the-texas-rangers'
hx-swap='innerHTML show:top'
data-filter='tales of the texas rangers'
title='Tales of the Texas Rangers'>
<img alt='cover image' title='Tales of the Texas Rangers'
src='/cover/sm/tales-of-the-texas-rangers.jpg'>
@ -385,6 +408,7 @@
hx-target='main'
hx-push-url='/series/wild-bill-hickok'
hx-swap='innerHTML show:top'
data-filter='wild bill hickok'
title='Wild Bill Hickok'>
<img alt='cover image' title='Wild Bill Hickok'
src='/cover/sm/wild-bill-hickok.jpg'>

View File

@ -89,6 +89,7 @@
<h3>Change Log</h3>
<h4>2023-04-05</h4>
<p>Added series descriptions to the details pages. Descriptions were generated by ChatGPT as summaries of available information on Wikipedia, <a href='https://otrr.org' target='_blank'>OTRR</a> write ups on <a href='https://archive.org/details/OTRR_Home_Page' target='_blank'>archive.org</a>, the <a href='https://otrcat.com' target='_blank'>Old Time Radio Catalog</a>, and other websites.</p>
<p>Also added a search field to series list pages, and fixed some bugs that would happen when you use your browser's forward and back buttons to navigate.</p>
<h4>2023-03-26</h4>
<p>Initial release with bare-bones series and episodes lists, plus the ability to stream individual episodes.</p>
</div>

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,11 @@ document.addEventListener('DOMContentLoaded', () => {
// initialize audio player
var player = new Player();
player.initialize();
let lastSearch;
// set up episode links on content swap
document.getElementsByTagName('main').item(0)
.addEventListener('htmx:afterSwap', (e) => {
// function that gets run on content load
var wirePage = (e) => {
// wire up episode items to play
const episodes = e.detail.elt.getElementsByClassName('episode');
for (var episode of episodes) {
const title = episode.getAttribute('title');
@ -16,8 +17,52 @@ document.addEventListener('DOMContentLoaded', () => {
player.playEpisode(cover, series, title, file);
});
}
// wire up series filter inputs
var filter = e.detail.elt.getElementsByClassName('filter').item(0);
let debouncer;
if (filter) {
var allSeries = e.detail.elt.getElementsByTagName('section');
// show all series by default when the page loads
filter.addEventListener('input', ev => {
clearTimeout(debouncer);
debouncer = setTimeout(() => {
lastSearch = ev.target.value.toLowerCase()
var terms = lastSearch.split(' ');
for (var series of allSeries) {
var match = true;
for (var term of terms) {
if (term.length > 0 && series.dataset.filter.indexOf(term) < 0) {
match = false;
break;
}
}
if (match) {
series.classList.remove('no-match');
} else {
series.classList.add('no-match');
}
}
}, 499);
});
}
};
var main = document.getElementsByTagName('main').item(0);
document.addEventListener('htmx:historyRestore', (e) => {
// repopulate filter on history restore
var filter = e.detail.elt.getElementsByClassName('filter').item(0);
if (lastSearch && filter) {
filter.value = lastSearch;
lastSearch = null;
}
// then wire up the page
wirePage(e);
});
// set up episode links on content swap
main.addEventListener('htmx:afterSwap', wirePage);
// load page
const pname = location.pathname == '/'
? '/home.html'

View File

@ -143,6 +143,28 @@ section {
box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
}
header {
display: flex;
flex-wrap: wrap;
gap: 0 1rem;
margin-bottom: 1rem;
}
header input.filter {
height: 2rem;
flex-grow: 1;
max-width: 25rem;
box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
}
section.no-match {
display: none;
}
.seriesList section {
font-size: 1.25em;
}
.seriesList section {
cursor: pointer;
}
@ -161,10 +183,6 @@ section img {
width: 16ex;
}
.seriesDetails section {
font-size: 1.25em;
}
.detail {
display: flex;
flex-wrap: wrap-reverse;