[PR #7058] [MERGED] Use dedicated resolvers for extras #11254

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7058
Author: @cvium
Created: 12/28/2021
Status: Merged
Merged: 1/2/2022
Merged by: @Bond-009

Base: masterHead: the_most_important_feature


📝 Commits (3)

  • 2749509 Use dedicated resolvers for extras
  • 58b9e5a Update Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs
  • 28c2ac9 Remove file extension filter and fix build

📊 Changes

9 files changed (+205 additions, -195 deletions)

View changed files

📝 Emby.Naming/Video/ExtraRuleResolver.cs (+1 -64)
📝 Emby.Naming/Video/VideoListResolver.cs (+4 -3)
📝 Emby.Naming/Video/VideoResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+26 -63)
Emby.Server.Implementations/Library/Resolvers/ExtraResolver.cs (+93 -0)
Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs (+24 -0)
Emby.Server.Implementations/Library/Resolvers/VideoExtraResolver.cs (+0 -55)
📝 tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs (+2 -2)
📝 tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs (+54 -7)

📄 Description

Changes
Moved some stuff around


🔄 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/7058 **Author:** [@cvium](https://github.com/cvium) **Created:** 12/28/2021 **Status:** ✅ Merged **Merged:** 1/2/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `the_most_important_feature` --- ### 📝 Commits (3) - [`2749509`](https://github.com/jellyfin/jellyfin/commit/2749509f001505d35863db4b53bb4bc6c3af6fa4) Use dedicated resolvers for extras - [`58b9e5a`](https://github.com/jellyfin/jellyfin/commit/58b9e5af79be32fdc5c7ca1c5542206fdea85257) Update Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs - [`28c2ac9`](https://github.com/jellyfin/jellyfin/commit/28c2ac9cc0c2c7d9ed6e38b8de83755899e210f5) Remove file extension filter and fix build ### 📊 Changes **9 files changed** (+205 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Video/ExtraRuleResolver.cs` (+1 -64) 📝 `Emby.Naming/Video/VideoListResolver.cs` (+4 -3) 📝 `Emby.Naming/Video/VideoResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+26 -63) ➕ `Emby.Server.Implementations/Library/Resolvers/ExtraResolver.cs` (+93 -0) ➕ `Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs` (+24 -0) ➖ `Emby.Server.Implementations/Library/Resolvers/VideoExtraResolver.cs` (+0 -55) 📝 `tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs` (+2 -2) 📝 `tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs` (+54 -7) </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** Moved some stuff around --- <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:35:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11254