From 8368d10d1bb57a3d56c9ffc7352458af7a2983ef Mon Sep 17 00:00:00 2001 From: theguymadmax Date: Tue, 17 Jun 2025 12:16:32 -0400 Subject: [PATCH] Add act as a stacking option for music albums --- Emby.Naming/Common/NamingOptions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index dbb848603c..192235baeb 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -188,7 +188,8 @@ namespace Emby.Naming.Common "disk", "vol", "volume", - "part" + "part", + "act" }; ArtistSubfolders = new[]