[PR #2830] [MERGED] DvdLib: remove dependency on MediaBrowser.Model #9237

Closed
opened 2026-02-07 05:58:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2830
Author: @Bond-009
Created: 4/11/2020
Status: Merged
Merged: 4/16/2020
Merged by: @JustAMan

Base: masterHead: dvdlib


📝 Commits (2)

  • d8a7462 DvdLib: remove dependency on MediaBrowser.Model
  • 6b7517e Fix indentation

📊 Changes

7 files changed (+37 additions, -56 deletions)

View changed files

📝 DvdLib/BigEndianBinaryReader.cs (+3 -10)
📝 DvdLib/DvdLib.csproj (+0 -4)
📝 DvdLib/Ifo/Dvd.cs (+3 -7)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+1 -1)
📝 MediaBrowser.Providers/MediaInfo/FFProbeProvider.cs (+1 -5)
📝 MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs (+23 -22)
📝 MediaBrowser.Providers/MediaInfo/SubtitleResolver.cs (+6 -7)

📄 Description

Makes it possible to move it out of the main repo in the future


🔄 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/2830 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 4/11/2020 **Status:** ✅ Merged **Merged:** 4/16/2020 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `master` ← **Head:** `dvdlib` --- ### 📝 Commits (2) - [`d8a7462`](https://github.com/jellyfin/jellyfin/commit/d8a7462205dbd98e7dec0451a609199ffc3f0cc3) DvdLib: remove dependency on MediaBrowser.Model - [`6b7517e`](https://github.com/jellyfin/jellyfin/commit/6b7517e5061ef2dca8d6d397705291f03ee0393a) Fix indentation ### 📊 Changes **7 files changed** (+37 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `DvdLib/BigEndianBinaryReader.cs` (+3 -10) 📝 `DvdLib/DvdLib.csproj` (+0 -4) 📝 `DvdLib/Ifo/Dvd.cs` (+3 -7) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+1 -1) 📝 `MediaBrowser.Providers/MediaInfo/FFProbeProvider.cs` (+1 -5) 📝 `MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs` (+23 -22) 📝 `MediaBrowser.Providers/MediaInfo/SubtitleResolver.cs` (+6 -7) </details> ### 📄 Description Makes it possible to move it out of the main repo in the future --- <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 05:58:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9237