It appears Plex already “sees” the chapter name when chapters are accessed for manual selection. How about adding some automation to chapter selection by allowing configuration of chapter skipping based on a search string match in a chapter name. Some recording programs name their chapters and indicate “Advertisement” chapters. This would be a generic way of auto-skipping chapters that is not tied to any program outside of Plex.
I’m not sure I understand your suggestion…
Do you want an option to type in a search term when displaying the chapter selection and then jump to that (instead of swiping/clicking through the chapters)?
I don’t really understand how the auto-skipping should work with that… seems rather unintuitive to me (but I might be missing something).
I take it you’re aware of the built-in ad-detection and skipping of Plex’ DVR?
https://support.plex.tv/articles/115003944134-removing-commercials/
Edit: or do you want to give Plex a list of chapter names you want it to auto-skip?!
I would like a to be able to configure a search string that Plex uses to autoskip chapters based on a match in the chapter name. Plex offers a manual option for skipping chapters now and chapters are given names by many recording programs, so it would add some automation to the manual process.
Plex DVR skips commercial chapters but video chapters recorded by some other means are not skipped even though they often have chapter markings and chapter names.
Summary
Plex currently supports chapter metadata and automatic “Skip Intro” detection, but chapter data is treated as visual markers only. Many users already have accurate semantic chapters (e.g., Recap, Cold Open, Intro, Credits) across their TV libraries, yet Plex does not use this information to improve playback.
This feature request proposes allowing Plex to optionally use chapter metadata as semantic hints to support multiple skippable segments per episode. This would enable intelligent skipping of recaps and intros independently without skipping valid episode content such as cold opens.
⸻
The Problem
A very common TV episode structure is:
[ Recap ] → [ Cold Open ] → [ Intro ] → Episode Content
Plex currently allows skipping only one contiguous segment (the Intro). As a result:
• Recaps always play, even when binge-watching
• Viewers must manually skip recaps every episode
• Combining recap + intro into one skip region skips valid content (cold opens), which is undesirable
This limitation becomes increasingly noticeable when watching multiple episodes consecutively.
⸻
Key Observation
Plex already:
• Parses and displays chapter timestamps
• Performs server-side playback analysis
• Supports per-episode skip UI
Many users already have accurate semantic chapter data automatically generated across their TV libraries (e.g., Recap, Intro, Credits). Plex can already see this chapter data — it simply does not interpret its meaning.
The missing piece is not metadata, but playback logic.
⸻
Proposed Solution (High Level)
Allow Plex to optionally interpret chapter titles as semantic hints rather than ignoring them entirely. This would enable support for multiple independent skip segments within a single episode.
Chapters would not be mandatory or automatically skipped unless enabled by the user.
⸻
Proposed Behavior
Instead of a single skip region, allow multiple independent skip segments per episode.
Example logical model:
SkipSegments:
• Recap: 00:00 → 01:20
• Intro: 02:05 → 02:35
Playback behavior:
• Skip recap at episode start
• Resume playback for cold open
• Skip intro when encountered
• Episode content remains intact
This mirrors how viewers actually watch serialized TV.
⸻
Hybrid Detection Model (Low Risk)
To minimize risk and preserve existing behavior, a hybrid detection approach could be used:
- Use semantic chapter data if present
- Fall back to existing Plex intro detection
- Do nothing if neither exists
This ensures:
• No behavior change for users without chapters
• Existing Skip Intro detection remains unchanged
• Power users can opt in without affecting others
⸻
UI / Settings Impact
Minimal UI changes would be required:
• Reuse the existing Skip Intro button pattern
• Add a “Skip Recap” button when applicable
• Optional setting:
Player Settings → Automatically Skip Recaps (On/Off)
No new mandatory UI elements would be required.
⸻
Why This Benefits Everyone
• Improves binge-watching experience
• Eliminates repetitive manual skipping
• Preserves cold opens and episode structure
• Leverages metadata Plex already parses
• Fully backward-compatible and opt-in
This is not a niche use case — most serialized TV follows this structure.
⸻
Why This Is Feasible
• Chapters are already parsed and indexed
• Skip logic already exists server-side
• No forced client changes required
• No regression for existing users
This is an evolution of existing functionality, not a new subsystem.
⸻
Closing
Plex already does the hard work: media analysis, chapter parsing, and skip UI. Allowing chapter-aware, multi-segment skip logic would significantly improve the viewing experience, especially for binge-watchers, without sacrificing episode content or breaking existing workflows.
This feature would allow Plex to finally use metadata that many users already have and eliminate repetitive recap playback when watching episodes consecutively.
Thank you for considering.