I have updated my Wordpress plug-in that adds the namespace to power press feeds to include the new chance in the person tag as well as setting the person and soundbite tags via a custom meta box on the post so you don’t need to put them into a custom field https://github.com/Lehmancreations/Podcast-Namespace-Wordpress-Plugin/releases/tag/v1.1
@theDanielJLewis with this plug-in I just allow you to put the link for the chapters file in.
I have another plug-in that for now is just a private one that allows you to put your chapters in the post and it then creates a work-json api endpoint that creates the json file. See https://dudesanddadspodcast.com/wp-json/chapters/v1/post/899
I might be up to letting you have that chapters api plug-in but right now it has some hard coded information in it.
@Lehmancreations No rush. Realistically, I probably couldn't invest the time into it for a while. Besides, I need a way to export my existing chapters first.
@theDanielJLewis how are you currently doing your chapters?
@Lehmancreations MP3 chapters added via Marco's Forecast app.
@theDanielJLewis gotcha. Yeah I use that in my mp3 too I was just looking to see if there was a way to use some python to dump the chapters from an mp3 file
@Lehmancreations It seems like there could be, since the MP3 chapters are stored in the file header. (But I've heard AAC spreads them throughout the file.)
@theDanielJLewis ahh
@Lehmancreations @theDanielJLewis I wonder if @bjoreman 's app would suck out the chapters if you loaded up an MP3 in it. I've never used it that way, but I bet it could.
@dave @theDanielJLewis @bjoreman I bet your right. I have never used that app but I have looked at it
@Lehmancreations @dave @theDanielJLewis Indeed, you can use my app to read MP3 chapters and export them.
@Lehmancreations This looks really good Andy. Sorry for not pinging you on that change. I didn't realize you had it in there yet.
@dave no problem.
@Lehmancreations If you ever need help in integrating anything into powerpress let me know I'll connect you with ben. Also if you ever want to submit us code we always credit and appreciate it when folks do.
@Todd_Blubrry awesome. Thanks
@Lehmancreations Nice! I might put this into my own website, since I generate my feed with PowerPress.
Where are you storing the episode metadata file with the chapters? It would be nice for that to support offloading to a CDN.
(Plus, I'm not sure if you saw, but I think we all agreed it should be referred to as a metadata file that will eventually hold more than chapters.)