From 1cec6b45f0f1f6cfea9ad3b202669f2abe601d47 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Thu, 23 Jan 2025 22:36:18 -0500
Subject: [PATCH 1/3] Simplify transcription text
---
templates/shared-show-transcript.tpl.html | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/templates/shared-show-transcript.tpl.html b/templates/shared-show-transcript.tpl.html
index 607ba0b..292905e 100644
--- a/templates/shared-show-transcript.tpl.html
+++ b/templates/shared-show-transcript.tpl.html
@@ -1,14 +1,5 @@
-Show Transcript
-Automatically generated using whisper
-
whisper --model tiny --language en hpr.wav
-
-You can save these subtitle files to the same location as the HPR Episode, and they will automatically show in players like mpv , vlc . Some players allow you to specify the subtitle file location.
-
-
+Download the transcription and
+ subtitles .
--
2.43.5
From f58e25a685be27a7dd08e891cd1e061fefec48c0 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Thu, 23 Jan 2025 22:42:40 -0500
Subject: [PATCH 2/3] Move location of transcription text
Move from after the show notes to after the show duration.
---
templates/content-episode.tpl.html | 1 -
templates/content-index.tpl.html | 3 ---
templates/shared-listen-now.tpl.html | 4 +++-
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/templates/content-episode.tpl.html b/templates/content-episode.tpl.html
index 4fff0df..9b0c679 100644
--- a/templates/content-episode.tpl.html
+++ b/templates/content-episode.tpl.html
@@ -28,7 +28,6 @@ Hosted by
diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html
index 762f413..58421aa 100644
--- a/templates/content-index.tpl.html
+++ b/templates/content-index.tpl.html
@@ -63,9 +63,6 @@
-
diff --git a/templates/shared-listen-now.tpl.html b/templates/shared-listen-now.tpl.html
index 9aaafac..37d7af3 100644
--- a/templates/shared-listen-now.tpl.html
+++ b/templates/shared-listen-now.tpl.html
@@ -1,4 +1,5 @@
+
Play now:
@@ -7,6 +8,7 @@
- Duration:
+ Duration:
+
--
2.43.5
From 45dd69d855fbc2c0c7e93f1d7286760a161300c1 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Thu, 23 Jan 2025 22:45:06 -0500
Subject: [PATCH 3/3] Replace spx file reference with opus
---
templates/shared-episode-summary.tpl.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/templates/shared-episode-summary.tpl.html b/templates/shared-episode-summary.tpl.html
index 8518497..2dcf07b 100644
--- a/templates/shared-episode-summary.tpl.html
+++ b/templates/shared-episode-summary.tpl.html
@@ -1,4 +1,5 @@
+
from the series .
@@ -24,10 +25,10 @@ from the series " aria-label="Download as">ogg ,
-spx ,
+opus ,
or
-mp3 format.
+mp3 format.
--
2.43.5