Browse Source

Support "extra" folder for extras content (#11249)

Niels van Velzen 1 year ago
parent
commit
915df87716
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Emby.Naming/Common/NamingOptions.cs

+ 6 - 0
Emby.Naming/Common/NamingOptions.cs

@@ -537,6 +537,12 @@ namespace Emby.Naming.Common
                     "extras",
                     MediaType.Video),
 
+                new ExtraRule(
+                    ExtraType.Unknown,
+                    ExtraRuleType.DirectoryName,
+                    "extra",
+                    MediaType.Video),
+
                 new ExtraRule(
                     ExtraType.Unknown,
                     ExtraRuleType.DirectoryName,