From 59549daa6316f4ed21e09050a96b1d935cf01a44 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Fri, 24 Feb 2023 18:55:37 -0500
Subject: [PATCH 1/3] Fix archive.org paths in media_path MACRO
---
templates/shared-utils.tpl.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/shared-utils.tpl.html b/templates/shared-utils.tpl.html
index f51d000..63fa696 100644
--- a/templates/shared-utils.tpl.html
+++ b/templates/shared-utils.tpl.html
@@ -63,7 +63,7 @@
-
+
From 27a84529c6c5a45de7cdce45152588774ed57175 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Fri, 24 Feb 2023 18:57:20 -0500
Subject: [PATCH 2/3] Create shared template for showing show transcripts
Used in main index page and individual episode pages.
---
templates/shared-show-transcript.tpl.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 templates/shared-show-transcript.tpl.html
diff --git a/templates/shared-show-transcript.tpl.html b/templates/shared-show-transcript.tpl.html
new file mode 100644
index 0000000..6567b81
--- /dev/null
+++ b/templates/shared-show-transcript.tpl.html
@@ -0,0 +1,12 @@
+
+Show Transcript
+Automatically generated using whisper
+
whisper --model tiny --language en hpr.wav
+
+
+
+
From 927424901be3157f7dbd8f74936f65d344980adb Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Fri, 24 Feb 2023 18:58:56 -0500
Subject: [PATCH 3/3] Add show_transcript MACRO to index and episode pages
---
templates/content-episode.tpl.html | 10 ++--------
templates/content-index.tpl.html | 5 ++++-
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/templates/content-episode.tpl.html b/templates/content-episode.tpl.html
index 5a9f01c..b4d1040 100644
--- a/templates/content-episode.tpl.html
+++ b/templates/content-episode.tpl.html
@@ -2,6 +2,7 @@
+
correspondents/