mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3099] [MERGED] Use glob patterns to ignore files #9345
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ignore-patterns📝 Commits (1)
f144acdUse 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.