Linux 软件免费装

Chapcast – Podcast Chapters

开发者 nordichosting
更新时间 2026年5月22日 22:08
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL v2 or later
版权网址: 版权信息

标签

audio player podcast chapters seriously-simple-podcasting

下载

1.1.6 1.1.5 1.1.7 1.1.4

详情介绍:

Chapcast adds a Podcast chapters meta box in the editor where you can enter start times and titles. On the front end, visitors see the standard HTML5 audio player plus a list of chapters; clicking a chapter jumps to that position in the audio.

安装:

  1. Upload the plugin files to /wp-content/plugins/chapcast-podcast-chapters/ (the folder name must match the WordPress.org slug so the bundled text domain loads), or install through the WordPress plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Edit a podcast episode (or post, if the podcast post type is not present), add chapters under Podcast chapters, and publish.

升级注意事项:

1.1.7 Fixes stale chapters leaking onto cloned episodes that share an audio file, and stops Yoast Duplicate Post from copying chapter rows on clone. Each episode is now strictly per-post for chapters. 1.1.6 Chapcast override URL now auto-mirrors to SSP audio_file/enclosure on save — cloned episodes get the Castos player immediately without a manual SSP edit. 1.1.5 Important bug fix: chapters are now stored per episode. Cloning a post no longer overwrites the original's chapters. No data migration needed — existing chapters migrate automatically on next save. 1.1.4 Text domain and folder slug now match the assigned WordPress.org slug (chapcast-podcast-chapters). 1.1.3 Chapter list now matches the player width at every resolution. 1.1.2 Fix for automated scan: i18n domain must be a literal string, not a constant. 1.1.1 Text domain and settings page slug aligned with the simple-podcast-chapters plugin folder for directory compliance. 1.1.0 Renamed to Chapcast; data migrates automatically. Prefer shortcode [chapcast_player] and filters chapcast_* in custom code.

常见问题:

Something appears between my audio and the chapter list

With automatic placement, the chapter list is output after all content in the editor. Reorder blocks so the episode Audio block is below intro/promo content, or turn off automatic placement and use [chapcast_player] right after the Audio block. See Settings → Podcast Chapters → Content order.

I turned off automatic placement and chapters disappeared

You must add [chapcast_player] to the post (Shortcode block) where you want the player and chapters. The meta box shows a reminder if the shortcode is missing.

Do I need the audio block at the bottom of the post?

Only if you use automatic placement and want chapters directly under that player — then put other blocks above the Audio block. If you use manual placement ([chapcast_player]), put the shortcode wherever you like (e.g. right after the Audio block in the middle of the page).

Can chapters follow the media file instead of each post?

Each episode stores its own chapter list. You can edit chapters directly on a media file (Media Library → audio file → Podcast chapters), but those chapters only show when the media file is viewed on its own attachment page — they no longer leak onto episodes that share the same audio file. Since 1.1.7 chapters are read strictly from the post; this prevents stale chapters from old episodes appearing on newly cloned posts.

Does this read chapters from M4A files automatically?

No. Chapters are entered in the WordPress editor. This keeps the plugin simple and works with any audio format supported by the browser.

Which post types are supported?

By default, the meta box and front-end player apply to Posts, Pages, and the podcast post type when Seriously Simple Podcasting (or another plugin) registers it. If your episodes use a different post type slug, add it with the chapcast_post_types filter.

I use chapters on the media file but the episode shows no chapters

Since 1.1.7 chapters are read strictly from the post, not from the audio attachment. Enter chapters on the episode itself in the Podcast chapters meta box. The attachment-level chapter list still exists for editing media files directly, but it is no longer used as a fallback on posts — this prevents stale rows from old episodes appearing on newly cloned posts that share an audio file.

I don’t see the Podcast chapters box in the block editor

Open the Options (⋮) menu or the Plugins / sidebar panels — meta boxes may appear below the editor or in a collapsible panel depending on your WordPress version and theme.

I upgraded from “Simple Podcast Chapters” — will my data migrate?

Yes. On first load after upgrade, post meta _spc_chapters / _spc_audio_url_override and option spc_auto_append are migrated to the new chapcast_* keys automatically.

更新日志:

1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.0