aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emby.Server.Implementations/Library/IgnorePatterns.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/IgnorePatterns.cs b/Emby.Server.Implementations/Library/IgnorePatterns.cs
index a2301c8ae..bb45dd87e 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",