diff options
| author | trentks <trent@stevenson.kiwi> | 2022-11-09 04:00:05 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 04:00:05 +1300 |
| commit | c51e0377826c69dc442122120618c45ca6ce1055 (patch) | |
| tree | 3a56a63132009b6f248964c6c95ae80b18b3149f /Emby.Naming | |
| parent | 03f5f39ab745ef7c056b06212c9a62a2236f5ba9 (diff) | |
Add support for "Digital Media" album splits
"Digital Media" is a common 'disk'-splitting prefix, more so with recent "digital" music releases as physical cd's/disks aren't used.
In particular, it is part of Lidarr's {Medium Format} tag for automatic archive sorting. So it would be good to see this reflected into Jellyfin.
I'm not familiar with the code-base, or whether a ' ' character is valid within this context.
Diffstat (limited to 'Emby.Naming')
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index 25131e9c5..0119fa38c 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -175,6 +175,7 @@ namespace Emby.Naming.Common AlbumStackingPrefixes = new[] { "cd", + "digital media", "disc", "disk", "vol", |
