Skip non-media folders in movie resolver (#14724)

* Skip non-media folders in movie resolver

* Ignorepatterns first
This commit is contained in:
theguymadmax
2025-09-07 07:02:52 -04:00
committed by GitHub
parent e043f93a72
commit 0845b0c258
3 changed files with 12 additions and 5 deletions
@@ -48,6 +48,8 @@ namespace Emby.Server.Implementations.Library
"**/.wd_tv",
"**/lost+found/**",
"**/lost+found",
"**/subs/**",
"**/subs",
// Trickplay files
"**/*.trickplay",