aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels van Velzen <nielsvanvelzen@users.noreply.github.com>2024-03-30 16:24:21 +0100
committerGitHub <noreply@github.com>2024-03-30 09:24:21 -0600
commit915df8771603349be55a28b6e22a407f4927d625 (patch)
tree1c668cae5707df6de504e6b2d3252934d5c006d4
parenta8f1668540be34bc118c9bf08a234b856081011f (diff)
Support "extra" folder for extras content (#11249)
-rw-r--r--Emby.Naming/Common/NamingOptions.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs
index 4bd226d95..333d237a2 100644
--- a/Emby.Naming/Common/NamingOptions.cs
+++ b/Emby.Naming/Common/NamingOptions.cs
@@ -540,6 +540,12 @@ namespace Emby.Naming.Common
new ExtraRule(
ExtraType.Unknown,
ExtraRuleType.DirectoryName,
+ "extra",
+ MediaType.Video),
+
+ new ExtraRule(
+ ExtraType.Unknown,
+ ExtraRuleType.DirectoryName,
"other",
MediaType.Video),