mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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.
This commit is contained in:
parent
03f5f39ab7
commit
c51e037782
@ -175,6 +175,7 @@ namespace Emby.Naming.Common
|
|||||||
AlbumStackingPrefixes = new[]
|
AlbumStackingPrefixes = new[]
|
||||||
{
|
{
|
||||||
"cd",
|
"cd",
|
||||||
|
"digital media",
|
||||||
"disc",
|
"disc",
|
||||||
"disk",
|
"disk",
|
||||||
"vol",
|
"vol",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user