New: Seperate Naming for Multi-Disc Albums

This commit is contained in:
Qstick
2019-07-29 22:32:25 -04:00
parent 4edad5f563
commit 1425bc8bd9
9 changed files with 146 additions and 37 deletions
@@ -7,6 +7,7 @@ namespace Lidarr.Api.V1.Config
public bool RenameTracks { get; set; }
public bool ReplaceIllegalCharacters { get; set; }
public string StandardTrackFormat { get; set; }
public string MultiDiscTrackFormat { get; set; }
public string ArtistFolderFormat { get; set; }
public string AlbumFolderFormat { get; set; }
public bool IncludeArtistName { get; set; }