Hello,
I am developing a library/tool which (among other things) generates an rss feed for a podcast.
The primary client for the rss feed generated by this library is AntennaPod, as that’s what I use.
I have a few questions about Podcasting2.0 chapters:
- Does AntennaPod support relative chapter urls? I tried urls like:
<podcast:chapters url="yJ3ZvJSDE6aZ-chapters/chapters-V6sksZjGnQwM.json" type="application/json+chapters"/>
but it the chapters just kept loading forever. - If AntennaPod supports relative chapter urls, what is the syntax?
Note: I made sure that my xml element has the appropriate xmlns:podcast="https://podcastindex.org/namespace/1.0" and version="2.0"
I am using the nodejs “podcast” library (github: maxnowack/node-podcast) under the hood in my tool (extra logic + customizations on top)
I am interested in this, as previously I used the simple psc-style podlove chapters, and those can’t seem to be force-refetched from antennapod (the refresh button is invisible from my testing), which makes testing chapter support quite difficult.
Thanks!