From b92fc7ea9dbf86437a981c3f0477a7b457977b9a Mon Sep 17 00:00:00 2001 From: gnattu Date: Tue, 17 Sep 2024 00:47:12 +0800 Subject: [PATCH] Don't resolve trickplay folder during media scanning (#12652) --- Emby.Server.Implementations/Library/IgnorePatterns.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Emby.Server.Implementations/Library/IgnorePatterns.cs b/Emby.Server.Implementations/Library/IgnorePatterns.cs index a2301c8aed..bb45dd87e9 100644 --- a/Emby.Server.Implementations/Library/IgnorePatterns.cs +++ b/Emby.Server.Implementations/Library/IgnorePatterns.cs @@ -50,6 +50,10 @@ namespace Emby.Server.Implementations.Library "**/lost+found/**", "**/lost+found", + // Trickplay files + "**/*.trickplay", + "**/*.trickplay/**", + // WMC temp recording directories that will constantly be written to "**/TempRec/**", "**/TempRec",