mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Media Management settings are alive
This commit is contained in:
parent
943a05bc09
commit
3f6a6d53d5
29 changed files with 346 additions and 218 deletions
|
@ -10,7 +10,7 @@ namespace NzbDrone.Core.Organizer
|
|||
{
|
||||
return new NamingConfig
|
||||
{
|
||||
UseSceneName = false,
|
||||
RenameEpisodes = true,
|
||||
Separator = " - ",
|
||||
NumberStyle = 0,
|
||||
IncludeSeriesTitle = true,
|
||||
|
@ -18,12 +18,12 @@ namespace NzbDrone.Core.Organizer
|
|||
IncludeEpisodeTitle = true,
|
||||
IncludeQuality = true,
|
||||
ReplaceSpaces = false,
|
||||
SeasonFolderFormat = "Season %s"
|
||||
SeasonFolderFormat = "DO_NOT_USE"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
public bool UseSceneName { get; set; }
|
||||
public bool RenameEpisodes { get; set; }
|
||||
|
||||
public string Separator { get; set; }
|
||||
|
||||
|
@ -39,6 +39,8 @@ namespace NzbDrone.Core.Organizer
|
|||
|
||||
public bool ReplaceSpaces { get; set; }
|
||||
|
||||
//Todo: remove - not used
|
||||
public string SeasonFolderFormat { get; set; }
|
||||
public bool UseSceneName { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue