added playlist dialog, next button, progress bar

This commit is contained in:
Rudis Muiznieks 2023-04-07 23:46:30 -05:00
parent 9dc142688c
commit 793bf10c9b
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
19 changed files with 1412 additions and 648 deletions

View File

@ -262,7 +262,8 @@ private void GenerateSeriesListFragment(
data-filter='{series.FilterText}'
title='{series.TitleEncoded}'>
<img alt='cover image' title='{series.TitleEncoded}'
src='/cover/sm/{series.SlugEncoded}.jpg'>
src='/cover/sm/{series.SlugEncoded}.jpg'
loading='lazy'>
<div>
<ul>
{string.Join(string.Empty, series.Tags.Select(t =>

View File

@ -3,7 +3,7 @@
<head>
<title>Radiostasis</title>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet' href='/style.css'>
<link rel='icon' type='image/png' sizes='32x32' href='/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='16x16' href='/favicon-16x16.png'>
@ -91,42 +91,62 @@
</nav>
<main hx-history-elt></main>
</div>
<div id='overlay'></div>
<div id='queue-container'>
<h2>Playlist</h2>
<ul>
</ul>
</div>
<footer>
<div id='nowPlaying'>
<img alt='cover image' title='No media playing'
src='/transparent.png'>
<div>
<span title='No episode playing'>No episode playing</span>
<span title=''></span>
<div>
<div id='progress'></div>
</div>
<div>
<div id='nowPlaying'>
<img alt='cover image' title='No media playing'
src='/transparent.png'>
<div>
<span title='No episode playing'>No episode playing</span>
<span title=''></span>
</div>
</div>
<div id='controls'>
<button class='seek' title='Rewind 10 seconds'>
<svg viewBox='0 0 16 16' fill='currentColor'>
<path fill-rule='evenodd' d='M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z'/>
<path d='M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z'/>
<text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='0.3rem'>10</text>
</svg>
</button>
<button class='play' title='Play/Pause'>
<svg viewBox='0 0 16 16' fill='currentColor'>
<path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z'/>
</svg>
</button>
<button class='seek' title='Fast forward 30 seconds'>
<svg viewBox='0 0 16 16' fill='currentColor'>
<path fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z'/>
<path d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z'/>
<text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='0.3rem'>30</text>
</svg>
</button>
<button class='seek' title='Next track'>
<svg viewBox='0 0 16 16' fill='currentColor'>
<path d='M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.693 3.3 4 3.678 4 4.308v7.384c0 .63.692 1.01 1.233.697L11.5 8.753V12a.5.5 0 0 0 1 0V4z'/>
</svg>
</button>
</div>
<div id='timeVolume'>
<span>--:-- / --:--</span>
<span>
<svg viewBox='0 0 16 16' fill='currentColor'>
<path d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z"/>
<path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z"/>
<path d="M8.707 11.182A4.486 4.486 0 0 0 10.025 8a4.486 4.486 0 0 0-1.318-3.182L8 5.525A3.489 3.489 0 0 1 9.025 8 3.49 3.49 0 0 1 8 10.475l.707.707zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z"/>
</svg>
<input title='Volume' type='range' max='100' min='0' value='100'>
</span>
</div>
</div>
<div id='controls'>
<button class='seek' title='Rewind 10 seconds'>
<svg viewBox='0 0 16 16' fill='currentColor'>
<path d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16ZM7.729 5.055A.5.5 0 0 1 8 5.5v1.886l3.21-2.293A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8 8.614V10.5a.5.5 0 0 1-.79.407l-3.5-2.5a.5.5 0 0 1 0-.814l3.5-2.5a.5.5 0 0 1 .519-.038Z'/>
</svg>
</button>
<button class='play' title='Play/Pause'>
<svg title='Play/Pause' class='play' viewBox='0 0 16 16' fill='currentColor'>
<path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z'/>
</svg>
</button>
<button class='seek' title='Fast forward 30 seconds'>
<svg title='Fast forward 30 seconds' class='seek' viewBox='0 0 16 16' fill='currentColor'>
<path d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16ZM4.79 5.093 8 7.386V5.5a.5.5 0 0 1 .79-.407l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 8 10.5V8.614l-3.21 2.293A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .79-.407Z'/>
</svg>
</button>
</div>
<div id='timeVolume'>
<span>--:-- / --:--</span>
<span>
<svg viewBox='0 0 16 16' fill='currentColor'>
<path d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z"/>
<path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z"/>
<path d="M8.707 11.182A4.486 4.486 0 0 0 10.025 8a4.486 4.486 0 0 0-1.318-3.182L8 5.525A3.489 3.489 0 0 1 9.025 8 3.49 3.49 0 0 1 8 10.475l.707.707zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z"/>
</svg>
<input title='Volume' type='range' max='100' min='0' value='100'>
</span>
</div>
</footer>
<script src='/htmx.min.js'></script>

View File

@ -11,7 +11,8 @@
data-filter='adventure ahead 1940s'
title='Adventure Ahead'>
<img alt='cover image' title='Adventure Ahead'
src='/cover/sm/adventure-ahead.jpg'>
src='/cover/sm/adventure-ahead.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -31,7 +32,8 @@
data-filter='adventures by morse elliott lewis david ellis russell thorson barton yarborough jack edwards tony randall 1940s'
title='Adventures by Morse'>
<img alt='cover image' title='Adventures by Morse'
src='/cover/sm/adventures-by-morse.jpg'>
src='/cover/sm/adventures-by-morse.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -51,7 +53,8 @@
data-filter='the adventures of ellery queen hugh marlowe carleton young sydney smith lawrence dobkin howard culver ken roberts bert parks ernest chappell don hancock paul masterson 1930s 1940s'
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'>
src='/cover/sm/the-adventures-of-ellery-queen.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -71,7 +74,8 @@
data-filter='the adventures of marco polo gary cooper sigrid gurie basil rathbone ernest truex binnie barnes alan hale hb warner robert greig ferdinand gottschalk henry kolker lotus liu stanley fields harold huber lana turner harry cording jason robards sr charles stevens 1930s'
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'>
src='/cover/sm/the-adventures-of-marco-polo.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -91,7 +95,8 @@
data-filter='afloat with henry morgan george edwards maurice francis nell sterling 1930s'
title='Afloat with Henry Morgan'>
<img alt='cover image' title='Afloat with Henry Morgan'
src='/cover/sm/afloat-with-henry-morgan.jpg'>
src='/cover/sm/afloat-with-henry-morgan.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -111,7 +116,8 @@
data-filter='the blue beetle frank lovejoy 1940s'
title='The Blue Beetle'>
<img alt='cover image' title='The Blue Beetle'
src='/cover/sm/the-blue-beetle.jpg'>
src='/cover/sm/the-blue-beetle.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -131,7 +137,8 @@
data-filter='bold venture humphrey bogart lauren bacall jester hairston 1950s'
title='Bold Venture'>
<img alt='cover image' title='Bold Venture'
src='/cover/sm/bold-venture.jpg'>
src='/cover/sm/bold-venture.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -151,7 +158,8 @@
data-filter='challenge of the yukon richard simmons brace beemer paul sutton 1930s 1940s 1950s'
title='Challenge of the Yukon'>
<img alt='cover image' title='Challenge of the Yukon'
src='/cover/sm/challenge-of-the-yukon.jpg'>
src='/cover/sm/challenge-of-the-yukon.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Crime</li>
@ -171,7 +179,8 @@
data-filter='the chase unknown 1950s'
title='The Chase'>
<img alt='cover image' title='The Chase'
src='/cover/sm/the-chase.jpg'>
src='/cover/sm/the-chase.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -191,7 +200,8 @@
data-filter='cloak and dagger raymond edward johnson everett sloane jackson beck virginia payne joseph julian jan miner les tremayne maurice tarplin boris aplon martin balsam 1950s'
title='Cloak and Dagger'>
<img alt='cover image' title='Cloak and Dagger'
src='/cover/sm/cloak-and-dagger.jpg'>
src='/cover/sm/cloak-and-dagger.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -211,7 +221,8 @@
data-filter='the clyde beatty show clyde beatty vic perrin 1950s'
title='The Clyde Beatty Show'>
<img alt='cover image' title='The Clyde Beatty Show'
src='/cover/sm/the-clyde-beatty-show.jpg'>
src='/cover/sm/the-clyde-beatty-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -231,7 +242,8 @@
data-filter='cruise of the poll parrot marvin miller 1930s'
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'>
src='/cover/sm/cruise-of-the-poll-parrot.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -251,7 +263,8 @@
data-filter='dangerous assignment brian donlevy herb butterfield betty moran 1940s 1950s'
title='Dangerous Assignment'>
<img alt='cover image' title='Dangerous Assignment'
src='/cover/sm/dangerous-assignment.jpg'>
src='/cover/sm/dangerous-assignment.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -271,7 +284,8 @@
data-filter='dangerously yours victor jory 1940s'
title='Dangerously Yours'>
<img alt='cover image' title='Dangerously Yours'
src='/cover/sm/dangerously-yours.jpg'>
src='/cover/sm/dangerously-yours.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -291,7 +305,8 @@
data-filter='ellery queen&#39;s minute mysteries 1930s 1940s'
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'>
src='/cover/sm/ellery-queens-minute-mysteries.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -311,7 +326,8 @@
data-filter='escape elvia allman eleanor audley parley baer michael ann barrett tony barrett harry bartell ted bliss lillian buyeff ken christy william conrad ted de corsia john dehner don diamond paul dubov sam edwards virginia gregg lou merrill howard mcnear jess kirkpatrick dee j thompson shep menken frank gerstle george neise jeanette nolan dan oherlihy barney phillips forrest lewis robert griffin alan reed bill johnstone sandra gould junius matthews carleton g young marvin miller frank lovejoy berry kroeger vic perrin elliott lewis eleanore tanin herb vigran jack webb peggy webber will wright peter leeds hans conreid jennette nolan jay novello jack edwards joan banks 1940s 1950s'
title='Escape'>
<img alt='cover image' title='Escape'
src='/cover/sm/escape.jpg'>
src='/cover/sm/escape.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -331,7 +347,8 @@
data-filter='flash gordon gale gordon 1930s'
title='Flash Gordon'>
<img alt='cover image' title='Flash Gordon'
src='/cover/sm/flash-gordon.jpg'>
src='/cover/sm/flash-gordon.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Sci-Fi</li>
@ -351,7 +368,8 @@
data-filter='the green hornet 1930s 1940s 1950s'
title='The Green Hornet'>
<img alt='cover image' title='The Green Hornet'
src='/cover/sm/the-green-hornet.jpg'>
src='/cover/sm/the-green-hornet.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -371,7 +389,8 @@
data-filter='gunsmoke william conrad parley baer howard mcnear georgia ellis 1950s 1960s'
title='Gunsmoke'>
<img alt='cover image' title='Gunsmoke'
src='/cover/sm/gunsmoke.jpg'>
src='/cover/sm/gunsmoke.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Western</li>
@ -391,7 +410,8 @@
data-filter='high adventure 1940s 1950s'
title='High Adventure'>
<img alt='cover image' title='High Adventure'
src='/cover/sm/high-adventure.jpg'>
src='/cover/sm/high-adventure.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -411,7 +431,8 @@
data-filter='horatio hornblower michael redgrave 1950s'
title='Horatio Hornblower'>
<img alt='cover image' title='Horatio Hornblower'
src='/cover/sm/horatio-hornblower.jpg'>
src='/cover/sm/horatio-hornblower.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -431,7 +452,8 @@
data-filter='i love a mystery michael raffetto russell thorson jay novello jim bannon john mcintire barton yarborough jim boles walter paterson tony randall gloria blondell 1930s 1940s 1950s'
title='I Love a Mystery'>
<img alt='cover image' title='I Love a Mystery'
src='/cover/sm/i-love-a-mystery.jpg'>
src='/cover/sm/i-love-a-mystery.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Horror</li><li>Mystery</li>
@ -451,7 +473,8 @@
data-filter='john steele, adventurer don douglas john larkin bryna raeburn jack edwards 1940s 1950s'
title='John Steele, Adventurer'>
<img alt='cover image' title='John Steele, Adventurer'
src='/cover/sm/john-steele-adventurer.jpg'>
src='/cover/sm/john-steele-adventurer.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -471,7 +494,8 @@
data-filter='the lives of harry lime orson welles 1950s'
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'>
src='/cover/sm/the-lives-of-harry-lime.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Crime</li>
@ -491,7 +515,8 @@
data-filter='the lone ranger george seaton earle graser brace beemer james jewell fred foy john todd roland parker jay michael bill saunders paul hughes jane fae rube and liz weiss john hodiak bob martin james lipton dick beals 1930s 1940s 1950s'
title='The Lone Ranger'>
<img alt='cover image' title='The Lone Ranger'
src='/cover/sm/the-lone-ranger.jpg'>
src='/cover/sm/the-lone-ranger.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Western</li>
@ -511,7 +536,8 @@
data-filter='magic island sally creighton rosa barcelo tommy carr will h reynolds 1930s 1940s'
title='Magic Island'>
<img alt='cover image' title='Magic Island'
src='/cover/sm/magic-island.jpg'>
src='/cover/sm/magic-island.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li><li>Sci-Fi</li>
@ -531,7 +557,8 @@
data-filter='the man called x herbert marshall leon belasco 1940s 1950s'
title='The Man Called X'>
<img alt='cover image' title='The Man Called X'
src='/cover/sm/the-man-called-x.jpg'>
src='/cover/sm/the-man-called-x.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -551,7 +578,8 @@
data-filter='mark trail matt crowley john larkin staats cotsworth jackson beck 1950s'
title='Mark Trail'>
<img alt='cover image' title='Mark Trail'
src='/cover/sm/mark-trail.jpg'>
src='/cover/sm/mark-trail.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -571,7 +599,8 @@
data-filter='moon over africa 1930s'
title='Moon Over Africa'>
<img alt='cover image' title='Moon Over Africa'
src='/cover/sm/moon-over-africa.jpg'>
src='/cover/sm/moon-over-africa.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -591,7 +620,8 @@
data-filter='ranger bill miron canaday ed ronne sr 1950s 1960s'
title='Ranger Bill'>
<img alt='cover image' title='Ranger Bill'
src='/cover/sm/ranger-bill.jpg'>
src='/cover/sm/ranger-bill.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -611,7 +641,8 @@
data-filter='the scarlet pimpernel marius goring 1950s'
title='The Scarlet Pimpernel'>
<img alt='cover image' title='The Scarlet Pimpernel'
src='/cover/sm/the-scarlet-pimpernel.jpg'>
src='/cover/sm/the-scarlet-pimpernel.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -631,7 +662,8 @@
data-filter='secret agent k-7 returns unknown 1930s'
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'>
src='/cover/sm/secret-agent-k-7-returns.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -651,7 +683,8 @@
data-filter='speed gibson of the international secret police howard mcnear john gibson gale gordon hanley stafford jack mathers victor rodman sam edwards 1930s 1940s'
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'>
src='/cover/sm/speed-gibson-of-the-international-secret-police.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -671,7 +704,8 @@
data-filter='superman bud collyer joan alexander julian noa jackie kelk 1940s 1950s'
title='Superman'>
<img alt='cover image' title='Superman'
src='/cover/sm/superman.jpg'>
src='/cover/sm/superman.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Sci-Fi</li>
@ -691,7 +725,8 @@
data-filter='tarzan and the diamond of asher 1930s'
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'>
src='/cover/sm/tarzan-and-the-diamond-of-asher.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -711,7 +746,8 @@
data-filter='tarzan and the fires of tohr 1930s'
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'>
src='/cover/sm/tarzan-and-the-fires-of-tohr.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -731,7 +767,8 @@
data-filter='tarzan of the apes joan burroughs jim pierce 1930s'
title='Tarzan of the Apes'>
<img alt='cover image' title='Tarzan of the Apes'
src='/cover/sm/tarzan-of-the-apes.jpg'>
src='/cover/sm/tarzan-of-the-apes.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -751,7 +788,8 @@
data-filter='tarzan: lord of the jungle 1950s'
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'>
src='/cover/sm/tarzan-lord-of-the-jungle.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>
@ -771,7 +809,8 @@
data-filter='world adventurer&#39;s club hanley stafford 1930s'
title='World Adventurer&#39;s Club'>
<img alt='cover image' title='World Adventurer&#39;s Club'
src='/cover/sm/world-adventurers-club.jpg'>
src='/cover/sm/world-adventurers-club.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li>

View File

@ -11,7 +11,8 @@
data-filter='adventure ahead 1940s'
title='Adventure Ahead'>
<img alt='cover image' title='Adventure Ahead'
src='/cover/sm/adventure-ahead.jpg'>
src='/cover/sm/adventure-ahead.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -31,7 +32,8 @@
data-filter='adventures of champion 1940s 1950s'
title='Adventures of Champion'>
<img alt='cover image' title='Adventures of Champion'
src='/cover/sm/adventures-of-champion.jpg'>
src='/cover/sm/adventures-of-champion.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Western</li>
@ -51,7 +53,8 @@
data-filter='buck rogers matt crowley curtis arnall carl frank john larkin adele ronson edgar stehli jack roseleigh joe granby ronald liss elaine melchior william bill shelley dan ocko arthur vinton 1930s 1940s'
title='Buck Rogers'>
<img alt='cover image' title='Buck Rogers'
src='/cover/sm/buck-rogers.jpg'>
src='/cover/sm/buck-rogers.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Sci-Fi</li>
@ -71,7 +74,8 @@
data-filter='chick carter, boy detective bill lipton leon janney jean mccoy joanne mccoy gilbert mack bill griffis stefan schnabel ken powell 1940s'
title='Chick Carter, Boy Detective'>
<img alt='cover image' title='Chick Carter, Boy Detective'
src='/cover/sm/chick-carter-boy-detective.jpg'>
src='/cover/sm/chick-carter-boy-detective.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Detective</li>
@ -91,7 +95,8 @@
data-filter='cruise of the poll parrot marvin miller 1930s'
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'>
src='/cover/sm/cruise-of-the-poll-parrot.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -111,7 +116,8 @@
data-filter='fire fighters cameron prudhomme lyle sudrow 1940s 1950s'
title='Fire Fighters'>
<img alt='cover image' title='Fire Fighters'
src='/cover/sm/fire-fighters.jpg'>
src='/cover/sm/fire-fighters.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li>
@ -131,7 +137,8 @@
data-filter='jerry at fair oaks 1930s'
title='Jerry at Fair Oaks'>
<img alt='cover image' title='Jerry at Fair Oaks'
src='/cover/sm/jerry-at-fair-oaks.jpg'>
src='/cover/sm/jerry-at-fair-oaks.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li>
@ -151,7 +158,8 @@
data-filter='jerry of the circus lindsay mcharrie howard mcnear elvia allman buddy duncan 1930s'
title='Jerry of the Circus'>
<img alt='cover image' title='Jerry of the Circus'
src='/cover/sm/jerry-of-the-circus.jpg'>
src='/cover/sm/jerry-of-the-circus.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li>
@ -171,7 +179,8 @@
data-filter='jonathan thomas and his christmas on the moon 1930s'
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'>
src='/cover/sm/jonathan-thomas-and-his-christmas-on-the-moon.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li>
@ -191,7 +200,8 @@
data-filter='jump jump and the ice queen mary mcconnell harry hickox johnny mcgovern bob mitchell 1940s'
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'>
src='/cover/sm/jump-jump-and-the-ice-queen.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li>
@ -211,7 +221,8 @@
data-filter='magic island sally creighton rosa barcelo tommy carr will h reynolds 1930s 1940s'
title='Magic Island'>
<img alt='cover image' title='Magic Island'
src='/cover/sm/magic-island.jpg'>
src='/cover/sm/magic-island.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li><li>Sci-Fi</li>
@ -231,7 +242,8 @@
data-filter='mark trail matt crowley john larkin staats cotsworth jackson beck 1950s'
title='Mark Trail'>
<img alt='cover image' title='Mark Trail'
src='/cover/sm/mark-trail.jpg'>
src='/cover/sm/mark-trail.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -251,7 +263,8 @@
data-filter='planet man 1950s'
title='Planet Man'>
<img alt='cover image' title='Planet Man'
src='/cover/sm/planet-man.jpg'>
src='/cover/sm/planet-man.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Sci-Fi</li>
@ -271,7 +284,8 @@
data-filter='ranger bill miron canaday ed ronne sr 1950s 1960s'
title='Ranger Bill'>
<img alt='cover image' title='Ranger Bill'
src='/cover/sm/ranger-bill.jpg'>
src='/cover/sm/ranger-bill.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li>
@ -291,7 +305,8 @@
data-filter='tales of the diamond k ken maynard 1950s'
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'>
src='/cover/sm/tales-of-the-diamond-k.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Western</li>

View File

@ -11,7 +11,8 @@
data-filter='abbott and costello bud abbott lou costello 1940s'
title='Abbott and Costello'>
<img alt='cover image' title='Abbott and Costello'
src='/cover/sm/abbott-and-costello.jpg'>
src='/cover/sm/abbott-and-costello.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -31,7 +32,8 @@
data-filter='the adventures of ozzie and harriet ozzie nelson harriet nelson david nelson ricky nelson don defore parley baer lyle talbot mary jane croft connie harper skip young gordon jones frank cady elroy williams lloyd corrigan joseph kearns james stacy jack wagner joe flynn kent mccord jimmy hawkins 1940s 1950s'
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'>
src='/cover/sm/the-adventures-of-ozzie-and-harriet.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -51,7 +53,8 @@
data-filter='the aldrich family eddie bracken betty field butterfly mcqueen ezra stone jackie kelk dickie jones raymond ives bobby ellis agnes moorehead 1930s 1940s 1950s'
title='The Aldrich Family'>
<img alt='cover image' title='The Aldrich Family'
src='/cover/sm/the-aldrich-family.jpg'>
src='/cover/sm/the-aldrich-family.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -71,7 +74,8 @@
data-filter='all star western theatre foy willing kenny driver al sloey johnny paul johnny mack brown 1940s'
title='All Star Western Theatre'>
<img alt='cover image' title='All Star Western Theatre'
src='/cover/sm/all-star-western-theatre.jpg'>
src='/cover/sm/all-star-western-theatre.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Music</li><li>Western</li>
@ -91,7 +95,8 @@
data-filter='amos &#39;n&#39; andy freeman gosden charles correll 1920s 1930s 1940s 1950s 1960s'
title='Amos &#39;n&#39; Andy'>
<img alt='cover image' title='Amos &#39;n&#39; Andy'
src='/cover/sm/amos-n-andy.jpg'>
src='/cover/sm/amos-n-andy.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -111,7 +116,8 @@
data-filter='archie andrews 1940s 1950s'
title='Archie Andrews'>
<img alt='cover image' title='Archie Andrews'
src='/cover/sm/archie-andrews.jpg'>
src='/cover/sm/archie-andrews.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -131,7 +137,8 @@
data-filter='the baby snooks show fanny brice hanley stafford lalive brownell leone ledoux danny thomas ben alexander elvia allman sara berner charlie cantor ken christy earl lee frank nelson lillian randolph alan reed irene tedrow lois corbet arlene harris 1940s 1950s'
title='The Baby Snooks Show'>
<img alt='cover image' title='The Baby Snooks Show'
src='/cover/sm/the-baby-snooks-show.jpg'>
src='/cover/sm/the-baby-snooks-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -151,7 +158,8 @@
data-filter='beulah marlin hurt hattie mcdaniel lillian randolph amanda randolph bob corley ethel waters louise beavers 1940s 1950s'
title='Beulah'>
<img alt='cover image' title='Beulah'
src='/cover/sm/beulah.jpg'>
src='/cover/sm/beulah.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -171,7 +179,8 @@
data-filter='the bickersons don ameche frances langford lew parker 1940s 1950s'
title='The Bickersons'>
<img alt='cover image' title='The Bickersons'
src='/cover/sm/the-bickersons.jpg'>
src='/cover/sm/the-bickersons.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -191,7 +200,8 @@
data-filter='the big show tallulah bankhead ethel merman danny thomas fanny brice phil silvers bob hope clifton webb gloria swanson marlene dietrich judy holliday ethel barrymore jimmy durante milton berle josephine baker laurence olivier vivien leigh george sanders yul brynner shirley booth peggy lee rosalind russell merv griffin 1950s'
title='The Big Show'>
<img alt='cover image' title='The Big Show'
src='/cover/sm/the-big-show.jpg'>
src='/cover/sm/the-big-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -211,7 +221,8 @@
data-filter='blondie arthur lake penny singleton ann rutherford alice white patricia van cleve leone ledoux 1930s 1940s 1950s'
title='Blondie'>
<img alt='cover image' title='Blondie'
src='/cover/sm/blondie.jpg'>
src='/cover/sm/blondie.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -231,7 +242,8 @@
data-filter='bob and ray bob elliott ray goulding 1940s 1950s 1960s 1970s 1980s'
title='Bob and Ray'>
<img alt='cover image' title='Bob and Ray'
src='/cover/sm/bob-and-ray.jpg'>
src='/cover/sm/bob-and-ray.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -251,7 +263,8 @@
data-filter='the burns and allen show george burns gracie allen 1930s 1940s 1950s'
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'>
src='/cover/sm/the-burns-and-allen-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -271,7 +284,8 @@
data-filter='club car special 1930s'
title='Club Car Special'>
<img alt='cover image' title='Club Car Special'
src='/cover/sm/club-car-special.jpg'>
src='/cover/sm/club-car-special.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -291,7 +305,8 @@
data-filter='comic weekly man lon clark 1940s 1950s'
title='Comic Weekly Man'>
<img alt='cover image' title='Comic Weekly Man'
src='/cover/sm/comic-weekly-man.jpg'>
src='/cover/sm/comic-weekly-man.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -311,7 +326,8 @@
data-filter='command performance jane russell bob hope major meredith willson bing crosby jack benny frank sinatra fred allen ginger rogers judy garland lena horne the andrews sisters orson welles ann miller carole landis lucille ball errol flynn 1940s'
title='Command Performance'>
<img alt='cover image' title='Command Performance'
src='/cover/sm/command-performance.jpg'>
src='/cover/sm/command-performance.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Music</li>
@ -331,7 +347,8 @@
data-filter='the danny kaye show danny kaye eve arden frank nelson lionel stander kenny delmar everett sloane joan edwards butterfly mcqueen 1940s'
title='The Danny Kaye Show'>
<img alt='cover image' title='The Danny Kaye Show'
src='/cover/sm/the-danny-kaye-show.jpg'>
src='/cover/sm/the-danny-kaye-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -351,7 +368,8 @@
data-filter='a date with judy ann gillis mercedes mccambridge dellie ellis louise erickson paul mcgrath margaret brayton stanley farrar joseph kearns john brown bea benaderet georgia backus lois corbet myra marsh richard crenna jane powell wallace beery elizabeth taylor robert stack carmen miranda pat crowley mary linn beller john gibson flora campbell peter avramo jimmy sommer 1940s 1950s'
title='A Date with Judy'>
<img alt='cover image' title='A Date with Judy'
src='/cover/sm/a-date-with-judy.jpg'>
src='/cover/sm/a-date-with-judy.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -371,7 +389,8 @@
data-filter='duffy&#39;s tavern ed gardner shirley booth florence halop hazel shermet charlie cantor eddie green fats pichon alan reed 1940s 1950s'
title='Duffy&#39;s Tavern'>
<img alt='cover image' title='Duffy&#39;s Tavern'
src='/cover/sm/duffys-tavern.jpg'>
src='/cover/sm/duffys-tavern.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -391,7 +410,8 @@
data-filter='edgar bergen &amp; charlie mccarthy edgar bergen judy canova don ameche dorothy lamour wc fields mae west ray noble miriam hopkins fred allen lucille ball frank sinatra liberace tallullah gary cooper fats waller gordon macrae betty hutton carole lombard linda darnell rita hayworth judy garland lena horne marilyn monroe rosemary clooney susan hayward anita louise hildegarde loretta sell johh garfield betty grable gene tierney lana turner veronica lake sydney greenstreet greer garson basil rathbone orson welles 1930s 1940s 1950s'
title='Edgar Bergen &amp; Charlie McCarthy'>
<img alt='cover image' title='Edgar Bergen &amp; Charlie McCarthy'
src='/cover/sm/edgar-bergen--charlie-mccarthy.jpg'>
src='/cover/sm/edgar-bergen--charlie-mccarthy.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -411,7 +431,8 @@
data-filter='an evening with groucho groucho marx george fenneman 1970s'
title='An Evening With Groucho'>
<img alt='cover image' title='An Evening With Groucho'
src='/cover/sm/an-evening-with-groucho.jpg'>
src='/cover/sm/an-evening-with-groucho.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -431,7 +452,8 @@
data-filter='father knows best robert young june whitley jean vander pyl rhoda williams ted donaldson norma jean nilsson 1940s 1950s'
title='Father Knows Best'>
<img alt='cover image' title='Father Knows Best'
src='/cover/sm/father-knows-best.jpg'>
src='/cover/sm/father-knows-best.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -451,7 +473,8 @@
data-filter='fibber mcgee and molly jim jordan marian jordan 1930s 1940s 1950s'
title='Fibber McGee and Molly'>
<img alt='cover image' title='Fibber McGee and Molly'
src='/cover/sm/fibber-mcgee-and-molly.jpg'>
src='/cover/sm/fibber-mcgee-and-molly.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -471,7 +494,8 @@
data-filter='first nighter charles p hughes june meredith macdonald carey bret morrison marvin miller don briggs rye billsbury don ameche betty lou gerson les tremayne barbara luddy olan soule 1930s 1940s 1950s'
title='First Nighter'>
<img alt='cover image' title='First Nighter'
src='/cover/sm/first-nighter.jpg'>
src='/cover/sm/first-nighter.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Drama</li>
@ -491,7 +515,8 @@
data-filter='the fred allen show fred allen portland hoffa minerva pious parker fennelly jack smart alan reed john brown charlie cantor ken roberts edmund ruffner harry von zell arthur godfrey jimmy wallington kenny delmar 1930s 1940s'
title='The Fred Allen Show'>
<img alt='cover image' title='The Fred Allen Show'
src='/cover/sm/the-fred-allen-show.jpg'>
src='/cover/sm/the-fred-allen-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -511,7 +536,8 @@
data-filter='grand ole opry 1930s 1940s 1950s 1960s 1970s 1980s 1990s 2000s 2010s 2020s'
title='Grand Ole Opry'>
<img alt='cover image' title='Grand Ole Opry'
src='/cover/sm/grand-ole-opry.jpg'>
src='/cover/sm/grand-ole-opry.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Music</li>
@ -531,7 +557,8 @@
data-filter='the great gildersleeve harold peary willard waterman walter tetley lurene tuttle louise erickson mary lee robb lillian randolph richard crenna barbara whiting earle ross richard legrand arthur q bryan shirley mitchell bea benaderet una merkel martha scott cathy lewis gale gordon mel blanc conrad binyon mary costa 1940s 1950s'
title='The Great Gildersleeve'>
<img alt='cover image' title='The Great Gildersleeve'
src='/cover/sm/the-great-gildersleeve.jpg'>
src='/cover/sm/the-great-gildersleeve.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -551,7 +578,8 @@
data-filter='halls of ivy ronald colman benita hume herbert butterfield willard waterman elizabeth patterson gloria gordon alan reed virginia gregg lee patrick jean vander pyl rolfe sedan sidney miller william tracy sam edwards arthur q bryan barton yarborough james gleason jerry hausner 1950s'
title='Halls of Ivy'>
<img alt='cover image' title='Halls of Ivy'
src='/cover/sm/halls-of-ivy.jpg'>
src='/cover/sm/halls-of-ivy.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -571,7 +599,8 @@
data-filter='the harold peary show harold peary gloria holiday joseph kearns mary jane croft parley baer 1950s'
title='The Harold Peary Show'>
<img alt='cover image' title='The Harold Peary Show'
src='/cover/sm/the-harold-peary-show.jpg'>
src='/cover/sm/the-harold-peary-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -591,7 +620,8 @@
data-filter='the jack benny program jack benny sadye marks ethel shutta george olsen don wilson james melton frank parker michael bartlett kenny baker dennis day eddie anderson bob crosby 1930s 1940s 1950s'
title='The Jack Benny Program'>
<img alt='cover image' title='The Jack Benny Program'
src='/cover/sm/the-jack-benny-program.jpg'>
src='/cover/sm/the-jack-benny-program.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -611,7 +641,8 @@
data-filter='the life of riley william bendix john brown grace coppin paula winslowe peggy conklin sharon douglas barbara eiler shirley mitchell francis dink trout tommy cook bobby ellis scotty beckett hans conried alan reed mel blanc wesley morgan 1940s 1950s'
title='The Life of Riley'>
<img alt='cover image' title='The Life of Riley'
src='/cover/sm/the-life-of-riley.jpg'>
src='/cover/sm/the-life-of-riley.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -631,7 +662,8 @@
data-filter='life with luigi j carroll naish hans conried alan reed jody gilbert mary shipp gil stratton joe forte ken peters 1940s 1950s'
title='Life with Luigi'>
<img alt='cover image' title='Life with Luigi'
src='/cover/sm/life-with-luigi.jpg'>
src='/cover/sm/life-with-luigi.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -651,7 +683,8 @@
data-filter='lum and abner chester lauck norris goff 1930s 1940s 1950s'
title='Lum and Abner'>
<img alt='cover image' title='Lum and Abner'
src='/cover/sm/lum-and-abner.jpg'>
src='/cover/sm/lum-and-abner.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -671,7 +704,8 @@
data-filter='mama bloom&#39;s brood jake becky yetta sarah harold sidney 1930s'
title='Mama Bloom&#39;s Brood'>
<img alt='cover image' title='Mama Bloom&#39;s Brood'
src='/cover/sm/mama-blooms-brood.jpg'>
src='/cover/sm/mama-blooms-brood.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Drama</li>
@ -691,7 +725,8 @@
data-filter='the martin and lewis show dean martin jerry lewis 1940s 1950s'
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'>
src='/cover/sm/the-martin-and-lewis-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -711,7 +746,8 @@
data-filter='meet corliss archer priscilla lyon janet waldo lugene sanders bill christy sam edwards bob bailey fred shields frank martin irene tedrow monty margetts gloria holden bebe young barbara whiting tommy bernard kenny godkin delores crane ann baker mary brian robin morgan warren berlinger 1940s 1950s'
title='Meet Corliss Archer'>
<img alt='cover image' title='Meet Corliss Archer'
src='/cover/sm/meet-corliss-archer.jpg'>
src='/cover/sm/meet-corliss-archer.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -731,7 +767,8 @@
data-filter='the mel blanc show mel blanc mary jane croft joseph kearns hans conreid alan reed earle ross jim backus bea benaderet the sportsmen quartet 1940s'
title='The Mel Blanc Show'>
<img alt='cover image' title='The Mel Blanc Show'
src='/cover/sm/the-mel-blanc-show.jpg'>
src='/cover/sm/the-mel-blanc-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -751,7 +788,8 @@
data-filter='my favorite husband lucille ball richard denning hans conried joseph kearns gale gordon bea benaderet 1940s 1950s'
title='My Favorite Husband'>
<img alt='cover image' title='My Favorite Husband'
src='/cover/sm/my-favorite-husband.jpg'>
src='/cover/sm/my-favorite-husband.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -771,7 +809,8 @@
data-filter='my friend irma marie wilson cathy lewis john brown hans conreid lief erickson alan reed joan banks mary shipp kenny delmar bea benaderet 1940s 1950s'
title='My Friend Irma'>
<img alt='cover image' title='My Friend Irma'
src='/cover/sm/my-friend-irma.jpg'>
src='/cover/sm/my-friend-irma.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -791,7 +830,8 @@
data-filter='old gold comedy theater harold lloyd 1940s'
title='Old Gold Comedy Theater'>
<img alt='cover image' title='Old Gold Comedy Theater'
src='/cover/sm/old-gold-comedy-theater.jpg'>
src='/cover/sm/old-gold-comedy-theater.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -811,7 +851,8 @@
data-filter='our miss brooks eve arden gale gordon jeff chandler richard crenna jane morgan announcer bob lemond verne smith hy averback 1940s 1950s'
title='Our Miss Brooks'>
<img alt='cover image' title='Our Miss Brooks'
src='/cover/sm/our-miss-brooks.jpg'>
src='/cover/sm/our-miss-brooks.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -831,7 +872,8 @@
data-filter='people are funny art baker art linkletter flip wilson 1940s 1950s 1960s'
title='People are Funny'>
<img alt='cover image' title='People are Funny'
src='/cover/sm/people-are-funny.jpg'>
src='/cover/sm/people-are-funny.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Game-Show</li>
@ -851,7 +893,8 @@
data-filter='the phil harris-alice faye show phil harris alice faye elliott lewis jeanine roose anne whitfield walter tetley gale gordon robert north bill forman 1940s 1950s'
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'>
src='/cover/sm/the-phil-harris-alice-faye-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -871,7 +914,8 @@
data-filter='the red skelton show red skelton mickey rooney 1950s 1960s 1970s'
title='The Red Skelton Show'>
<img alt='cover image' title='The Red Skelton Show'
src='/cover/sm/the-red-skelton-show.jpg'>
src='/cover/sm/the-red-skelton-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -891,7 +935,8 @@
data-filter='vic and sade art van harvey bernardine flynn bill idelson clarence hartzell david whitehouse 1930s 1940s 1950s'
title='Vic and Sade'>
<img alt='cover image' title='Vic and Sade'
src='/cover/sm/vic-and-sade.jpg'>
src='/cover/sm/vic-and-sade.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li>
@ -911,7 +956,8 @@
data-filter='you bet your life groucho marx buddy hackett bill cosby jay leno 1940s 1950s 1960s'
title='You Bet Your Life'>
<img alt='cover image' title='You Bet Your Life'
src='/cover/sm/you-bet-your-life.jpg'>
src='/cover/sm/you-bet-your-life.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Game-Show</li>

View File

@ -11,7 +11,8 @@
data-filter='21st precinct everett sloane james gregory les damon ken lynch harold stone santos ortega jack orissa art hanna bob hill hugh holder 1950s'
title='21st Precinct'>
<img alt='cover image' title='21st Precinct'
src='/cover/sm/21st-precinct.jpg'>
src='/cover/sm/21st-precinct.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -31,7 +32,8 @@
data-filter='the big story 1940s 1950s'
title='The Big Story'>
<img alt='cover image' title='The Big Story'
src='/cover/sm/the-big-story.jpg'>
src='/cover/sm/the-big-story.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -51,7 +53,8 @@
data-filter='the black museum orson welles robert rietti keith pyott joe mccormick harp mcguire michael york 1950s'
title='The Black Museum'>
<img alt='cover image' title='The Black Museum'
src='/cover/sm/black-museum.jpg'>
src='/cover/sm/black-museum.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Mystery</li>
@ -71,7 +74,8 @@
data-filter='calling all cars 1930s'
title='Calling All Cars'>
<img alt='cover image' title='Calling All Cars'
src='/cover/sm/calling-all-cars.jpg'>
src='/cover/sm/calling-all-cars.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -91,7 +95,8 @@
data-filter='case dismissed unknown 1950s'
title='Case Dismissed'>
<img alt='cover image' title='Case Dismissed'
src='/cover/sm/case-dismissed.jpg'>
src='/cover/sm/case-dismissed.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -111,7 +116,8 @@
data-filter='challenge of the yukon richard simmons brace beemer paul sutton 1930s 1940s 1950s'
title='Challenge of the Yukon'>
<img alt='cover image' title='Challenge of the Yukon'
src='/cover/sm/challenge-of-the-yukon.jpg'>
src='/cover/sm/challenge-of-the-yukon.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Crime</li>
@ -131,7 +137,8 @@
data-filter='crime classics lou merrill 1950s'
title='Crime Classics'>
<img alt='cover image' title='Crime Classics'
src='/cover/sm/crime-classics.jpg'>
src='/cover/sm/crime-classics.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -151,7 +158,8 @@
data-filter='dragnet jack webb barton yarborough barney phillips harry bartell herb ellis vic perrin ben alexander charles mcgraw raymond burr harry morgan tol avery various 1940s 1950s'
title='Dragnet'>
<img alt='cover image' title='Dragnet'
src='/cover/sm/dragnet.jpg'>
src='/cover/sm/dragnet.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -171,7 +179,8 @@
data-filter='the fbi in peace and war martin blaine donald briggs andre baruch hugh holder dick noel len sterling warren sweeney lisa loughlin 1940s 1950s'
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'>
src='/cover/sm/the-fbi-in-peace-and-war.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -191,7 +200,8 @@
data-filter='gang busters 1930s 1940s 1950s'
title='Gang Busters'>
<img alt='cover image' title='Gang Busters'
src='/cover/sm/gangbusters.jpg'>
src='/cover/sm/gangbusters.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -211,7 +221,8 @@
data-filter='in the name of the law 1930s'
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'>
src='/cover/sm/in-the-name-of-the-law.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -231,7 +242,8 @@
data-filter='the line-up bill johnstone joseph kearns wally maher warner anderson 1950s 1960s'
title='The Line-Up'>
<img alt='cover image' title='The Line-Up'
src='/cover/sm/the-line-up.jpg'>
src='/cover/sm/the-line-up.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -251,7 +263,8 @@
data-filter='the lives of harry lime orson welles 1950s'
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'>
src='/cover/sm/the-lives-of-harry-lime.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Crime</li>
@ -271,7 +284,8 @@
data-filter='mr. district attorney dwight weist raymond edward johnson jay jostyn david brian maurice franklin vicki vola walter kinsella len doyle paul stewart frank lovejoy eleanor silver arlene francis 1930s 1940s 1950s'
title='Mr. District Attorney'>
<img alt='cover image' title='Mr. District Attorney'
src='/cover/sm/mr-district-attorney.jpg'>
src='/cover/sm/mr-district-attorney.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -291,7 +305,8 @@
data-filter='murder by experts lawson zerbe ann shepherd santos ortega ralph bell william zuckert 1940s 1950s'
title='Murder by Experts'>
<img alt='cover image' title='Murder by Experts'
src='/cover/sm/murder-by-experts.jpg'>
src='/cover/sm/murder-by-experts.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Mystery</li>
@ -311,7 +326,8 @@
data-filter='mystery is my hobby glen lagan 1940s'
title='Mystery is My Hobby'>
<img alt='cover image' title='Mystery is My Hobby'
src='/cover/sm/mystery-is-my-hobby.jpg'>
src='/cover/sm/mystery-is-my-hobby.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Detective</li>
@ -331,7 +347,8 @@
data-filter='perry mason bartlett robinson santos ortega donald briggs john larkin gertrude warner joan alexander matt crowley charles webster jan miner mandel kramer frank dane mercedes mccambridge 1940s 1950s'
title='Perry Mason'>
<img alt='cover image' title='Perry Mason'
src='/cover/sm/perry-mason.jpg'>
src='/cover/sm/perry-mason.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -351,7 +368,8 @@
data-filter='police headquarters 1930s'
title='Police Headquarters'>
<img alt='cover image' title='Police Headquarters'
src='/cover/sm/police-headquarters.jpg'>
src='/cover/sm/police-headquarters.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -371,7 +389,8 @@
data-filter='police reporter 1930s'
title='Police Reporter'>
<img alt='cover image' title='Police Reporter'
src='/cover/sm/police-reporter.jpg'>
src='/cover/sm/police-reporter.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -391,7 +410,8 @@
data-filter='secrets of scotland yard clive brook 1940s 1950s'
title='Secrets of Scotland Yard'>
<img alt='cover image' title='Secrets of Scotland Yard'
src='/cover/sm/secrets-of-scotland-yard.jpg'>
src='/cover/sm/secrets-of-scotland-yard.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -411,7 +431,8 @@
data-filter='the shadow orson welles frank readick 1930s 1940s'
title='The Shadow'>
<img alt='cover image' title='The Shadow'
src='/cover/sm/the-shadow.jpg'>
src='/cover/sm/the-shadow.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Drama</li><li>Mystery</li>
@ -431,7 +452,8 @@
data-filter='stand by for crime glen langen adele jurgens 1950s'
title='Stand By for Crime'>
<img alt='cover image' title='Stand By for Crime'
src='/cover/sm/stand-by-for-crime.jpg'>
src='/cover/sm/stand-by-for-crime.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Drama</li>
@ -451,7 +473,8 @@
data-filter='this is your fbi stacy harris william conrad bea benaderet jay c flippen betty white herb ellis michael ann barrett carleton young georgia ellis 1940s 1950s'
title='This is Your FBI'>
<img alt='cover image' title='This is Your FBI'
src='/cover/sm/this-is-your-fbi.jpg'>
src='/cover/sm/this-is-your-fbi.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>
@ -471,7 +494,8 @@
data-filter='whitehall 1212 londonbased actors 1950s'
title='Whitehall 1212'>
<img alt='cover image' title='Whitehall 1212'
src='/cover/sm/whitehall-1212.jpg'>
src='/cover/sm/whitehall-1212.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li>

View File

@ -11,7 +11,8 @@
data-filter='33 half moon street michael todd 1960s'
title='33 Half Moon Street'>
<img alt='cover image' title='33 Half Moon Street'
src='/cover/sm/33-half-moon-street.jpg'>
src='/cover/sm/33-half-moon-street.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -31,7 +32,8 @@
data-filter='the adventures of frank race tom collins paul dubov tony barrett jack kruschen wilms herbert lillian buyeff frank lovejoy harry lang 1940s 1950s'
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'>
src='/cover/sm/the-adventures-of-frank-race.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -51,7 +53,8 @@
data-filter='adventures of philip marlowe van heflin gerald mohr william conrad 1940s 1950s'
title='Adventures of Philip Marlowe'>
<img alt='cover image' title='Adventures of Philip Marlowe'
src='/cover/sm/adventures-of-philip-marlowe.jpg'>
src='/cover/sm/adventures-of-philip-marlowe.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -71,7 +74,8 @@
data-filter='the adventures of sam spade howard duff steve dunne lurene tuttle john mcintire william conrad 1940s 1950s'
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'>
src='/cover/sm/the-adventures-of-sam-spade.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -91,7 +95,8 @@
data-filter='barrie craig, confidential investigator william gargan ralph bell elspeth eric parker fennelly santos ortega arnold moss parley baer virginia gregg betty lou gerson 1950s'
title='Barrie Craig, Confidential Investigator'>
<img alt='cover image' title='Barrie Craig, Confidential Investigator'
src='/cover/sm/barrie-craig-confidential-investigator.jpg'>
src='/cover/sm/barrie-craig-confidential-investigator.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -111,7 +116,8 @@
data-filter='blair of the mounties colonel rhys davies jack abbott jack french 1930s 1940s 1950s'
title='Blair of the Mounties'>
<img alt='cover image' title='Blair of the Mounties'
src='/cover/sm/blair-of-the-mounties.jpg'>
src='/cover/sm/blair-of-the-mounties.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -131,7 +137,8 @@
data-filter='boston blackie chester morris richard kollmar lesley woods harlow wilcox maurice tarplin jan miner 1940s 1950s'
title='Boston Blackie'>
<img alt='cover image' title='Boston Blackie'
src='/cover/sm/boston-blackie.jpg'>
src='/cover/sm/boston-blackie.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -151,7 +158,8 @@
data-filter='box 13 alan ladd sylvia picker edmund macdonald betty lou gerson lurene tuttle alan reed luis van rooten john beal frank lovejoy 1940s'
title='Box 13'>
<img alt='cover image' title='Box 13'
src='/cover/sm/box-13.jpg'>
src='/cover/sm/box-13.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -171,7 +179,8 @@
data-filter='broadway is my beat anthony ross larry thor charles calvert jack kruschen irene tedrow barney phillips lamont johnson herb ellis hy averback edgar barrier betty lou gerson harry bartell sheldon leonard martha wentworth lawrence dobkin mary jane croft 1940s 1950s'
title='Broadway is My Beat'>
<img alt='cover image' title='Broadway is My Beat'
src='/cover/sm/broadway-is-my-beat.jpg'>
src='/cover/sm/broadway-is-my-beat.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -191,7 +200,8 @@
data-filter='bulldog drummond george coulouris santos ortega ned wever cedric hardwicke everett sloane luis van rooten rod hendrickson agnes moorehead paul stewart ray collins mercedes mccambridge ted brown henry morgan robert shepard 1940s 1950s'
title='Bulldog Drummond'>
<img alt='cover image' title='Bulldog Drummond'
src='/cover/sm/bulldog-drummond.jpg'>
src='/cover/sm/bulldog-drummond.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -211,7 +221,8 @@
data-filter='candy matson, yukon 2-8209 natalie parks henry leff jack thomas helen kleeb john grober mary milford hal burdick dudley manlove 1940s 1950s'
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'>
src='/cover/sm/candy-matson-yukon-2-8209.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -231,7 +242,8 @@
data-filter='a case for dr. morelle cecil parker sheila sim jane grahame 1950s'
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'>
src='/cover/sm/a-case-for-dr-morelle.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -251,7 +263,8 @@
data-filter='casey, crime photographer matt crowley jim backus staats cotsworth jan miner lesley woods john gibson tony marvin 1940s 1950s'
title='Casey, Crime Photographer'>
<img alt='cover image' title='Casey, Crime Photographer'
src='/cover/sm/casey-crime-photographer.jpg'>
src='/cover/sm/casey-crime-photographer.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -271,7 +284,8 @@
data-filter='charlie chan warner oland manuel arb sidney toler roland winters ross martin peter ustinov 1920s 1930s 1940s'
title='Charlie Chan'>
<img alt='cover image' title='Charlie Chan'
src='/cover/sm/charlie-chan.jpg'>
src='/cover/sm/charlie-chan.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -291,7 +305,8 @@
data-filter='chick carter, boy detective bill lipton leon janney jean mccoy joanne mccoy gilbert mack bill griffis stefan schnabel ken powell 1940s'
title='Chick Carter, Boy Detective'>
<img alt='cover image' title='Chick Carter, Boy Detective'
src='/cover/sm/chick-carter-boy-detective.jpg'>
src='/cover/sm/chick-carter-boy-detective.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Detective</li>
@ -311,7 +326,8 @@
data-filter='crime and peter chambers dane clark bill zuckert fran carlon roger dekoven william griffis leon janney bryna raeburn elaine rost everett sloane edgar stehli evelyn varden patricia wheel lesley woods lawson zerbe 1950s'
title='Crime and Peter Chambers'>
<img alt='cover image' title='Crime and Peter Chambers'
src='/cover/sm/crime-and-peter-chambers.jpg'>
src='/cover/sm/crime-and-peter-chambers.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -331,7 +347,8 @@
data-filter='danger, dr. danfield michael dunn joanne johnson 1940s'
title='Danger, Dr. Danfield'>
<img alt='cover image' title='Danger, Dr. Danfield'
src='/cover/sm/danger-dr-danfield.jpg'>
src='/cover/sm/danger-dr-danfield.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -351,7 +368,8 @@
data-filter='the falcon berry kroeger james meighan les tremayne george petrie les damon joan banks elspeth eric joan alexander mandel kramer ken lynch 1940s 1950s'
title='The Falcon'>
<img alt='cover image' title='The Falcon'
src='/cover/sm/the-falcon.jpg'>
src='/cover/sm/the-falcon.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -371,7 +389,8 @@
data-filter='jeff regan, investigator jack webb frank graham paul dubov 1940s 1950s'
title='Jeff Regan, Investigator'>
<img alt='cover image' title='Jeff Regan, Investigator'
src='/cover/sm/jeff-regan-investigator.jpg'>
src='/cover/sm/jeff-regan-investigator.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -391,7 +410,8 @@
data-filter='let george do it bob bailey olan soule frances robinson virginia gregg lillian buyeff eddie firestone wally maher joseph kearns 1940s 1950s'
title='Let George Do It'>
<img alt='cover image' title='Let George Do It'
src='/cover/sm/let-george-do-it.jpg'>
src='/cover/sm/let-george-do-it.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -411,7 +431,8 @@
data-filter='michael shayne wally maher louise arthur joe forte cathy lewis jeff chandler donald curtis robert sterling vinton hayworth judith parrish richard denning 1940s 1950s'
title='Michael Shayne'>
<img alt='cover image' title='Michael Shayne'
src='/cover/sm/michael-shayne.jpg'>
src='/cover/sm/michael-shayne.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -431,7 +452,8 @@
data-filter='mr. and mrs. north alice frost joseph curtin richard denning barbara britton frank lovejoy walter kinsella mandel kramer 1940s 1950s'
title='Mr. and Mrs. North'>
<img alt='cover image' title='Mr. and Mrs. North'
src='/cover/sm/mr-and-mrs-north.jpg'>
src='/cover/sm/mr-and-mrs-north.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -451,7 +473,8 @@
data-filter='mr. keen, tracer of lost persons bennett kilpack philip clarke arthur hughes jim kelly 1930s 1940s 1950s'
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'>
src='/cover/sm/mr-keen-tracer-of-lost-persons.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -471,7 +494,8 @@
data-filter='mr. moto peter lorre henry silva james monk 1930s 1940s 1950s'
title='Mr. Moto'>
<img alt='cover image' title='Mr. Moto'
src='/cover/sm/mr-moto.jpg'>
src='/cover/sm/mr-moto.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -491,7 +515,8 @@
data-filter='mystery is my hobby glen lagan 1940s'
title='Mystery is My Hobby'>
<img alt='cover image' title='Mystery is My Hobby'
src='/cover/sm/mystery-is-my-hobby.jpg'>
src='/cover/sm/mystery-is-my-hobby.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Detective</li>
@ -511,7 +536,8 @@
data-filter='nero wolfe (cbc) mavor moore don francks cec linder frank perry alfie scopp fiona reid jack creley neil munro jackie burroughs lally cadeau jayne eastwood brian george martha gibson lynne griffin barbara hamilton patricia hamilton helen hughs charmion king budd knapp maria loma arch mcdonnell meana e meana mary peery eric peterson august schellenberg ailine seaton terry tweed sandy webster 1980s'
title='Nero Wolfe (CBC)'>
<img alt='cover image' title='Nero Wolfe (CBC)'
src='/cover/sm/nero-wolfe-cbc.jpg'>
src='/cover/sm/nero-wolfe-cbc.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -531,7 +557,8 @@
data-filter='the new adventures of nero wolfe santos ortega luis van rooten francis x bushman sydney greenstreet lawrence dobkin gerald mohr harry bartell herb ellis lamont johnson wally maher 1950s'
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'>
src='/cover/sm/the-new-adventures-of-nero-wolfe.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -551,7 +578,8 @@
data-filter='nick carter, master detective lon clark helen choate charlotte manson john kane ed latimer bill lipton leon janney raymond edward johnson bill johnstone bryna raeburn michael fitzmaurice 1940s 1950s'
title='Nick Carter, Master Detective'>
<img alt='cover image' title='Nick Carter, Master Detective'
src='/cover/sm/nick-carter-master-detective.jpg'>
src='/cover/sm/nick-carter-master-detective.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -571,7 +599,8 @@
data-filter='night beat frank lovejoy donald rickles joan banks parley baer william conrad jeff corey lawrence dobkin paul frees jack kruschen peter leeds howard mcnear lurene tuttle martha wentworth ben wright 1950s'
title='Night Beat'>
<img alt='cover image' title='Night Beat'
src='/cover/sm/night-beat.jpg'>
src='/cover/sm/night-beat.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -591,7 +620,8 @@
data-filter='pat novak, for hire jack webb ben morris raymond burr tudor owen john galbraith phyllis skelton 1940s'
title='Pat Novak, for Hire'>
<img alt='cover image' title='Pat Novak, for Hire'
src='/cover/sm/pat-novak-for-hire.jpg'>
src='/cover/sm/pat-novak-for-hire.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -611,7 +641,8 @@
data-filter='philo vance jose ferrer jackson beck george petrie joan alexander 1940s 1950s'
title='Philo Vance'>
<img alt='cover image' title='Philo Vance'
src='/cover/sm/philo-vance.jpg'>
src='/cover/sm/philo-vance.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -631,7 +662,8 @@
data-filter='richard diamond, private detective dick powell virginia gregg ed begley arthur q bryan ted decorsia alan reed wilms herbert 1940s 1950s 1960s'
title='Richard Diamond, Private Detective'>
<img alt='cover image' title='Richard Diamond, Private Detective'
src='/cover/sm/richard-diamond-private-detective.jpg'>
src='/cover/sm/richard-diamond-private-detective.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -651,7 +683,8 @@
data-filter='rocky fortune frank sinatra barney phillips raymond burr ed begley jack kruschen 1950s'
title='Rocky Fortune'>
<img alt='cover image' title='Rocky Fortune'
src='/cover/sm/rocky-fortune.jpg'>
src='/cover/sm/rocky-fortune.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -671,7 +704,8 @@
data-filter='rocky jordan jack moyles george raft jay novello lawrence dobkin lou krugman larry thor 1940s 1950s'
title='Rocky Jordan'>
<img alt='cover image' title='Rocky Jordan'
src='/cover/sm/rocky-jordan.jpg'>
src='/cover/sm/rocky-jordan.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -691,7 +725,8 @@
data-filter='rogue&#39;s gallery dick powell lou merrill gerald mohr gloria blondell tony barrett lurene tuttle barry sullivan chester morris paul stewart 1940s 1950s'
title='Rogue&#39;s Gallery'>
<img alt='cover image' title='Rogue&#39;s Gallery'
src='/cover/sm/rogues-gallery.jpg'>
src='/cover/sm/rogues-gallery.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -711,7 +746,8 @@
data-filter='the saint edgar barrier brian aherne vincent price tom conway barry sullivan 1940s 1950s'
title='The Saint'>
<img alt='cover image' title='The Saint'
src='/cover/sm/the-saint.jpg'>
src='/cover/sm/the-saint.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -731,7 +767,8 @@
data-filter='sherlock holmes william gillette clive brook richard gordon louis hector leigh lovell harry west joseph bell sir john gielgud sir ralph richardson orson welles 1930s 1940s 1950s'
title='Sherlock Holmes'>
<img alt='cover image' title='Sherlock Holmes'
src='/cover/sm/sherlock-holmes.jpg'>
src='/cover/sm/sherlock-holmes.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>
@ -751,7 +788,8 @@
data-filter='yours truly, johnny dollar dick powell charles russell edmond obrien john lund gerald mohr bob bailey bob readick mandel kramer 1940s 1950s 1960s'
title='Yours Truly, Johnny Dollar'>
<img alt='cover image' title='Yours Truly, Johnny Dollar'
src='/cover/sm/yours-truly-johnny-dollar.jpg'>
src='/cover/sm/yours-truly-johnny-dollar.jpg'
loading='lazy'>
<div>
<ul>
<li>Detective</li>

View File

@ -11,7 +11,8 @@
data-filter='behind the mike graham mcnamee 1940s'
title='Behind the Mike'>
<img alt='cover image' title='Behind the Mike'
src='/cover/sm/behind-the-mike.jpg'>
src='/cover/sm/behind-the-mike.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -31,7 +32,8 @@
data-filter='can you imagine that 1940s'
title='Can You Imagine That'>
<img alt='cover image' title='Can You Imagine That'
src='/cover/sm/can-you-imagine-that.jpg'>
src='/cover/sm/can-you-imagine-that.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -51,7 +53,8 @@
data-filter='classic baseball mlb 1920s 1930s 1940s 1950s 1960s 1970s 1980s 1990s 2000s 2010s 2020s'
title='Classic Baseball MLB'>
<img alt='cover image' title='Classic Baseball MLB'
src='/cover/sm/classic-baseball-mlb.jpg'>
src='/cover/sm/classic-baseball-mlb.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -71,7 +74,8 @@
data-filter='cbs complete broadcast day (1944) 1940s'
title='CBS Complete Broadcast Day (1944)'>
<img alt='cover image' title='CBS Complete Broadcast Day (1944)'
src='/cover/sm/complete-broadcast-day-d-day.jpg'>
src='/cover/sm/complete-broadcast-day-d-day.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -91,7 +95,8 @@
data-filter='dear adolf 1940s'
title='Dear Adolf'>
<img alt='cover image' title='Dear Adolf'
src='/cover/sm/dear-adolf.jpg'>
src='/cover/sm/dear-adolf.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -111,7 +116,8 @@
data-filter='heritage over the land 1950s'
title='Heritage Over the Land'>
<img alt='cover image' title='Heritage Over the Land'
src='/cover/sm/heritage-over-the-land.jpg'>
src='/cover/sm/heritage-over-the-land.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -131,7 +137,8 @@
data-filter='incredible, but true ken nordine 1950s'
title='Incredible, But True'>
<img alt='cover image' title='Incredible, But True'
src='/cover/sm/incredible-but-true.jpg'>
src='/cover/sm/incredible-but-true.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -151,7 +158,8 @@
data-filter='one world flight 1940s'
title='One World Flight'>
<img alt='cover image' title='One World Flight'
src='/cover/sm/one-world-flight.jpg'>
src='/cover/sm/one-world-flight.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -171,7 +179,8 @@
data-filter='the pacific story gayne williams henry luce pearl s buck 1940s'
title='The Pacific Story'>
<img alt='cover image' title='The Pacific Story'
src='/cover/sm/the-pacific-story.jpg'>
src='/cover/sm/the-pacific-story.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -191,7 +200,8 @@
data-filter='recollections at 30 judy garland h v kaltenborn irving berlin sophie tucker al jolson red skelton rudy vallee lynn fontanne alfred lunt connie boswell irene dunne fats waller dinah shore 1950s'
title='Recollections at 30'>
<img alt='cover image' title='Recollections at 30'
src='/cover/sm/recollections-at-30.jpg'>
src='/cover/sm/recollections-at-30.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -211,7 +221,8 @@
data-filter='ripley&#39;s believe it or not robert ripley 1930s 1940s'
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'>
src='/cover/sm/ripleys-believe-it-or-not.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -231,7 +242,8 @@
data-filter='ripley&#39;s one minute shorts 1930s 1940s'
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'>
src='/cover/sm/ripleys-one-minute-shorts.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -251,7 +263,8 @@
data-filter='the sound of war david greenspan bud greenspan 1950s 1960s'
title='The Sound of War'>
<img alt='cover image' title='The Sound of War'
src='/cover/sm/the-sound-of-war.jpg'>
src='/cover/sm/the-sound-of-war.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -271,7 +284,8 @@
data-filter='strange as it seems gayne whitman cyril armbrister felix mills 1930s 1940s'
title='Strange as it Seems'>
<img alt='cover image' title='Strange as it Seems'
src='/cover/sm/strange-as-it-seems.jpg'>
src='/cover/sm/strange-as-it-seems.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -291,7 +305,8 @@
data-filter='we came this way dana andrews 1940s'
title='We Came This Way'>
<img alt='cover image' title='We Came This Way'
src='/cover/sm/we-came-this-way.jpg'>
src='/cover/sm/we-came-this-way.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -311,7 +326,8 @@
data-filter='wjsv complete broadcast day 1930s'
title='WJSV Complete Broadcast Day'>
<img alt='cover image' title='WJSV Complete Broadcast Day'
src='/cover/sm/wjsv-complete-broadcast-day.jpg'>
src='/cover/sm/wjsv-complete-broadcast-day.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>
@ -331,7 +347,8 @@
data-filter='you are there richard c hottelet john daly don hollenbeck canada lee martin gabel john cassavetes james dean vivi janiss paul newman jeanette nolan 1940s 1950s'
title='You Are There'>
<img alt='cover image' title='You Are There'
src='/cover/sm/you-are-there.jpg'>
src='/cover/sm/you-are-there.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -351,7 +368,8 @@
data-filter='you can&#39;t do business with hitler 1940s'
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'>
src='/cover/sm/you-cant-do-business-with-hitler.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li>

View File

@ -11,7 +11,8 @@
data-filter='academy award theater bette davis anne revere fay bainter jean hersholt henry fonda humphrey bogart cary grant gregory peck ronald colman fay bainter paul lukas victor mclaglen paul muni ginger rogers john lund joan fontaine margaret obrien jeff chandler 1940s'
title='Academy Award Theater'>
<img alt='cover image' title='Academy Award Theater'
src='/cover/sm/academy-award-theater.jpg'>
src='/cover/sm/academy-award-theater.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -31,7 +32,8 @@
data-filter='bright star irene dunne fred macmurray 1950s'
title='Bright Star'>
<img alt='cover image' title='Bright Star'
src='/cover/sm/bright-star.jpg'>
src='/cover/sm/bright-star.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -51,7 +53,8 @@
data-filter='can you imagine that 1940s'
title='Can You Imagine That'>
<img alt='cover image' title='Can You Imagine That'
src='/cover/sm/can-you-imagine-that.jpg'>
src='/cover/sm/can-you-imagine-that.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -71,7 +74,8 @@
data-filter='cbs radio workshop 1950s'
title='CBS Radio Workshop'>
<img alt='cover image' title='CBS Radio Workshop'
src='/cover/sm/cbs-radio-workshop.jpg'>
src='/cover/sm/cbs-radio-workshop.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -91,7 +95,8 @@
data-filter='claudia patricia ryan richard kollmar kathryn bard paul crabtree 1940s'
title='Claudia'>
<img alt='cover image' title='Claudia'
src='/cover/sm/claudia.jpg'>
src='/cover/sm/claudia.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -111,7 +116,8 @@
data-filter='the damon runyon theatre john brown william conrad gerald mohr anne whitfield frank lovejoy jeff chandler hans conried parley baer 1940s 1950s'
title='The Damon Runyon Theatre'>
<img alt='cover image' title='The Damon Runyon Theatre'
src='/cover/sm/the-damon-runyon-theatre.jpg'>
src='/cover/sm/the-damon-runyon-theatre.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -131,7 +137,8 @@
data-filter='democracy in america barry morse alan king 1960s'
title='Democracy in America'>
<img alt='cover image' title='Democracy in America'
src='/cover/sm/democracy-in-america.jpg'>
src='/cover/sm/democracy-in-america.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -151,7 +158,8 @@
data-filter='down our way 1930s'
title='Down Our Way'>
<img alt='cover image' title='Down Our Way'
src='/cover/sm/down-our-way.jpg'>
src='/cover/sm/down-our-way.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -171,7 +179,8 @@
data-filter='dr. kildare lew ayres lionel barrymore stacy harris isabel jewell jay novello george ellis paul frees raymond burr jack webb virginia gragg ted osborne 1940s 1950s'
title='Dr. Kildare'>
<img alt='cover image' title='Dr. Kildare'
src='/cover/sm/dr-kildare.jpg'>
src='/cover/sm/dr-kildare.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -191,7 +200,8 @@
data-filter='encore theater lurene tuttle eric snowden gerald mohr ronald colman robert young lionel barrymore 1940s'
title='Encore Theater'>
<img alt='cover image' title='Encore Theater'
src='/cover/sm/encore-theater.jpg'>
src='/cover/sm/encore-theater.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -211,7 +221,8 @@
data-filter='family doctor 1930s'
title='Family Doctor'>
<img alt='cover image' title='Family Doctor'
src='/cover/sm/family-doctor.jpg'>
src='/cover/sm/family-doctor.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -231,7 +242,8 @@
data-filter='first nighter charles p hughes june meredith macdonald carey bret morrison marvin miller don briggs rye billsbury don ameche betty lou gerson les tremayne barbara luddy olan soule 1930s 1940s 1950s'
title='First Nighter'>
<img alt='cover image' title='First Nighter'
src='/cover/sm/first-nighter.jpg'>
src='/cover/sm/first-nighter.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Drama</li>
@ -251,7 +263,8 @@
data-filter='the grantland rice story jimmy powers 1950s'
title='The Grantland Rice Story'>
<img alt='cover image' title='The Grantland Rice Story'
src='/cover/sm/the-grantland-rice-story.jpg'>
src='/cover/sm/the-grantland-rice-story.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -271,7 +284,8 @@
data-filter='great scenes from great plays walter h hampden basil rathbone beatrice straight jane cowl ann seymore boris karloff joan caulfield jane powell henry fonda gene tierney eddie albert 1940s'
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'>
src='/cover/sm/great-scenes-from-great-plays.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -291,7 +305,8 @@
data-filter='hello americans orson welles carmen miranda hans conried gerald mohr laird cregar agnes moorehead ray collins 1940s'
title='Hello Americans'>
<img alt='cover image' title='Hello Americans'
src='/cover/sm/hello-americans.jpg'>
src='/cover/sm/hello-americans.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -311,7 +326,8 @@
data-filter='incredible, but true ken nordine 1950s'
title='Incredible, But True'>
<img alt='cover image' title='Incredible, But True'
src='/cover/sm/incredible-but-true.jpg'>
src='/cover/sm/incredible-but-true.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -331,7 +347,8 @@
data-filter='love story magazine 1930s'
title='Love Story Magazine'>
<img alt='cover image' title='Love Story Magazine'
src='/cover/sm/love-story-magazine.jpg'>
src='/cover/sm/love-story-magazine.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -351,7 +368,8 @@
data-filter='lux radio theatre miriam hopkins john boles marlene dietrich clark gable myrna loy william powell and many more 1930s 1940s 1950s'
title='Lux Radio Theatre'>
<img alt='cover image' title='Lux Radio Theatre'
src='/cover/sm/lux-radio-theatre.jpg'>
src='/cover/sm/lux-radio-theatre.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -371,7 +389,8 @@
data-filter='mama bloom&#39;s brood jake becky yetta sarah harold sidney 1930s'
title='Mama Bloom&#39;s Brood'>
<img alt='cover image' title='Mama Bloom&#39;s Brood'
src='/cover/sm/mama-blooms-brood.jpg'>
src='/cover/sm/mama-blooms-brood.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Drama</li>
@ -391,7 +410,8 @@
data-filter='the marriage hume cronyn jessica tandy denise alexander 1950s'
title='The Marriage'>
<img alt='cover image' title='The Marriage'
src='/cover/sm/the-marriage.jpg'>
src='/cover/sm/the-marriage.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -411,7 +431,8 @@
data-filter='matinee theater victor jory 1940s'
title='Matinee Theater'>
<img alt='cover image' title='Matinee Theater'
src='/cover/sm/matinee-theater.jpg'>
src='/cover/sm/matinee-theater.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -431,7 +452,8 @@
data-filter='mercury theatre orson welles william alland edgar barrier ray collins joseph cotten george coulouris arlene francis alice frost martin gabel agnes moorehead frank readick elliott reid everett sloane howard smith paul stewart karl swenson virginia welles richard wilson eustace wyatt 1930s'
title='Mercury Theatre'>
<img alt='cover image' title='Mercury Theatre'
src='/cover/sm/mercury-theatre.jpg'>
src='/cover/sm/mercury-theatre.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -451,7 +473,8 @@
data-filter='the mysterious traveler maurice tarplin jackson beck lon clark roger dekoven elspeth eric wendell holmes bill johnstone joseph julian jan miner santos ortega bryna raeburn frank readick luis van rooten ann shepherd lawson zerbe bill zuckert 1940s 1950s'
title='The Mysterious Traveler'>
<img alt='cover image' title='The Mysterious Traveler'
src='/cover/sm/the-mysterious-traveler.jpg'>
src='/cover/sm/the-mysterious-traveler.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -471,7 +494,8 @@
data-filter='on stage elliot lewis cathy lewis 1950s'
title='On Stage'>
<img alt='cover image' title='On Stage'
src='/cover/sm/on-stage.jpg'>
src='/cover/sm/on-stage.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -491,7 +515,8 @@
data-filter='ports of call 1930s'
title='Ports of Call'>
<img alt='cover image' title='Ports of Call'
src='/cover/sm/ports-of-call.jpg'>
src='/cover/sm/ports-of-call.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -511,7 +536,8 @@
data-filter='proudly we hail turhan bey lee tracy howard mcnear jeff chandler joe desantis miriam wolfe mason adams 1940s 1950s'
title='Proudly We Hail'>
<img alt='cover image' title='Proudly We Hail'
src='/cover/sm/proudly-we-hail.jpg'>
src='/cover/sm/proudly-we-hail.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -531,7 +557,8 @@
data-filter='redbook dramas 1930s'
title='Redbook Dramas'>
<img alt='cover image' title='Redbook Dramas'
src='/cover/sm/redbook-dramas.jpg'>
src='/cover/sm/redbook-dramas.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -551,7 +578,8 @@
data-filter='romance henry fonda humphrey bogart gregory peck shirley temple 1940s 1950s'
title='Romance'>
<img alt='cover image' title='Romance'
src='/cover/sm/romance.jpg'>
src='/cover/sm/romance.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -571,7 +599,8 @@
data-filter='rotary golden theater 1950s'
title='Rotary Golden Theater'>
<img alt='cover image' title='Rotary Golden Theater'
src='/cover/sm/rotary-golden-theater.jpg'>
src='/cover/sm/rotary-golden-theater.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -591,7 +620,8 @@
data-filter='screen directors&#39; playhouse fred astaire lucille ball tallulah bankhead charles boyer claudette colbert ronald colman gary cooper joan crawford bette davis marlene dietrich kirk douglas irene dunne douglas fairbanks jr henry fonda cary grant william holden burt lancaster james mason ray milland gregory peck william powell edward g robinson norma shearer barbara stanwyck james stewart john wayne loretta young and more 1940s 1950s'
title='Screen Directors&#39; Playhouse'>
<img alt='cover image' title='Screen Directors&#39; Playhouse'
src='/cover/sm/screen-directors-playhouse.jpg'>
src='/cover/sm/screen-directors-playhouse.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -611,7 +641,8 @@
data-filter='sears radio theater parley baer mary jane croft howard culver john dehner virginia gregg janet waldo vic perrin hans conried marvin miller elliot lewis jeff corey lesley woods robert rockwell lurene tuttle eve arden keith andes harriet nelson alan young tom bosley marion ross lloyd bochner rick jason frank campanella toni tennille arthur hill dan oherlihy jesse white frank nelson jim jordan henry morgan daws butler june foray joan mccall don diamond peggy webber 1970s 1980s'
title='Sears Radio Theater'>
<img alt='cover image' title='Sears Radio Theater'
src='/cover/sm/sears-radio-theater.jpg'>
src='/cover/sm/sears-radio-theater.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -631,7 +662,8 @@
data-filter='the shadow orson welles frank readick 1930s 1940s'
title='The Shadow'>
<img alt='cover image' title='The Shadow'
src='/cover/sm/the-shadow.jpg'>
src='/cover/sm/the-shadow.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Drama</li><li>Mystery</li>
@ -651,7 +683,8 @@
data-filter='soldiers of the press walter cronkite harrison salisbury ralph teasdale ann stringer lon clark jackson beck eleanor packard frank hewlett charles arnot 1940s'
title='Soldiers of the Press'>
<img alt='cover image' title='Soldiers of the Press'
src='/cover/sm/soldiers-of-the-press.jpg'>
src='/cover/sm/soldiers-of-the-press.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -671,7 +704,8 @@
data-filter='stand by for crime glen langen adele jurgens 1950s'
title='Stand By for Crime'>
<img alt='cover image' title='Stand By for Crime'
src='/cover/sm/stand-by-for-crime.jpg'>
src='/cover/sm/stand-by-for-crime.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Drama</li>
@ -691,7 +725,8 @@
data-filter='strange as it seems gayne whitman cyril armbrister felix mills 1930s 1940s'
title='Strange as it Seems'>
<img alt='cover image' title='Strange as it Seems'
src='/cover/sm/strange-as-it-seems.jpg'>
src='/cover/sm/strange-as-it-seems.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -711,7 +746,8 @@
data-filter='the strange dr. weird maurice tarplin 1940s'
title='The Strange Dr. Weird'>
<img alt='cover image' title='The Strange Dr. Weird'
src='/cover/sm/the-strange-dr-weird.jpg'>
src='/cover/sm/the-strange-dr-weird.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -731,7 +767,8 @@
data-filter='strange wills warren william howard culver carleton g young lurene tuttle william conrad peggy webber 1940s'
title='Strange Wills'>
<img alt='cover image' title='Strange Wills'
src='/cover/sm/strange-wills.jpg'>
src='/cover/sm/strange-wills.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -751,7 +788,8 @@
data-filter='suspense lurene tuttle rosalind russell jimmy stewart gene kelly charles ruggles alice frost jack webb alfred hitchcock alan ladd dane clark cary grant susan hayward rita hayworth peter lorre vincent price charles laughton loretta young lillian gish olivia de havilland orson welles james stewart 1940s 1950s 1960s'
title='Suspense'>
<img alt='cover image' title='Suspense'
src='/cover/sm/suspense.jpg'>
src='/cover/sm/suspense.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -771,7 +809,8 @@
data-filter='the tenth man jackson beck ralph bellamy 1940s'
title='The Tenth Man'>
<img alt='cover image' title='The Tenth Man'
src='/cover/sm/the-tenth-man.jpg'>
src='/cover/sm/the-tenth-man.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -791,7 +830,8 @@
data-filter='theater five george o petrie brett morrison jackson beck robert dryden elliott reid court benson cliff carpenter bryna raeburn james earl jones alan alda ed begley romeo muller 1960s'
title='Theater Five'>
<img alt='cover image' title='Theater Five'
src='/cover/sm/theater-five.jpg'>
src='/cover/sm/theater-five.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -811,7 +851,8 @@
data-filter='theatre royal sir lawrence olivier sir ralph richardson sir john gielgud robert morley harry andrews muriel forbes robert donat daphne maddox 1950s'
title='Theatre Royal'>
<img alt='cover image' title='Theatre Royal'
src='/cover/sm/theatre-royal.jpg'>
src='/cover/sm/theatre-royal.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -831,7 +872,8 @@
data-filter='we came this way dana andrews 1940s'
title='We Came This Way'>
<img alt='cover image' title='We Came This Way'
src='/cover/sm/we-came-this-way.jpg'>
src='/cover/sm/we-came-this-way.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>
@ -851,7 +893,8 @@
data-filter='the whistler bill forman gale gordon joseph kearns cathy lewis elliott lewis gerald mohr lurene tuttle jack webb marvin miller everett clarke bill johnstone 1940s 1950s'
title='The Whistler'>
<img alt='cover image' title='The Whistler'
src='/cover/sm/the-whistler.jpg'>
src='/cover/sm/the-whistler.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -871,7 +914,8 @@
data-filter='words at war 1940s'
title='Words at War'>
<img alt='cover image' title='Words at War'
src='/cover/sm/words-at-war.jpg'>
src='/cover/sm/words-at-war.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li>
@ -891,7 +935,8 @@
data-filter='you are there richard c hottelet john daly don hollenbeck canada lee martin gabel john cassavetes james dean vivi janiss paul newman jeanette nolan 1940s 1950s'
title='You Are There'>
<img alt='cover image' title='You Are There'
src='/cover/sm/you-are-there.jpg'>
src='/cover/sm/you-are-there.jpg'
loading='lazy'>
<div>
<ul>
<li>Documentary</li><li>Drama</li>

View File

@ -11,7 +11,8 @@
data-filter='dr. iq james mcclain lew valentine jay owen tom kennedy bob shepard bill ewing 1930s 1940s 1950s'
title='Dr. IQ'>
<img alt='cover image' title='Dr. IQ'
src='/cover/sm/dr-iq.jpg'>
src='/cover/sm/dr-iq.jpg'
loading='lazy'>
<div>
<ul>
<li>Game-Show</li>
@ -31,7 +32,8 @@
data-filter='mind your manners 1940s'
title='Mind Your Manners'>
<img alt='cover image' title='Mind Your Manners'
src='/cover/sm/mind-your-manners.jpg'>
src='/cover/sm/mind-your-manners.jpg'
loading='lazy'>
<div>
<ul>
<li>Game-Show</li>
@ -51,7 +53,8 @@
data-filter='people are funny art baker art linkletter flip wilson 1940s 1950s 1960s'
title='People are Funny'>
<img alt='cover image' title='People are Funny'
src='/cover/sm/people-are-funny.jpg'>
src='/cover/sm/people-are-funny.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Game-Show</li>
@ -71,7 +74,8 @@
data-filter='quiz kids joe kelly clifton fadiman durward kirby milton berle 1940s 1950s'
title='Quiz Kids'>
<img alt='cover image' title='Quiz Kids'
src='/cover/sm/quiz-kids.jpg'>
src='/cover/sm/quiz-kids.jpg'
loading='lazy'>
<div>
<ul>
<li>Game-Show</li>
@ -91,7 +95,8 @@
data-filter='truth or consequences ralph edwards jack bailey bob barker steve dunne bob hilton larry anderson 1940s 1950s 1960s'
title='Truth or Consequences'>
<img alt='cover image' title='Truth or Consequences'
src='/cover/sm/truth-or-consequences.jpg'>
src='/cover/sm/truth-or-consequences.jpg'
loading='lazy'>
<div>
<ul>
<li>Game-Show</li>
@ -111,7 +116,8 @@
data-filter='vox pop parks johnson wally butterworth jerry belcher neil omalley warren hull 1930s 1940s'
title='Vox Pop'>
<img alt='cover image' title='Vox Pop'
src='/cover/sm/vox-pop.jpg'>
src='/cover/sm/vox-pop.jpg'
loading='lazy'>
<div>
<ul>
<li>Game-Show</li>
@ -131,7 +137,8 @@
data-filter='you bet your life groucho marx buddy hackett bill cosby jay leno 1940s 1950s 1960s'
title='You Bet Your Life'>
<img alt='cover image' title='You Bet Your Life'
src='/cover/sm/you-bet-your-life.jpg'>
src='/cover/sm/you-bet-your-life.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Game-Show</li>

View File

@ -11,7 +11,8 @@
data-filter='arch oboler&#39;s plays ingrid bergman gloria blondell eddie cantor james cagney ronald colman joan crawford greer garson edmund gwenn van heflin katharine hepburn elsa lanchester peter lorre frank lovejoy raymond massey burgess meredith paul muni alla nazimova edmond obrien geraldine page hester sondergaard franchot tone george zucco 1930s 1940s'
title='Arch Oboler&#39;s Plays'>
<img alt='cover image' title='Arch Oboler&#39;s Plays'
src='/cover/sm/arch-obolers-plays.jpg'>
src='/cover/sm/arch-obolers-plays.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -31,7 +32,8 @@
data-filter='dark fantasy 1940s'
title='Dark Fantasy'>
<img alt='cover image' title='Dark Fantasy'
src='/cover/sm/dark-fantasy.jpg'>
src='/cover/sm/dark-fantasy.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -51,7 +53,8 @@
data-filter='the devil and mr. o 1940s'
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'>
src='/cover/sm/the-devil-and-mr-o.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -71,7 +74,8 @@
data-filter='frankenstein boris karloff bela lugosi david carradine lon chaney jr glenn strange 1930s'
title='Frankenstein'>
<img alt='cover image' title='Frankenstein'
src='/cover/sm/frankenstein.jpg'>
src='/cover/sm/frankenstein.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -91,7 +95,8 @@
data-filter='the haunting hour 1940s'
title='The Haunting Hour'>
<img alt='cover image' title='The Haunting Hour'
src='/cover/sm/the-haunting-hour.jpg'>
src='/cover/sm/the-haunting-hour.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -111,7 +116,8 @@
data-filter='the hermit&#39;s cave john kent mel johnson john dehner william conrad 1930s 1940s'
title='The Hermit&#39;s Cave'>
<img alt='cover image' title='The Hermit&#39;s Cave'
src='/cover/sm/the-hermits-cave.jpg'>
src='/cover/sm/the-hermits-cave.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -131,7 +137,8 @@
data-filter='i love a mystery michael raffetto russell thorson jay novello jim bannon john mcintire barton yarborough jim boles walter paterson tony randall gloria blondell 1930s 1940s 1950s'
title='I Love a Mystery'>
<img alt='cover image' title='I Love a Mystery'
src='/cover/sm/i-love-a-mystery.jpg'>
src='/cover/sm/i-love-a-mystery.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Horror</li><li>Mystery</li>
@ -151,7 +158,8 @@
data-filter='inner sanctum mysteries raymond edward johnson paul mcgrath mary bennett boris karloff mary astor helen hayes peter lorre paul lukas claude rains frank sinatra orson welles santos ortega mercedes mccambridge berry kroeger lawson zerbe arnold moss leon janney mason adams richard widmark everett sloane burgess meredith agnes moorehead ken lynch anne seymour 1940s 1950s'
title='Inner Sanctum Mysteries'>
<img alt='cover image' title='Inner Sanctum Mysteries'
src='/cover/sm/inner-sanctum-mysteries.jpg'>
src='/cover/sm/inner-sanctum-mysteries.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -171,7 +179,8 @@
data-filter='lights out 1930s 1940s'
title='Lights Out'>
<img alt='cover image' title='Lights Out'
src='/cover/sm/lights-out.jpg'>
src='/cover/sm/lights-out.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -191,7 +200,8 @@
data-filter='murder at midnight 1940s 1950s'
title='Murder at Midnight'>
<img alt='cover image' title='Murder at Midnight'
src='/cover/sm/murder-at-midnight.jpg'>
src='/cover/sm/murder-at-midnight.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -211,7 +221,8 @@
data-filter='the mysterious traveler maurice tarplin jackson beck lon clark roger dekoven elspeth eric wendell holmes bill johnstone joseph julian jan miner santos ortega bryna raeburn frank readick luis van rooten ann shepherd lawson zerbe bill zuckert 1940s 1950s'
title='The Mysterious Traveler'>
<img alt='cover image' title='The Mysterious Traveler'
src='/cover/sm/the-mysterious-traveler.jpg'>
src='/cover/sm/the-mysterious-traveler.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -231,7 +242,8 @@
data-filter='mystery in the air peter lorre harry morgan 1940s'
title='Mystery in the Air'>
<img alt='cover image' title='Mystery in the Air'
src='/cover/sm/mystery-in-the-air.jpg'>
src='/cover/sm/mystery-in-the-air.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -251,7 +263,8 @@
data-filter='obsession vincent price ruth warrick william gargan miriam hopkins barton yarborough 1950s'
title='Obsession'>
<img alt='cover image' title='Obsession'
src='/cover/sm/obsession.jpg'>
src='/cover/sm/obsession.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -271,7 +284,8 @@
data-filter='quiet, please ernest chappell 1940s'
title='Quiet, Please'>
<img alt='cover image' title='Quiet, Please'
src='/cover/sm/quiet-please.jpg'>
src='/cover/sm/quiet-please.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -291,7 +305,8 @@
data-filter='the sealed book 1940s'
title='The Sealed Book'>
<img alt='cover image' title='The Sealed Book'
src='/cover/sm/the-sealed-book.jpg'>
src='/cover/sm/the-sealed-book.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -311,7 +326,8 @@
data-filter='the strange dr. weird maurice tarplin 1940s'
title='The Strange Dr. Weird'>
<img alt='cover image' title='The Strange Dr. Weird'
src='/cover/sm/the-strange-dr-weird.jpg'>
src='/cover/sm/the-strange-dr-weird.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -331,7 +347,8 @@
data-filter='suspense lurene tuttle rosalind russell jimmy stewart gene kelly charles ruggles alice frost jack webb alfred hitchcock alan ladd dane clark cary grant susan hayward rita hayworth peter lorre vincent price charles laughton loretta young lillian gish olivia de havilland orson welles james stewart 1940s 1950s 1960s'
title='Suspense'>
<img alt='cover image' title='Suspense'
src='/cover/sm/suspense.jpg'>
src='/cover/sm/suspense.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -351,7 +368,8 @@
data-filter='the unexpected barry sullivan marsha hunt lurene tuttle virginia gregg 1940s'
title='The Unexpected'>
<img alt='cover image' title='The Unexpected'
src='/cover/sm/the-unexpected.jpg'>
src='/cover/sm/the-unexpected.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -371,7 +389,8 @@
data-filter='the weird circle lawson zerbe gladys thornton walter vaughn arnold moss 1940s'
title='The Weird Circle'>
<img alt='cover image' title='The Weird Circle'
src='/cover/sm/the-weird-circle.jpg'>
src='/cover/sm/the-weird-circle.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li>
@ -391,7 +410,8 @@
data-filter='the whistler bill forman gale gordon joseph kearns cathy lewis elliott lewis gerald mohr lurene tuttle jack webb marvin miller everett clarke bill johnstone 1940s 1950s'
title='The Whistler'>
<img alt='cover image' title='The Whistler'
src='/cover/sm/the-whistler.jpg'>
src='/cover/sm/the-whistler.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>

View File

@ -11,7 +11,8 @@
data-filter='aladdin lamp smilin ed mcconnell irma allen del owen 1940s'
title='Aladdin Lamp'>
<img alt='cover image' title='Aladdin Lamp'
src='/cover/sm/aladdin-lamp.jpg'>
src='/cover/sm/aladdin-lamp.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -31,7 +32,8 @@
data-filter='alka seltzer time curt massey martha tilton 1940s 1950s'
title='Alka Seltzer Time'>
<img alt='cover image' title='Alka Seltzer Time'
src='/cover/sm/alka-seltzer-time.jpg'>
src='/cover/sm/alka-seltzer-time.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -51,7 +53,8 @@
data-filter='all star western theatre foy willing kenny driver al sloey johnny paul johnny mack brown 1940s'
title='All Star Western Theatre'>
<img alt='cover image' title='All Star Western Theatre'
src='/cover/sm/all-star-western-theatre.jpg'>
src='/cover/sm/all-star-western-theatre.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Music</li><li>Western</li>
@ -71,7 +74,8 @@
data-filter='the bing crosby - rosemary clooney show bing crosby rosemary clooney buddy cole ken carpenter 1960s'
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'>
src='/cover/sm/the-bing-crosby-rosemary-clooney-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -91,7 +95,8 @@
data-filter='command performance jane russell bob hope major meredith willson bing crosby jack benny frank sinatra fred allen ginger rogers judy garland lena horne the andrews sisters orson welles ann miller carole landis lucille ball errol flynn 1940s'
title='Command Performance'>
<img alt='cover image' title='Command Performance'
src='/cover/sm/command-performance.jpg'>
src='/cover/sm/command-performance.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Music</li>
@ -111,7 +116,8 @@
data-filter='crazy hillbillies 1930s'
title='Crazy Hillbillies'>
<img alt='cover image' title='Crazy Hillbillies'
src='/cover/sm/crazy-hillbillies.jpg'>
src='/cover/sm/crazy-hillbillies.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -131,7 +137,8 @@
data-filter='crazy water crystal program 1930s 1940s'
title='Crazy Water Crystal Program'>
<img alt='cover image' title='Crazy Water Crystal Program'
src='/cover/sm/crazy-water-crystal-program.jpg'>
src='/cover/sm/crazy-water-crystal-program.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -151,7 +158,8 @@
data-filter='delmore brothers alton delmore rabon delmore 1930s 1940s 1950s'
title='Delmore Brothers'>
<img alt='cover image' title='Delmore Brothers'
src='/cover/sm/delmore-brothers.jpg'>
src='/cover/sm/delmore-brothers.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -171,7 +179,8 @@
data-filter='grand ole opry 1930s 1940s 1950s 1960s 1970s 1980s 1990s 2000s 2010s 2020s'
title='Grand Ole Opry'>
<img alt='cover image' title='Grand Ole Opry'
src='/cover/sm/grand-ole-opry.jpg'>
src='/cover/sm/grand-ole-opry.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Music</li>
@ -191,7 +200,8 @@
data-filter='the health and happiness show hank williams audrey williams 1940s'
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'>
src='/cover/sm/the-health-and-happiness-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -211,7 +221,8 @@
data-filter='the hillbilly boys w lee odaniel bob wills herman arnspiger milton brown leon huff kitty williamson 1930s'
title='The Hillbilly Boys'>
<img alt='cover image' title='The Hillbilly Boys'
src='/cover/sm/the-hillbilly-boys.jpg'>
src='/cover/sm/the-hillbilly-boys.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -231,7 +242,8 @@
data-filter='light crust doughboys bob wills milton brown tommy duncan cecil brower john parker kenneth pitts 1930s 1940s 1950s'
title='Light Crust Doughboys'>
<img alt='cover image' title='Light Crust Doughboys'
src='/cover/sm/light-crust-doughboys.jpg'>
src='/cover/sm/light-crust-doughboys.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -251,7 +263,8 @@
data-filter='melody ranch gene autry wendell niles tom hanlon lou crosby charles lyon pat buttram 1940s 1950s'
title='Melody Ranch'>
<img alt='cover image' title='Melody Ranch'
src='/cover/sm/melody-ranch.jpg'>
src='/cover/sm/melody-ranch.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -271,7 +284,8 @@
data-filter='mother&#39;s best flour hank williams louie buck 1950s'
title='Mother&#39;s Best Flour'>
<img alt='cover image' title='Mother&#39;s Best Flour'
src='/cover/sm/mothers-best-flour.jpg'>
src='/cover/sm/mothers-best-flour.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -291,7 +305,8 @@
data-filter='old fashioned revival hour pastor charles e fuller 1940s'
title='Old Fashioned Revival Hour'>
<img alt='cover image' title='Old Fashioned Revival Hour'
src='/cover/sm/old-fashioned-revival-hour.jpg'>
src='/cover/sm/old-fashioned-revival-hour.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>
@ -311,7 +326,8 @@
data-filter='pinto pete and his ranch boys jack ross joe bradley ken carson 1930s 1940s 1950s'
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'>
src='/cover/sm/pinto-pete-and-his-ranch-boys.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -331,7 +347,8 @@
data-filter='pinto pete in arizona jack ross joe bradley ken carson 1930s 1940s 1950s'
title='Pinto Pete in Arizona'>
<img alt='cover image' title='Pinto Pete in Arizona'
src='/cover/sm/pinto-pete-in-arizona.jpg'>
src='/cover/sm/pinto-pete-in-arizona.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -351,7 +368,8 @@
data-filter='red horse ranch foreman alabam tenderfoot idaho arizona cookie and tex 1930s'
title='Red Horse Ranch'>
<img alt='cover image' title='Red Horse Ranch'
src='/cover/sm/red-horse-ranch.jpg'>
src='/cover/sm/red-horse-ranch.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -371,7 +389,8 @@
data-filter='the roy rogers show roy rogers dale evans gabby hayes pat brady forrest lewis 1940s 1950s'
title='The Roy Rogers Show'>
<img alt='cover image' title='The Roy Rogers Show'
src='/cover/sm/the-roy-rogers-show.jpg'>
src='/cover/sm/the-roy-rogers-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -391,7 +410,8 @@
data-filter='shell chateau al jolson wallace beery walter winchell smith ballew joe cook louis armstrong john barrymore lionel barrymore ben blue bette davis joan davis florence gill george jessel boris karloff dixie lee joe e lewis john mccormack maxie rosenbloom joe penner eleanor powell ginger rogers babe ruth benay venuta fats waller johnny weissmuller june marlowe midge williams lee wiley 1930s'
title='Shell Chateau'>
<img alt='cover image' title='Shell Chateau'
src='/cover/sm/shell-chateau.jpg'>
src='/cover/sm/shell-chateau.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li>

View File

@ -11,7 +11,8 @@
data-filter='adventures by morse elliott lewis david ellis russell thorson barton yarborough jack edwards tony randall 1940s'
title='Adventures by Morse'>
<img alt='cover image' title='Adventures by Morse'
src='/cover/sm/adventures-by-morse.jpg'>
src='/cover/sm/adventures-by-morse.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -31,7 +32,8 @@
data-filter='the adventures of ellery queen hugh marlowe carleton young sydney smith lawrence dobkin howard culver ken roberts bert parks ernest chappell don hancock paul masterson 1930s 1940s'
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'>
src='/cover/sm/the-adventures-of-ellery-queen.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -51,7 +53,8 @@
data-filter='air mail mystery 1930s'
title='Air Mail Mystery'>
<img alt='cover image' title='Air Mail Mystery'
src='/cover/sm/air-mail-mystery.jpg'>
src='/cover/sm/air-mail-mystery.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -71,7 +74,8 @@
data-filter='arch oboler&#39;s plays ingrid bergman gloria blondell eddie cantor james cagney ronald colman joan crawford greer garson edmund gwenn van heflin katharine hepburn elsa lanchester peter lorre frank lovejoy raymond massey burgess meredith paul muni alla nazimova edmond obrien geraldine page hester sondergaard franchot tone george zucco 1930s 1940s'
title='Arch Oboler&#39;s Plays'>
<img alt='cover image' title='Arch Oboler&#39;s Plays'
src='/cover/sm/arch-obolers-plays.jpg'>
src='/cover/sm/arch-obolers-plays.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -91,7 +95,8 @@
data-filter='the black museum orson welles robert rietti keith pyott joe mccormick harp mcguire michael york 1950s'
title='The Black Museum'>
<img alt='cover image' title='The Black Museum'
src='/cover/sm/black-museum.jpg'>
src='/cover/sm/black-museum.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Mystery</li>
@ -111,7 +116,8 @@
data-filter='cbs radio mystery theater e g marshall tammy grimes 1970s 1980s'
title='CBS Radio Mystery Theater'>
<img alt='cover image' title='CBS Radio Mystery Theater'
src='/cover/sm/cbs-radio-mystery-theater.jpg'>
src='/cover/sm/cbs-radio-mystery-theater.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -131,7 +137,8 @@
data-filter='the chase unknown 1950s'
title='The Chase'>
<img alt='cover image' title='The Chase'
src='/cover/sm/the-chase.jpg'>
src='/cover/sm/the-chase.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -151,7 +158,8 @@
data-filter='the clock clark andrews cathy lewis elliott lewis jeanette nolan hans conried william conrad 1940s'
title='The Clock'>
<img alt='cover image' title='The Clock'
src='/cover/sm/the-clock.jpg'>
src='/cover/sm/the-clock.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -171,7 +179,8 @@
data-filter='the crime club barry thomson raymond edward johnson 1940s'
title='The Crime Club'>
<img alt='cover image' title='The Crime Club'
src='/cover/sm/the-crime-club.jpg'>
src='/cover/sm/the-crime-club.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -191,7 +200,8 @@
data-filter='ellery queen&#39;s minute mysteries 1930s 1940s'
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'>
src='/cover/sm/ellery-queens-minute-mysteries.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -211,7 +221,8 @@
data-filter='five minute mysteries 1940s'
title='Five Minute Mysteries'>
<img alt='cover image' title='Five Minute Mysteries'
src='/cover/sm/five-minute-mysteries.jpg'>
src='/cover/sm/five-minute-mysteries.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -231,7 +242,8 @@
data-filter='the haunting hour 1940s'
title='The Haunting Hour'>
<img alt='cover image' title='The Haunting Hour'
src='/cover/sm/the-haunting-hour.jpg'>
src='/cover/sm/the-haunting-hour.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -251,7 +263,8 @@
data-filter='i love a mystery michael raffetto russell thorson jay novello jim bannon john mcintire barton yarborough jim boles walter paterson tony randall gloria blondell 1930s 1940s 1950s'
title='I Love a Mystery'>
<img alt='cover image' title='I Love a Mystery'
src='/cover/sm/i-love-a-mystery.jpg'>
src='/cover/sm/i-love-a-mystery.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Horror</li><li>Mystery</li>
@ -271,7 +284,8 @@
data-filter='inner sanctum mysteries raymond edward johnson paul mcgrath mary bennett boris karloff mary astor helen hayes peter lorre paul lukas claude rains frank sinatra orson welles santos ortega mercedes mccambridge berry kroeger lawson zerbe arnold moss leon janney mason adams richard widmark everett sloane burgess meredith agnes moorehead ken lynch anne seymour 1940s 1950s'
title='Inner Sanctum Mysteries'>
<img alt='cover image' title='Inner Sanctum Mysteries'
src='/cover/sm/inner-sanctum-mysteries.jpg'>
src='/cover/sm/inner-sanctum-mysteries.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -291,7 +305,8 @@
data-filter='the key 1950s'
title='The Key'>
<img alt='cover image' title='The Key'
src='/cover/sm/the-key.jpg'>
src='/cover/sm/the-key.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -311,7 +326,8 @@
data-filter='the man called x herbert marshall leon belasco 1940s 1950s'
title='The Man Called X'>
<img alt='cover image' title='The Man Called X'
src='/cover/sm/the-man-called-x.jpg'>
src='/cover/sm/the-man-called-x.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -331,7 +347,8 @@
data-filter='molle mystery theatre joseph julian anne seymour raymond edward johnson peter lorre bernard lenrow roc rogers richard widmark budd collyer martin gable mandel kramer elspeth eric frank lovejoy alfred shirley robert carroll james westerfield 1940s 1950s'
title='Molle Mystery Theatre'>
<img alt='cover image' title='Molle Mystery Theatre'
src='/cover/sm/molle-mystery-theatre.jpg'>
src='/cover/sm/molle-mystery-theatre.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -351,7 +368,8 @@
data-filter='murder at midnight 1940s 1950s'
title='Murder at Midnight'>
<img alt='cover image' title='Murder at Midnight'
src='/cover/sm/murder-at-midnight.jpg'>
src='/cover/sm/murder-at-midnight.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -371,7 +389,8 @@
data-filter='murder by experts lawson zerbe ann shepherd santos ortega ralph bell william zuckert 1940s 1950s'
title='Murder by Experts'>
<img alt='cover image' title='Murder by Experts'
src='/cover/sm/murder-by-experts.jpg'>
src='/cover/sm/murder-by-experts.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Mystery</li>
@ -391,7 +410,8 @@
data-filter='the mysterious traveler maurice tarplin jackson beck lon clark roger dekoven elspeth eric wendell holmes bill johnstone joseph julian jan miner santos ortega bryna raeburn frank readick luis van rooten ann shepherd lawson zerbe bill zuckert 1940s 1950s'
title='The Mysterious Traveler'>
<img alt='cover image' title='The Mysterious Traveler'
src='/cover/sm/the-mysterious-traveler.jpg'>
src='/cover/sm/the-mysterious-traveler.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -411,7 +431,8 @@
data-filter='mystery house 1920s 1930s 1940s 1950s'
title='Mystery House'>
<img alt='cover image' title='Mystery House'
src='/cover/sm/mystery-house.jpg'>
src='/cover/sm/mystery-house.jpg'
loading='lazy'>
<div>
<ul>
<li>Mystery</li>
@ -431,7 +452,8 @@
data-filter='mystery in the air peter lorre harry morgan 1940s'
title='Mystery in the Air'>
<img alt='cover image' title='Mystery in the Air'
src='/cover/sm/mystery-in-the-air.jpg'>
src='/cover/sm/mystery-in-the-air.jpg'
loading='lazy'>
<div>
<ul>
<li>Horror</li><li>Mystery</li>
@ -451,7 +473,8 @@
data-filter='secret agent k-7 returns unknown 1930s'
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'>
src='/cover/sm/secret-agent-k-7-returns.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Mystery</li>
@ -471,7 +494,8 @@
data-filter='the shadow orson welles frank readick 1930s 1940s'
title='The Shadow'>
<img alt='cover image' title='The Shadow'
src='/cover/sm/the-shadow.jpg'>
src='/cover/sm/the-shadow.jpg'
loading='lazy'>
<div>
<ul>
<li>Crime</li><li>Drama</li><li>Mystery</li>
@ -491,7 +515,8 @@
data-filter='the strange dr. weird maurice tarplin 1940s'
title='The Strange Dr. Weird'>
<img alt='cover image' title='The Strange Dr. Weird'
src='/cover/sm/the-strange-dr-weird.jpg'>
src='/cover/sm/the-strange-dr-weird.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -511,7 +536,8 @@
data-filter='suspense lurene tuttle rosalind russell jimmy stewart gene kelly charles ruggles alice frost jack webb alfred hitchcock alan ladd dane clark cary grant susan hayward rita hayworth peter lorre vincent price charles laughton loretta young lillian gish olivia de havilland orson welles james stewart 1940s 1950s 1960s'
title='Suspense'>
<img alt='cover image' title='Suspense'
src='/cover/sm/suspense.jpg'>
src='/cover/sm/suspense.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>
@ -531,7 +557,8 @@
data-filter='the whistler bill forman gale gordon joseph kearns cathy lewis elliott lewis gerald mohr lurene tuttle jack webb marvin miller everett clarke bill johnstone 1940s 1950s'
title='The Whistler'>
<img alt='cover image' title='The Whistler'
src='/cover/sm/the-whistler.jpg'>
src='/cover/sm/the-whistler.jpg'
loading='lazy'>
<div>
<ul>
<li>Drama</li><li>Horror</li><li>Mystery</li>

View File

@ -11,7 +11,8 @@
data-filter='2000 plus lon clark joseph julian henry norell bill keene bryna raeburn amzie strickland 1950s'
title='2000 Plus'>
<img alt='cover image' title='2000 Plus'
src='/cover/sm/2000-plus.jpg'>
src='/cover/sm/2000-plus.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>
@ -31,7 +32,8 @@
data-filter='alien worlds linda gary roger dressler bruce philip miller chuck olsen corey burton 1970s 1980s'
title='Alien Worlds'>
<img alt='cover image' title='Alien Worlds'
src='/cover/sm/alien-worlds.jpg'>
src='/cover/sm/alien-worlds.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>
@ -51,7 +53,8 @@
data-filter='buck rogers matt crowley curtis arnall carl frank john larkin adele ronson edgar stehli jack roseleigh joe granby ronald liss elaine melchior william bill shelley dan ocko arthur vinton 1930s 1940s'
title='Buck Rogers'>
<img alt='cover image' title='Buck Rogers'
src='/cover/sm/buck-rogers.jpg'>
src='/cover/sm/buck-rogers.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Sci-Fi</li>
@ -71,7 +74,8 @@
data-filter='dimension x joe di santis wendell holmes santos ortega joseph julian jan miner roger de koven john gibson ralph bell john larkin les damon mason adams 1950s'
title='Dimension X'>
<img alt='cover image' title='Dimension X'
src='/cover/sm/dimension-x.jpg'>
src='/cover/sm/dimension-x.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>
@ -91,7 +95,8 @@
data-filter='exploring tomorrow mandel kramer bryna raeburn lawson zerbe lon clark mason adams connie lembcke larry haines don douglas bret morrison charlotte sheffield 1950s'
title='Exploring Tomorrow'>
<img alt='cover image' title='Exploring Tomorrow'
src='/cover/sm/exploring-tomorrow.jpg'>
src='/cover/sm/exploring-tomorrow.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>
@ -111,7 +116,8 @@
data-filter='flash gordon gale gordon 1930s'
title='Flash Gordon'>
<img alt='cover image' title='Flash Gordon'
src='/cover/sm/flash-gordon.jpg'>
src='/cover/sm/flash-gordon.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Sci-Fi</li>
@ -131,7 +137,8 @@
data-filter='journey into space andrew fauldsguy kingsley poynterbruce beebydon sharpdavid williamsdavid kossoffalfie bassdavid jacobs 1950s'
title='Journey Into Space'>
<img alt='cover image' title='Journey Into Space'
src='/cover/sm/journey-into-space.jpg'>
src='/cover/sm/journey-into-space.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>
@ -151,7 +158,8 @@
data-filter='magic island sally creighton rosa barcelo tommy carr will h reynolds 1930s 1940s'
title='Magic Island'>
<img alt='cover image' title='Magic Island'
src='/cover/sm/magic-island.jpg'>
src='/cover/sm/magic-island.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Children</li><li>Sci-Fi</li>
@ -171,7 +179,8 @@
data-filter='planet man 1950s'
title='Planet Man'>
<img alt='cover image' title='Planet Man'
src='/cover/sm/planet-man.jpg'>
src='/cover/sm/planet-man.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Sci-Fi</li>
@ -191,7 +200,8 @@
data-filter='sf-68 michael mccabe 1960s'
title='SF-68'>
<img alt='cover image' title='SF-68'
src='/cover/sm/sf-68.jpg'>
src='/cover/sm/sf-68.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>
@ -211,7 +221,8 @@
data-filter='space patrol ed kemmer lyn osborn virginia hewitt ken mayer norman jolley nina bara bela kovacs dick tufeld dick wesson 1950s'
title='Space Patrol'>
<img alt='cover image' title='Space Patrol'
src='/cover/sm/space-patrol.jpg'>
src='/cover/sm/space-patrol.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>
@ -231,7 +242,8 @@
data-filter='superman bud collyer joan alexander julian noa jackie kelk 1940s 1950s'
title='Superman'>
<img alt='cover image' title='Superman'
src='/cover/sm/superman.jpg'>
src='/cover/sm/superman.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Sci-Fi</li>
@ -251,7 +263,8 @@
data-filter='x minus one 1950s'
title='X Minus One'>
<img alt='cover image' title='X Minus One'
src='/cover/sm/x-minus-one.jpg'>
src='/cover/sm/x-minus-one.jpg'
loading='lazy'>
<div>
<ul>
<li>Sci-Fi</li>

View File

@ -11,7 +11,8 @@
data-filter='adventures of champion 1940s 1950s'
title='Adventures of Champion'>
<img alt='cover image' title='Adventures of Champion'
src='/cover/sm/adventures-of-champion.jpg'>
src='/cover/sm/adventures-of-champion.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Western</li>
@ -31,7 +32,8 @@
data-filter='all star western theatre foy willing kenny driver al sloey johnny paul johnny mack brown 1940s'
title='All Star Western Theatre'>
<img alt='cover image' title='All Star Western Theatre'
src='/cover/sm/all-star-western-theatre.jpg'>
src='/cover/sm/all-star-western-theatre.jpg'
loading='lazy'>
<div>
<ul>
<li>Comedy</li><li>Music</li><li>Western</li>
@ -51,7 +53,8 @@
data-filter='fort laramie raymond burr vic perrin jack moyles 1950s'
title='Fort Laramie'>
<img alt='cover image' title='Fort Laramie'
src='/cover/sm/fort-laramie.jpg'>
src='/cover/sm/fort-laramie.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -71,7 +74,8 @@
data-filter='frontier fighters 1930s'
title='Frontier Fighters'>
<img alt='cover image' title='Frontier Fighters'
src='/cover/sm/frontier-fighters.jpg'>
src='/cover/sm/frontier-fighters.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -91,7 +95,8 @@
data-filter='frontier town jeff chandler reed hadley wade crosby 1940s 1950s'
title='Frontier Town'>
<img alt='cover image' title='Frontier Town'
src='/cover/sm/frontier-town.jpg'>
src='/cover/sm/frontier-town.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -111,7 +116,8 @@
data-filter='gunsmoke william conrad parley baer howard mcnear georgia ellis 1950s 1960s'
title='Gunsmoke'>
<img alt='cover image' title='Gunsmoke'
src='/cover/sm/gunsmoke.jpg'>
src='/cover/sm/gunsmoke.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Western</li>
@ -131,7 +137,8 @@
data-filter='have gun - will travel richard boone kam tong john dehner 1950s 1960s'
title='Have Gun - Will Travel'>
<img alt='cover image' title='Have Gun - Will Travel'
src='/cover/sm/have-gun-will-travel.jpg'>
src='/cover/sm/have-gun-will-travel.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -151,7 +158,8 @@
data-filter='hopalong cassidy william boyd andy clyde 1940s 1950s'
title='Hopalong Cassidy'>
<img alt='cover image' title='Hopalong Cassidy'
src='/cover/sm/hopalong-cassidy.jpg'>
src='/cover/sm/hopalong-cassidy.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -171,7 +179,8 @@
data-filter='lightning jim 1940s 1950s'
title='Lightning Jim'>
<img alt='cover image' title='Lightning Jim'
src='/cover/sm/lightning-jim.jpg'>
src='/cover/sm/lightning-jim.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -191,7 +200,8 @@
data-filter='the lone ranger george seaton earle graser brace beemer james jewell fred foy john todd roland parker jay michael bill saunders paul hughes jane fae rube and liz weiss john hodiak bob martin james lipton dick beals 1930s 1940s 1950s'
title='The Lone Ranger'>
<img alt='cover image' title='The Lone Ranger'
src='/cover/sm/the-lone-ranger.jpg'>
src='/cover/sm/the-lone-ranger.jpg'
loading='lazy'>
<div>
<ul>
<li>Adventure</li><li>Western</li>
@ -211,7 +221,8 @@
data-filter='luke slaughter of tombstone sam buffington junius matthews 1950s'
title='Luke Slaughter of Tombstone'>
<img alt='cover image' title='Luke Slaughter of Tombstone'
src='/cover/sm/luke-slaughter-of-tombstone.jpg'>
src='/cover/sm/luke-slaughter-of-tombstone.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -231,7 +242,8 @@
data-filter='melody ranch gene autry wendell niles tom hanlon lou crosby charles lyon pat buttram 1940s 1950s'
title='Melody Ranch'>
<img alt='cover image' title='Melody Ranch'
src='/cover/sm/melody-ranch.jpg'>
src='/cover/sm/melody-ranch.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -251,7 +263,8 @@
data-filter='pinto pete and his ranch boys jack ross joe bradley ken carson 1930s 1940s 1950s'
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'>
src='/cover/sm/pinto-pete-and-his-ranch-boys.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -271,7 +284,8 @@
data-filter='pinto pete in arizona jack ross joe bradley ken carson 1930s 1940s 1950s'
title='Pinto Pete in Arizona'>
<img alt='cover image' title='Pinto Pete in Arizona'
src='/cover/sm/pinto-pete-in-arizona.jpg'>
src='/cover/sm/pinto-pete-in-arizona.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -291,7 +305,8 @@
data-filter='red horse ranch foreman alabam tenderfoot idaho arizona cookie and tex 1930s'
title='Red Horse Ranch'>
<img alt='cover image' title='Red Horse Ranch'
src='/cover/sm/red-horse-ranch.jpg'>
src='/cover/sm/red-horse-ranch.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -311,7 +326,8 @@
data-filter='romance of the ranchos jerry farber ann whitfield nestor palva lou krugman marian wilkins gail bonney herb butterfield 1940s'
title='Romance of the Ranchos'>
<img alt='cover image' title='Romance of the Ranchos'
src='/cover/sm/romance-of-the-ranchos.jpg'>
src='/cover/sm/romance-of-the-ranchos.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -331,7 +347,8 @@
data-filter='the roy rogers show roy rogers dale evans gabby hayes pat brady forrest lewis 1940s 1950s'
title='The Roy Rogers Show'>
<img alt='cover image' title='The Roy Rogers Show'
src='/cover/sm/the-roy-rogers-show.jpg'>
src='/cover/sm/the-roy-rogers-show.jpg'
loading='lazy'>
<div>
<ul>
<li>Music</li><li>Western</li>
@ -351,7 +368,8 @@
data-filter='the six shooter james stewart parley baer virginia gregg harry bartell howard mcnear jeanette nolan dan oherlihy alan reed marvin miller william conrad 1950s'
title='The Six Shooter'>
<img alt='cover image' title='The Six Shooter'
src='/cover/sm/the-six-shooter.jpg'>
src='/cover/sm/the-six-shooter.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -371,7 +389,8 @@
data-filter='tales of the diamond k ken maynard 1950s'
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'>
src='/cover/sm/tales-of-the-diamond-k.jpg'
loading='lazy'>
<div>
<ul>
<li>Children</li><li>Western</li>
@ -391,7 +410,8 @@
data-filter='tales of the texas rangers joel mccrea willard parker harry lauter 1950s'
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'>
src='/cover/sm/tales-of-the-texas-rangers.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>
@ -411,7 +431,8 @@
data-filter='wild bill hickok guy madison andy devine 1950s'
title='Wild Bill Hickok'>
<img alt='cover image' title='Wild Bill Hickok'
src='/cover/sm/wild-bill-hickok.jpg'>
src='/cover/sm/wild-bill-hickok.jpg'
loading='lazy'>
<div>
<ul>
<li>Western</li>

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,29 @@ document.addEventListener('DOMContentLoaded', () => {
player.initialize();
let lastSearch;
var queue = document.getElementById('queue-container');
var overlay = document.getElementById('overlay');
queue.getElementsByTagName('h2')[0].addEventListener('click', () => {
if (queue.style.height !== 'calc(100% - 6ex)') {
queue.style.height = 'calc(100% - 6ex)';
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.5)';
overlay.style.backdropFilter = 'blur(5px)';
overlay.style.pointerEvents = 'auto';
} else {
queue.style.height = '10ex';
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.0)';
overlay.style.backdropFilter = 'none';
overlay.style.pointerEvents = 'none';
}
});
overlay.addEventListener('click', () => {
queue.style.height = '10ex';
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.0)';
overlay.style.backdropFilter = 'none';
overlay.style.pointerEvents = 'none';
});
// function that gets run on content load
var wirePage = (e) => {
// wire up episode items to play
@ -100,10 +123,12 @@ class Player {
this.playButton = controls.getElementsByTagName('button').item(1);
this.playButtonPath = this.playButton.getElementsByTagName('path').item(0);
this.ffwButton = controls.getElementsByTagName('button').item(2);
this.nxtButton = controls.getElementsByTagName('button').item(3);
this.cover = this.nowPlaying.getElementsByTagName('img').item(0);
this.seriesName = this.nowPlaying.getElementsByTagName('span').item(0);
this.episodeName = this.nowPlaying.getElementsByTagName('span').item(1);
this.timeDisplay = timeVolume.getElementsByTagName('span').item(0);
this.progress = document.getElementById('progress');
this.volumeSlider = timeVolume.getElementsByTagName('input').item(0);
this.howl = null;
this.ticker = null;
@ -165,6 +190,7 @@ class Player {
this.playButton.disabled = disabled === true;
this.rewButton.disabled = disabled === true;
this.ffwButton.disabled = disabled === true;
this.nxtButton.disabled = disabled === true || true;
}
setPlay() {
@ -224,10 +250,18 @@ class Player {
if (this.howl && this.howl.state() === 'loaded') {
const total = this.howl.duration();
const current = this.howl.seek();
this.timeDisplay.innerHTML =
const pct = `${Math.round(current / total * 1000) / 10}%`;
const content =
this._getDisplayTime(current) + ' / ' + this._getDisplayTime(total);
if (this.timeDisplay.innerHTML !== content) {
this.timeDisplay.innerHTML = content;
}
if (this.progress.style.width !== pct) {
this.progress.style.width = pct;
}
} else {
this.timeDisplay.innerHTML = '--:-- / --:--';
this.progress.style.width = '0%';
}
}

View File

@ -119,7 +119,7 @@ main {
flex-basis: 0;
flex-grow: 999;
min-inline-size: 75%;
margin-bottom: 10ex;
margin-bottom: 15ex;
}
.seriesList {
@ -269,6 +269,55 @@ ol > li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#overlay {
position: fixed;
pointer-events: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: none;
background-color: rgba(0, 0, 0, 0);
transition: background-color 0.25s linear, backdrop-filter 0.25s linear;
}
#queue-container {
position: fixed;
bottom: 0;
max-width: 120ch;
border: 2px solid black;
transition: height 0.25s ease-out;
height: 10ex;
min-width: 25%;
background: white;
left: 1rem;
}
#queue-container h2 {
cursor: pointer;
position: relative;
display: inline-block;
top: -4ex;
font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
font-size: 1.25rem;
height: 4ex;
border-left: 2px solid black;
border-right: 2px solid black;
border-top: 2px solid black;
border-bottom: 1px dashed black;
padding: 0.8ex;
padding-left: 2.25ch;
background-repeat: no-repeat;
background-position: 0 50%;
background-color: white;
background-image: url('/icon-queue.svg');
}
#queue-container h2:hover {
color: #c50;
text-decoration: underline;
}
footer {
position: fixed;
bottom: 0px;
@ -277,12 +326,32 @@ footer {
background-color: inherit;
border-top: 2px solid black;
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.75);
padding: 1ex;
display: flex;
flex-wrap: nowrap;
}
footer > div {
footer > div:first-child {
width: 100%;
border-bottom: 1px solid black;
height: 0.5ex;
}
#progress {
background-color: #c50;
height: 100%;
width: 0%;
}
footer > div:last-child {
display: flex;
flex-wrap: nowrap;
padding: 1ex;
}
#progress-container {
flex-basis: 100%;
border-bottom: 1px solid black;
}
footer > div:last-child > div {
flex: 1 1;
width: 33%;
}
@ -454,13 +523,12 @@ h2 svg {
.controls a {
display: block;
padding: 0.25rem 0.5rem;
padding: 0.25rem 0.5rem 0.25rem 1.25rem;
border: 1px solid black;
box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
border-radius: 0.5rem;
color: black;
text-decoration: none;
text-indent: 1.5ch;
background-repeat: no-repeat;
background-position: 0 50%;
}
@ -504,4 +572,7 @@ h2 svg {
.detail article {
font-size: 1rem;
}
#queue-container {
left: 0.5rem;
}
}

34
src/Player.ts Normal file
View File

@ -0,0 +1,34 @@
class Player {
private readonly playSvg = 'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z';
private readonly pauseSvg = 'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z';
private readonly nowPlaying: HTMLElement;
private readonly rewButton: HTMLElement;
private readonly playButton: HTMLElement;
private readonly playButtonPath: HTMLElement;
private readonly ffwButton: HTMLElement;
private readonly cover: HTMLElement;
private readonly seriesName: HTMLElement;
private readonly episodeName: HTMLElement;
private readonly timeDisplay: HTMLElement;
private readonly volumeSlider: HTMLElement;
private ticker: number | undefined;
public constructor() {
setInterval
const controls = document.getElementById('controls');
const timeVolume = document.getElementById('timeVolume');
this.nowPlaying = document.getElementById('nowPlaying');
this.rewButton = controls.getElementsByTagName('button').item(0);
this.playButton = controls.getElementsByTagName('button').item(1);
this.playButtonPath = this.playButton.getElementsByTagName('path').item(0);
this.ffwButton = controls.getElementsByTagName('button').item(2);
this.cover = this.nowPlaying.getElementsByTagName('img').item(0);
this.seriesName = this.nowPlaying.getElementsByTagName('span').item(0);
this.episodeName = this.nowPlaying.getElementsByTagName('span').item(1);
this.timeDisplay = timeVolume.getElementsByTagName('span').item(0);
this.volumeSlider = timeVolume.getElementsByTagName('input').item(0);
this.howl = null;
this.ticker = null;
}
}