Add option to merge Opening/End Credits with following/preceding chapters
This commit is contained in:
parent
1b20bb06ad
commit
d58092968a
5 changed files with 280 additions and 123 deletions
|
|
@ -117,6 +117,13 @@ namespace LibationFileManager
|
|||
set => persistentDictionary.SetNonString(nameof(SplitFilesByChapter), value);
|
||||
}
|
||||
|
||||
[Description("Merge Opening/End Credits into the following/preceding chapters")]
|
||||
public bool MergeOpeningAndEndCredits
|
||||
{
|
||||
get => persistentDictionary.GetNonString<bool>(nameof(MergeOpeningAndEndCredits));
|
||||
set => persistentDictionary.SetNonString(nameof(MergeOpeningAndEndCredits), value);
|
||||
}
|
||||
|
||||
[Description("Strip \"(Unabridged)\" from audiobook metadata tags")]
|
||||
public bool StripUnabridged
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue