mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Merge pull request #7514 from Shadowghost/music-extend
This commit is contained in:
@@ -181,6 +181,24 @@ namespace Emby.Naming.Common
|
||||
"volume"
|
||||
};
|
||||
|
||||
ArtistSubfolders = new[]
|
||||
{
|
||||
"albums",
|
||||
"broadcasts",
|
||||
"bootlegs",
|
||||
"compilations",
|
||||
"dj-mixes",
|
||||
"eps",
|
||||
"live",
|
||||
"mixtapes",
|
||||
"others",
|
||||
"remixes",
|
||||
"singles",
|
||||
"soundtracks",
|
||||
"spokenwords",
|
||||
"streets"
|
||||
};
|
||||
|
||||
AudioFileExtensions = new[]
|
||||
{
|
||||
".669",
|
||||
@@ -744,6 +762,11 @@ namespace Emby.Naming.Common
|
||||
/// </summary>
|
||||
public string[] AlbumStackingPrefixes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets list of artist subfolders.
|
||||
/// </summary>
|
||||
public string[] ArtistSubfolders { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets list of subtitle file extensions.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user