[PR #9254] Fix DVD and BD folder playback #12038

Closed
opened 2026-02-07 06:48:56 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9254

State: closed
Merged: Yes


Better solution than #9237 because it solves the playback and seeking issues when concatenating the VOB and M2TS files.

Changes

  • Re-add BDInfo, still remove DvdLib
  • Use all "big enough" VOB files from all DVD titles for playback and probing
  • Ensure that all main title M2TS files of BD folders are used for playback and probing
  • Generate and use a FFmpeg concat filter config when playing DVD/BD folders to enable seeking and playback over multiple VOB/M2TS files
  • Fix the scanner for DVD/BD folders used as tv episodes
  • Force trancoding/remuxing of DVD and BD folders
  • Properly set the container for M2TS and TS files (we were setting mpeg which is MPEG-1 but TS and M2TS are MPEG-2)

Issues
Supersedes #9237
Fixes #7786
Fixes #7065
Fixes #8596
Fixes #9105

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9254 **State:** closed **Merged:** Yes --- Better solution than #9237 because it solves the playback and seeking issues when concatenating the VOB and M2TS files. **Changes** * Re-add BDInfo, still remove DvdLib * Use all "big enough" VOB files from all DVD titles for playback and probing * Ensure that all main title M2TS files of BD folders are used for playback and probing * Generate and use a FFmpeg concat filter config when playing DVD/BD folders to enable seeking and playback over multiple VOB/M2TS files * Fix the scanner for DVD/BD folders used as tv episodes * Force trancoding/remuxing of DVD and BD folders * Properly set the container for M2TS and TS files (we were setting mpeg which is MPEG-1 but TS and M2TS are MPEG-2) **Issues** Supersedes #9237 Fixes #7786 Fixes #7065 Fixes #8596 Fixes #9105
OVERLORD added the pull-request label 2026-02-07 06:48:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12038