[PR #14214] [CLOSED] Jules wip 11597750123366591328 #13702

Closed
opened 2025-12-22 10:01:04 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14214
Author: @Xaynze1290
Created: 6/3/2025
Status: Closed

Base: masterHead: jules_wip_11597750123366591328


📝 Commits (2)

  • 244eba3 Jules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue.
  • 8eff6ef I've completed an initial analysis of the Jellyfin fork cleanup and set up a placeholder for plugin testing.

📊 Changes

18 files changed (+117 additions, -12 deletions)

View changed files

📝 Emby.Naming/Emby.Naming.csproj (+1 -1)
📝 Jellyfin.Data/Jellyfin.Data.csproj (+1 -1)
Jellyfin.Plugin.TestPlugin/Jellyfin.Plugin.TestPlugin.csproj (+12 -0)
Jellyfin.Plugin.TestPlugin/TestPlugin.cs (+32 -0)
Jellyfin.Plugin.TestPlugin/meta.json (+10 -0)
📝 Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj (+1 -1)
MediaBrowser.Common/DummyLock.cs (+9 -0)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+1 -1)
📝 MediaBrowser.Common/Net/NetworkUtils.cs (+1 -1)
📝 MediaBrowser.Controller/MediaBrowser.Controller.csproj (+1 -1)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+1 -1)
📝 global.json (+1 -1)
plugins/TestPlugin/TestPlugin.cs (+32 -0)
plugins/TestPlugin/meta.json (+10 -0)
📝 src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj (+1 -1)
📝 src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Jellyfin.Database.Providers.Sqlite.csproj (+1 -1)
📝 src/Jellyfin.Extensions/Jellyfin.Extensions.csproj (+1 -1)
📝 src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj (+1 -1)

📄 Description

Changes

Issues


🔄 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/14214 **Author:** [@Xaynze1290](https://github.com/Xaynze1290) **Created:** 6/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jules_wip_11597750123366591328` --- ### 📝 Commits (2) - [`244eba3`](https://github.com/jellyfin/jellyfin/commit/244eba3d4fa6ca07887cb64891ead76d1f2cae74) Jules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue. - [`8eff6ef`](https://github.com/jellyfin/jellyfin/commit/8eff6ef4f09c041b2f84c5bbfcec86204239cf6a) I've completed an initial analysis of the Jellyfin fork cleanup and set up a placeholder for plugin testing. ### 📊 Changes **18 files changed** (+117 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Emby.Naming.csproj` (+1 -1) 📝 `Jellyfin.Data/Jellyfin.Data.csproj` (+1 -1) ➕ `Jellyfin.Plugin.TestPlugin/Jellyfin.Plugin.TestPlugin.csproj` (+12 -0) ➕ `Jellyfin.Plugin.TestPlugin/TestPlugin.cs` (+32 -0) ➕ `Jellyfin.Plugin.TestPlugin/meta.json` (+10 -0) 📝 `Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj` (+1 -1) ➕ `MediaBrowser.Common/DummyLock.cs` (+9 -0) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+1 -1) 📝 `MediaBrowser.Common/Net/NetworkUtils.cs` (+1 -1) 📝 `MediaBrowser.Controller/MediaBrowser.Controller.csproj` (+1 -1) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+1 -1) 📝 `global.json` (+1 -1) ➕ `plugins/TestPlugin/TestPlugin.cs` (+32 -0) ➕ `plugins/TestPlugin/meta.json` (+10 -0) 📝 `src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj` (+1 -1) 📝 `src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Jellyfin.Database.Providers.Sqlite.csproj` (+1 -1) 📝 `src/Jellyfin.Extensions/Jellyfin.Extensions.csproj` (+1 -1) 📝 `src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj` (+1 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 10:01:05 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#13702
No description provided.