API for hiding/showing the chapters in the player

Hello! I would like to hide the chapters shown by default (due to a setting) by providing the corresponding value to the function call. But I don’t now how and if it is possible at all.

<?php echo $episode->player(); ?>

Any help is highly appreciated :slight_smile:

Which web player are you using? It can be configured in the Podcast Settings > Player for Podlove Web Player 2 and 3.

I want to set it up in Setting to “visible”, but override it on a particular page with “not visible”.

Like $episode->player(array(‘chapters’ => false));

I see, that’s currently not possible.

Can I request this feature somehow?

I would like to show the player like here on the homepage: https://firmenfunk.com/

But on the episode’s page it should show the chapters: https://firmenfunk.com/ff020-was-waere-wenn/

1 Like