Add option to strip Audible brand audio
This commit is contained in:
parent
d595b62f13
commit
9862593f4a
7 changed files with 557 additions and 514 deletions
|
|
@ -96,6 +96,13 @@ namespace LibationFileManager
|
|||
set => persistentDictionary.SetNonString(nameof(AllowLibationFixup), value);
|
||||
}
|
||||
|
||||
[Description("Allow Libation to remove audible branding from the start\r\nand end of audiobooks. (e.g. \"This is Audible\")")]
|
||||
public bool StripAudibleBrandAudio
|
||||
{
|
||||
get => persistentDictionary.GetNonString<bool>(nameof(StripAudibleBrandAudio));
|
||||
set => persistentDictionary.SetNonString(nameof(StripAudibleBrandAudio), value);
|
||||
}
|
||||
|
||||
[Description("Decrypt to lossy format?")]
|
||||
public bool DecryptToLossy
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue