Add TCOM tag for narrator
This commit is contained in:
parent
1ac825919a
commit
7ef666dc91
3 changed files with 15 additions and 6 deletions
|
|
@ -32,6 +32,9 @@ namespace AaxDecrypter
|
|||
AaxFile.AppleTags.Album = AaxFile.AppleTags.Album?.Replace(" (Unabridged)", "");
|
||||
}
|
||||
|
||||
if (DownloadOptions.FixupFile)
|
||||
AaxFile.AppleTags.AppleListBox.EditOrAddTag("TCOM", AaxFile.AppleTags.Narrator);
|
||||
|
||||
//Finishing configuring lame encoder.
|
||||
if (DownloadOptions.OutputFormat == OutputFormat.Mp3)
|
||||
MpegUtil.ConfigureLameOptions(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue