[PR #7203] [MERGED] Fix resolving local alternates #11303

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7203
Author: @1337joe
Created: 1/17/2022
Status: Merged
Merged: 1/19/2022
Merged by: @cvium

Base: masterHead: fix-resolving-local-alternates


📝 Commits (2)

  • e762454 Restore resolver that handles alternate videos
  • 8b706ce Add alternate resolver test, generate extra folder names

📊 Changes

3 files changed (+43 additions, -21 deletions)

View changed files

📝 Emby.Naming/Common/NamingOptions.cs (+8 -19)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs (+1 -2)
tests/Jellyfin.Server.Implementations.Tests/Library/MovieResolverTests.cs (+34 -0)

📄 Description

Changes

  • Restore resolver that handles local alternates
  • Test resolver
  • Generate extra folder names dictionary instead of duplicating hardcoded strings

Issues
Fixes #7189
Fixes #7155


🔄 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/7203 **Author:** [@1337joe](https://github.com/1337joe) **Created:** 1/17/2022 **Status:** ✅ Merged **Merged:** 1/19/2022 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `fix-resolving-local-alternates` --- ### 📝 Commits (2) - [`e762454`](https://github.com/jellyfin/jellyfin/commit/e76245478765db3c6512cbfded51eef657d87c53) Restore resolver that handles alternate videos - [`8b706ce`](https://github.com/jellyfin/jellyfin/commit/8b706cebef8bbb82e3bc91ee7527fb4be15ee505) Add alternate resolver test, generate extra folder names ### 📊 Changes **3 files changed** (+43 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Common/NamingOptions.cs` (+8 -19) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs` (+1 -2) ➕ `tests/Jellyfin.Server.Implementations.Tests/Library/MovieResolverTests.cs` (+34 -0) </details> ### 📄 Description **Changes** - Restore resolver that handles local alternates - Test resolver - Generate extra folder names dictionary instead of duplicating hardcoded strings **Issues** Fixes #7189 Fixes #7155 --- <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:36:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11303