mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5373] [CLOSED] Remove DvdLib #10498
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5373
Author: @ferferga
Created: 3/5/2021
Status: ❌ Closed
Base:
master← Head:dvdlib📝 Commits (2)
2f9cae5Remove DvdLib1e490c8Remove 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.