Add option to save podcasts to series folder
This commit is contained in:
parent
a3be3e354f
commit
7e989c730c
6 changed files with 1050 additions and 1012 deletions
|
|
@ -275,6 +275,13 @@ namespace LibationFileManager
|
|||
set => persistentDictionary.SetNonString(nameof(AutoDownloadEpisodes), value);
|
||||
}
|
||||
|
||||
[Description("Save all podcast episodes in a series to the series parent folder?")]
|
||||
public bool SavePodcastsToParentFolder
|
||||
{
|
||||
get => persistentDictionary.GetNonString<bool>(nameof(SavePodcastsToParentFolder));
|
||||
set => persistentDictionary.SetNonString(nameof(SavePodcastsToParentFolder), value);
|
||||
}
|
||||
|
||||
#region templates: custom file naming
|
||||
|
||||
[Description("How to format the folders in which files will be saved")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue