[PR #5373] [CLOSED] Remove DvdLib #10498

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5373
Author: @ferferga
Created: 3/5/2021
Status: Closed

Base: masterHead: dvdlib


📝 Commits (2)

  • 2f9cae5 Remove DvdLib
  • 1e490c8 Remove further unused stuff related to bluray parsing

📊 Changes

22 files changed (+0 additions, -1059 deletions)

View changed files

DvdLib/BigEndianBinaryReader.cs (+0 -25)
DvdLib/DvdLib.csproj (+0 -19)
DvdLib/Ifo/Cell.cs (+0 -23)
DvdLib/Ifo/CellPlaybackInfo.cs (+0 -52)
DvdLib/Ifo/CellPositionInfo.cs (+0 -19)
DvdLib/Ifo/Chapter.cs (+0 -20)
DvdLib/Ifo/Dvd.cs (+0 -166)
DvdLib/Ifo/DvdTime.cs (+0 -39)
DvdLib/Ifo/Program.cs (+0 -16)
DvdLib/Ifo/ProgramChain.cs (+0 -121)
DvdLib/Ifo/Title.cs (+0 -70)
DvdLib/Ifo/UserOperation.cs (+0 -37)
DvdLib/Properties/AssemblyInfo.cs (+0 -21)
📝 Emby.Server.Implementations/ApplicationHost.cs (+0 -3)
📝 Jellyfin.sln (+0 -6)
MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs (+0 -83)
MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs (+0 -194)
MediaBrowser.MediaEncoding/BdInfo/BdInfoFileInfo.cs (+0 -41)
MediaBrowser.Model/MediaInfo/IBlurayExaminer.cs (+0 -15)
📝 MediaBrowser.Providers/MediaBrowser.Providers.csproj (+0 -1)

...and 2 more files

📄 Description

Always query ffprobe for DVD and bluray info

Close #4901


🔄 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/5373 **Author:** [@ferferga](https://github.com/ferferga) **Created:** 3/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dvdlib` --- ### 📝 Commits (2) - [`2f9cae5`](https://github.com/jellyfin/jellyfin/commit/2f9cae5a9fb0e51452ddb9458104fe239d50e31e) Remove DvdLib - [`1e490c8`](https://github.com/jellyfin/jellyfin/commit/1e490c845f5774ea10b38126d84d585e5167c7f1) Remove further unused stuff related to bluray parsing ### 📊 Changes **22 files changed** (+0 additions, -1059 deletions) <details> <summary>View changed files</summary> ➖ `DvdLib/BigEndianBinaryReader.cs` (+0 -25) ➖ `DvdLib/DvdLib.csproj` (+0 -19) ➖ `DvdLib/Ifo/Cell.cs` (+0 -23) ➖ `DvdLib/Ifo/CellPlaybackInfo.cs` (+0 -52) ➖ `DvdLib/Ifo/CellPositionInfo.cs` (+0 -19) ➖ `DvdLib/Ifo/Chapter.cs` (+0 -20) ➖ `DvdLib/Ifo/Dvd.cs` (+0 -166) ➖ `DvdLib/Ifo/DvdTime.cs` (+0 -39) ➖ `DvdLib/Ifo/Program.cs` (+0 -16) ➖ `DvdLib/Ifo/ProgramChain.cs` (+0 -121) ➖ `DvdLib/Ifo/Title.cs` (+0 -70) ➖ `DvdLib/Ifo/UserOperation.cs` (+0 -37) ➖ `DvdLib/Properties/AssemblyInfo.cs` (+0 -21) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+0 -3) 📝 `Jellyfin.sln` (+0 -6) ➖ `MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs` (+0 -83) ➖ `MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs` (+0 -194) ➖ `MediaBrowser.MediaEncoding/BdInfo/BdInfoFileInfo.cs` (+0 -41) ➖ `MediaBrowser.Model/MediaInfo/IBlurayExaminer.cs` (+0 -15) 📝 `MediaBrowser.Providers/MediaBrowser.Providers.csproj` (+0 -1) _...and 2 more files_ </details> ### 📄 Description Always query ffprobe for DVD and bluray info Close #4901 --- <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 06:21:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10498