Closed Cj-Malone closed 5 years ago
Thanks a lot! Yes, I have read about the specs too, but was afraid that other podcasting apps do not follow this specification, especially the plain text and content:encoded.
do you have any idea how much standardized this is?
AntennaPod currently shows the a HTML striped shownotes in the overview when subscribing and correctly shows the shownotes when viewing the page. With this, AntennaPod shows the a nicely formatted description in the overview and still shows the proper show notes on the page.
Podcasts (iOS 11) currently badly formatted summary, based on HTML striped description. With this merged it shows clean titles nice plain text description and HTML show notes.
You can test it by subscribing to master and formatting branches.
Thanks for the screenshots. I tried to subscribe formatted branch on PocketCasts (as the majority use that client for listening to our podcast) but somehow pocketcast have indexed the podcast internally and it seems to return master branch rss feed, although I enter formatting branch rss feed.
However, pocketcasts web app renders plain text:
The Android app displays html (as already said, coudnt force pocketcast to load rss feed from formatted branch, maybe because of <atom:link rel="self" type="application/rss+xml" href="https://raw.githubusercontent.com/artem-zinnatullin/TheContext-Podcast/master/feed.rss"/>
in formatted branch rss feed)
Even with changing the self link Pocket Casts still picked it up as the original. I'm temporally hosting it here with some more edits to ensure it's not classed as the same feed.
Pocket Casts still uses the original titles, shownotes render from HTML however when shared to the web it doesn't show any show notes.
Ah ok, seems to still work as expected in pocketcasts android app. PocketCasts web app does not show show notes http://pca.st/cOJR
Cj Malone notifications@github.com schrieb am Mo., 7. Aug. 2017, 13:01:
Even with changing the self link Pocket Casts still picked it up as the original. I'm temporally hosting it here https://feeds.betterfeeds.org/context.rss with some more edits to ensure it's not classed as the same feed.
Pocket Casts still uses the original titles, shownotes render from HTML however when shared to the web it doesn't show any show notes.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/artem-zinnatullin/TheContext-Podcast/pull/79#issuecomment-320634590, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnrk0Qvw-p5e9lV4QYqkomJOKffnfiks5sVu6TgaJpZM4OvHvH .
Closed by #108
I've made some more changed to the feed to better comply with the specs.
The Apple
summary
tag should be plain text, so I've changed it toencoded
fromcontent
. I've added some plain textdescription
s that iTunes will fall back to certain situations. Amended theauthor
information for the latest 2 episodes. And I've added the new Appletitle
tag, based on the updated spec draft, potentiallyepisode
numbers should be adopted as well, but since you have multiple parts to some episodes I don't know how to handle them.