mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #16029] [MERGED] Skip hidden directories and .ignore paths in library monitoring #14498
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/16029
Author: @theguymadmax
Created: 1/15/2026
Status: ✅ Merged
Merged: 1/17/2026
Merged by: @crobibero
Base:
release-10.11.z← Head:fix-ignore-monitoring📝 Commits (1)
53a1904Skip hidden directories and .ignore paths in library monitoring📊 Changes
3 files changed (+9 additions, -2 deletions)
View changed files
📝
Emby.Server.Implementations/IO/LibraryMonitor.cs(+6 -0)📝
Emby.Server.Implementations/Library/IgnorePatterns.cs(+1 -0)📝
tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs(+2 -2)📄 Description
Prevents unnecessary library refreshes when files change in ignored directories.
Changes
.ignorefiles during file system monitoring**/.*/**pattern to ignore contents of hidden directoriesIssues
Fixes #16021
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.