[PR #3099] [MERGED] Use glob patterns to ignore files #9345

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3099
Author: @rigtorp
Created: 5/13/2020
Status: Merged
Merged: 5/18/2020
Merged by: @JustAMan

Base: masterHead: ignore-patterns


📝 Commits (1)

  • f144acd Use glob patterns to ignore files

📊 Changes

5 files changed (+100 additions, -82 deletions)

View changed files

📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+1 -0)
📝 Emby.Server.Implementations/IO/LibraryMonitor.cs (+2 -38)
📝 Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs (+3 -44)
Emby.Server.Implementations/Library/IgnorePatterns.cs (+73 -0)
tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs (+21 -0)

📄 Description

Changes
Unify the rules for ignoring files into a single set of glob patterns.

Issues

Closes #3070
Closes #3032
Closes #3069


🔄 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/3099 **Author:** [@rigtorp](https://github.com/rigtorp) **Created:** 5/13/2020 **Status:** ✅ Merged **Merged:** 5/18/2020 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `master` ← **Head:** `ignore-patterns` --- ### 📝 Commits (1) - [`f144acd`](https://github.com/jellyfin/jellyfin/commit/f144acdc9614bed64d7f8842356293a94a3b754a) Use glob patterns to ignore files ### 📊 Changes **5 files changed** (+100 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+1 -0) 📝 `Emby.Server.Implementations/IO/LibraryMonitor.cs` (+2 -38) 📝 `Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs` (+3 -44) ➕ `Emby.Server.Implementations/Library/IgnorePatterns.cs` (+73 -0) ➕ `tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs` (+21 -0) </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** Unify the rules for ignoring files into a single set of glob patterns. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Closes #3070 Closes #3032 Closes #3069 --- <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:00:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9345