forked from HPR/hpr_generator
		
	Add show_transcript MACRO to index and episode pages
This commit is contained in:
		| @@ -2,6 +2,7 @@ | ||||
| <!--% PROCESS 'shared-avatar.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-utils.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-listen-now.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-show-transcript.tpl.html' %--> | ||||
| <!--% PROCESS "queries-episode-${constants.database}.tpl.html" %--> | ||||
| <!--% USE DBI(constants.driver, constants.user, constants.password) %--> | ||||
| <!--% query_episodes = DBI.prepare(query_episode_maxmin) | ||||
| @@ -28,15 +29,8 @@ Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pa | ||||
| 	<div><!--% episode.notes %--></div> | ||||
| <footer> | ||||
|  | ||||
| <h2>Show Transcript</h2> | ||||
| <p>Automatically generated using <a href="https://github.com/openai/whisper">whisper</a> | ||||
| <pre><code>whisper --model tiny --language en hpr0010.wav</code></pre></p> | ||||
| <!--% show_transcript(episode, "hpr", baseurl, media_baseurl) %--> | ||||
|  | ||||
| <ul> | ||||
| 	<li>Text: <a href="<!--% media_path(episode.id, episode_type, 'txt', baseurl, media_baseurl) %-->">hpr<!--% zero_pad_left(episode.id) %-->.txt</a></li> | ||||
| 	<li><a href="https://en.wikipedia.org/wiki/WebVTT">WebVTT</a>: <a href="<!--% media_path(episode.id, episode_type, 'vtt', baseurl, media_baseurl) %-->">hpr<!--% zero_pad_left(episode.id) %-->.vtt</a></li> | ||||
| 	<li><a href="https://en.wikipedia.org/wiki/SubRip">SubRip</a>: <a href="<!--% media_path(episode.id, episode_type, 'srt', baseurl, media_baseurl) %-->">hpr<!--% zero_pad_left(episode.id) %-->.srt</a></li> | ||||
| </ul> | ||||
| <!--% listen_now(episode, "hpr", baseurl, media_baseurl) %--> | ||||
| <p> | ||||
| <!--% episode_navigation %--> | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| <!--% PROCESS 'shared-avatar.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-utils.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-listen-now.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-show-transcript.tpl.html' %--> | ||||
| <!--% PROCESS 'shared-call_for_shows.tpl.html' %--> | ||||
| <!--% INCLUDE 'content-index-announcement.tpl.html' %--> | ||||
| <!--% PROCESS "queries-index-${constants.database}.tpl.html" %--> | ||||
| @@ -51,7 +52,9 @@ | ||||
| 	</header> | ||||
| 		<!--% latest_episodes.notes %--> | ||||
| 	<footer> | ||||
| 		<!--% listen_now(latest_episodes, "hpr", baseurl, media_baseurl) %--> | ||||
| 	<!--% show_transcript(latest_episodes, "hpr", baseurl, media_baseurl) %--> | ||||
|  | ||||
| 	<!--% listen_now(latest_episodes, "hpr", baseurl, media_baseurl) %--> | ||||
| 	</footer> | ||||
| </article> | ||||
| <!--% END %--> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user