[PR #15176] [MERGED] Only save chapters that are within the runtime of the video file #14243

Closed
opened 2026-02-07 07:26:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15176
Author: @CeruleanRed
Created: 10/24/2025
Status: Merged
Merged: 10/26/2025
Merged by: @crobibero

Base: release-10.11.zHead: feat/do-not-save-invalid-chapters


📝 Commits (1)

  • b266caa Only save chapters that are within the runtime of the video file

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 Emby.Server.Implementations/Chapters/ChapterManager.cs (+4 -2)

📄 Description

Changes
Added a filter to remove any chapters that have their starting ticks outside the span of the video

Issues
Fixes #15059


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15176 **Author:** [@CeruleanRed](https://github.com/CeruleanRed) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/26/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `feat/do-not-save-invalid-chapters` --- ### 📝 Commits (1) - [`b266caa`](https://github.com/jellyfin/jellyfin/commit/b266caa0e7c7d23656ce62042ed7e2f5d38d2ff6) Only save chapters that are within the runtime of the video file ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Chapters/ChapterManager.cs` (+4 -2) </details> ### 📄 Description **Changes** Added a filter to remove any chapters that have their starting ticks outside the span of the video **Issues** Fixes #15059 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:26:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14243