Implemented a system that will remove common sort prefixes. Disabled by default.
This commit is contained in:
parent
e5d949161e
commit
1044c78bd2
16 changed files with 4097 additions and 3 deletions
|
|
@ -30,6 +30,8 @@ public sealed record UpdateLibraryDto
|
|||
public bool AllowMetadataMatching { get; init; }
|
||||
[Required]
|
||||
public bool EnableMetadata { get; init; }
|
||||
[Required]
|
||||
public bool RemovePrefixForSortName { get; set; }
|
||||
/// <summary>
|
||||
/// What types of files to allow the scanner to pickup
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue