aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorgnattu <gnattu@users.noreply.github.com>2024-09-17 00:47:12 +0800
committerGitHub <noreply@github.com>2024-09-16 10:47:12 -0600
commitb92fc7ea9dbf86437a981c3f0477a7b457977b9a (patch)
treee82614cc2c7b1b97c39a11c0eba0e9d6bb6eb98b /Emby.Server.Implementations
parentd3e7f53d93b7bfcc0a70c6bea069c6fb53e6c37e (diff)
Don't resolve trickplay folder during media scanning (#12652)
Diffstat (limited to 'Emby.Server.Implementations')
-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",