Chapter marks without Podlove Publisher

Hi,

is it possible to integrate chapter marks into a podcast episode displayed via Podlove Web Player (on Wordpress Gutenberg) without using the Publisher? I’ve looked at the player block and can’t find a field for doing so but maybe I’m missing something?

Thanks!

Hey,

sorry for the late response :confused: This is currently not implemented. Feel free to open an issue (GitHub - podlove/podlove-web-player-wp-plugin: WordPress plugin integrating the Podlove Web Player) so we can see if others also need this feature and can vote this up :+1:

1 Like

If you have a working chapter file in json format you can simply use this tag in the webplayer block for wordpress.

chapters=“https://yourdomain/folder/chapter.json

I let auphonic generate my chapter files.

Hi, thanks a lot! I’m feeling a bit dumb but where would I put this exactly? Attached a pic of how the block displays for me.
Bildschirmfoto 2021-12-13 um 21.45.01
Bildschirmfoto 2021-12-13 um 21.45.10

You can use a shortcode i.e. Wordpress.

[podlove-web-player title=“Podlove Web Player” show=“Podlovers” poster=“https://docs.podlove.org/assets/web-player/episode.png” src=“https://files.podlovers.org/LOV003.mp3
chapters=“https://yourdomain/folder/chapter.json”
size=“76976929” duration=“01:31:18.610”]

Ah, thanks! I didn’t know you could use shortcode like that without a post id.