Skip to content

m4b/m4a subtitle tag location? #119

@smoores-dev

Description

@smoores-dev

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
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions