[PR #7394] [MERGED] Strip out external file fuzzy name matching #11376

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7394
Author: @1337joe
Created: 3/4/2022
Status: Merged
Merged: 3/5/2022
Merged by: @cvium

Base: masterHead: remove-external-file-fuzzy-matching


📝 Commits (2)

  • 3205e97 Strip out external file fuzzy matching
  • dad7a6f Switch to using spans for string comparison

📊 Changes

4 files changed (+21 additions, -31 deletions)

View changed files

📝 Emby.Naming/Common/NamingOptions.cs (+2 -2)
📝 Emby.Naming/ExternalFiles/ExternalPathParser.cs (+4 -4)
📝 MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs (+6 -16)
📝 tests/Jellyfin.Providers.Tests/MediaInfo/MediaInfoResolverTests.cs (+9 -9)

📄 Description

Changes

  • Remove fuzzy matching for code simplicity
  • Add test cases based on linked issue
  • Convert MediaFlagDelimiter back to char

Issues
Fixes #7361
Supersedes #7393


🔄 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/7394 **Author:** [@1337joe](https://github.com/1337joe) **Created:** 3/4/2022 **Status:** ✅ Merged **Merged:** 3/5/2022 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `remove-external-file-fuzzy-matching` --- ### 📝 Commits (2) - [`3205e97`](https://github.com/jellyfin/jellyfin/commit/3205e97e1e7ad6e3e84797f9575b6958d5dfc8b0) Strip out external file fuzzy matching - [`dad7a6f`](https://github.com/jellyfin/jellyfin/commit/dad7a6fdf6f345969f10942257af6b3d0d61fd9a) Switch to using spans for string comparison ### 📊 Changes **4 files changed** (+21 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Common/NamingOptions.cs` (+2 -2) 📝 `Emby.Naming/ExternalFiles/ExternalPathParser.cs` (+4 -4) 📝 `MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs` (+6 -16) 📝 `tests/Jellyfin.Providers.Tests/MediaInfo/MediaInfoResolverTests.cs` (+9 -9) </details> ### 📄 Description **Changes** - Remove fuzzy matching for code simplicity - Add test cases based on linked issue - Convert `MediaFlagDelimiter` back to char **Issues** Fixes #7361 Supersedes #7393 --- <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:37:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11376