[PR #13691] [MERGED] Add ability to provide search pattern to GetFiles #13670

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13691
Author: @NooNameR
Created: 3/10/2025
Status: Merged
Merged: 3/24/2025
Merged by: @Bond-009

Base: masterHead: noonamer/add_pattern_search


📝 Commits (1)

  • 4325c67 Add ability to provide search pattern

📊 Changes

2 files changed (+48 additions, -6 deletions)

View changed files

📝 Emby.Server.Implementations/IO/ManagedFileSystem.cs (+20 -6)
📝 MediaBrowser.Model/IO/IFileSystem.cs (+28 -0)

📄 Description

Changes
Add new override to provide searchPattern for GetFiles call. This will allow to perform more optimized searches using prefix matches


🔄 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/13691 **Author:** [@NooNameR](https://github.com/NooNameR) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `noonamer/add_pattern_search` --- ### 📝 Commits (1) - [`4325c67`](https://github.com/jellyfin/jellyfin/commit/4325c67e89a6ad86e559ced936c2b4c20ee89110) Add ability to provide search pattern ### 📊 Changes **2 files changed** (+48 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/IO/ManagedFileSystem.cs` (+20 -6) 📝 `MediaBrowser.Model/IO/IFileSystem.cs` (+28 -0) </details> ### 📄 Description **Changes** Add new override to provide `searchPattern` for GetFiles call. This will allow to perform more optimized searches using prefix matches --- <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 07:17:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13670