-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Reading and writing the subtitle tag for a .m4b file works, but I can't seem to figure out where node-taglib-sharp actually puts the tag! It does not seem to have any overlap with, for example, where ffmpeg or mp3tags look for the tag that they call subtitle.
> const {File} = await import('node-taglib-sharp')
undefined
> const file = await File.fromPath('/home/smoores/Downloads/999.m4b')
undefined
> file.tag.subtitle
undefined
> file.tag.subtitle = 'A Novel'
'A Novel'
> file.save()
undefined
> .exit

tefkah
Metadata
Metadata
Assignees
Labels
No labels