From cf29aae690961dc281e79931932834d9c5f7854d Mon Sep 17 00:00:00 2001 From: Joe Rogers <1337joe@gmail.com> Date: Fri, 24 Dec 2021 14:09:10 +0100 Subject: Add rule to pick up theme videos --- Emby.Naming/Common/NamingOptions.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Emby.Naming/Common/NamingOptions.cs') diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index aa62a47f17..c0be0b7c62 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -470,6 +470,12 @@ namespace Emby.Naming.Common " sample", MediaType.Video), + new ExtraRule( + ExtraType.ThemeVideo, + ExtraRuleType.DirectoryName, + "backdrops", + MediaType.Video), + new ExtraRule( ExtraType.ThemeSong, ExtraRuleType.Filename, -- cgit v1.2.3