]> id.pley.net Git - pod.git/commitdiff
Add styling for audio; simplify episode pages; fix email address in feed
authorJer Noble <jer.noble@apple.com>
Sun, 8 May 2022 05:46:57 +0000 (22:46 -0700)
committerJer Noble <jer.noble@apple.com>
Sun, 8 May 2022 05:46:57 +0000 (22:46 -0700)
_layouts/episode.html
sf/_posts/2022-4-11-Hi-Sheryl.md
sf/_posts/2022-4-22-Reply-Guys.md
sf/feed.xml

index 2fce471a9e01cc73c70796c708c9f6363baba592..e8fb7e0de5c2c7f51594478120292ab6d0866118 100644 (file)
@@ -4,6 +4,6 @@ layout: default
 <h6>{{ page.date | date_to_string: "ordinal", "US" }}</h6>
 <h2>{{ page.title }}</h2>
 <p>{{ page.summary }}</p>
-<audio preload="metadata" class="episode" controls src="{{ page.file }}"></audio>
+<audio preload="metadata" class="episode" controls src="{{ page.mediaURL }}"></audio>
 <br />
 <p>{{ content }}</p>
\ No newline at end of file
index a8dae13861b442c09f7f8db01a6b6d7c8cb88e9f..f00791408d9952feb0fc8eac2672d05bda1e4b8a 100644 (file)
@@ -1,14 +1,12 @@
 ---
 layout: episode
-title: "Hi Sheryl!"
 type: podcast
+title: "Hi Sheryl!"
 date: 2022-4-11 22:00:00
-file: https://archive.org/download/rjssfpod-episode1/rjssfpod-episode1.mp3
-file_itunes: https://archive.org/download/rjssfpod-episode1/rjssfpod-episode1.mp3
-excerpt: "Ruchi and Jer discuss SF's redistricting fracas, as well as SF's role in California's math policy fracas."
 summary: "Ruchi and Jer discuss SF's redistricting fracas, as well as SF's role in California's math policy fracas."
+mediaURL: https://archive.org/download/rjssfpod-episode1/rjssfpod-episode1.mp3
+mediaLength: "56478621"
 duration: "1:07:14"
-length: "56478621"
 explicit: "clean"
 block: "no"
 keywords: "sf, politics, education"
index 42ad3fb1154918150ecb84e2787f06cffa09d794..5e8efdca700993f1f75e7aa3ea08ce96bfe7c0f3 100644 (file)
@@ -1,14 +1,12 @@
 ---
 layout: episode
-title: "AD17, Reply Guys, and the grand Unifying Theory of Dating in SF"
 type: podcast
+title: "AD17, Reply Guys, and the grand Unifying Theory of Dating in SF"
 date: 2022-4-22 22:00:00
-file: https://archive.org/download/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix.mp3
-file_itunes: https://archive.org/download/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix.mp3
-excerpt: "Ruchi, Jer, and scott discuss the recent assembly election, the impact of social media on SF politics, and why dating in SF is so damned hard."
 summary: "Ruchi, Jer, and scott discuss the recent assembly election, the impact of social media on SF politics, and why dating in SF is so damned hard."
 duration: "1:16:37"
-length: "64364541"
+mediaURL: https://archive.org/download/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix/recording-1_postproductions_2022-04-24-t10-19-41pm-final-mix.mp3
+mediaLength: "64364541"
 explicit: "clean"
 block: "no"
 keywords: "sf, politics, education"
index f339fc699038472fb144ea6f0980d21ceefa6b80..d56fca6f8865eaa2218d29f064ced24ca3528713 100644 (file)
@@ -26,7 +26,7 @@ title: ""
         <itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
         <itunes:owner>
         <itunes:name><![CDATA[RJS Pod]]></itunes:name>
-                <itunes:email>{{ site.email }} (Podcast)</itunes:email>
+                <itunes:email>{{ site.email }}</itunes:email>
         </itunes:owner>
         <itunes:category text="News">
             <itunes:category text="Politics"/>
@@ -34,10 +34,10 @@ title: ""
 {% for post in site.posts %}        <item>
             <title>{{ post.title | xml_escape }}</title>
             <link>{{ post.url | absolute_url }}</link>
-            <description>{{ post.excerpt | xml_escape }}</description>
+            <description>{{ post.summary | xml_escape }}</description>
             <guid isPermaLink="true">{{ post.url | absolute_url }}</guid>
             <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
-            <enclosure url="http:{{ post.file }}" length="{{ post.length }}" type="audio/mp3"/>
+            <enclosure url="{{ post.mediaURL }}" length="{{ post.mediaLength }}" type="audio/mp3"/>
             <itunes:author>{{ site.podcast.author }}</itunes:author>
             <itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
             <itunes:duration>{{ post.duration }}</itunes:duration>