node-taglib-sharp icon indicating copy to clipboard operation
node-taglib-sharp copied to clipboard

A node.js port of mono/taglib-sharp

Results 17 node-taglib-sharp issues
Sort by recently updated
recently updated
newest added

I'm trying to set tags to a m4a file but I keep getting `Argument null: ${name} was not provided`. It occurs when calling `myFile.save()` ```ts import { File } from...

Am trying to figure out how to read data from flac and mp3 files., encountering undefined fields such as 'date'. What am i missing here ? all data comes from...

Bitrate can be roughly calculated by `(file.fileAbstraction.size - file.tag.sizeOnDisk) * 8 / file.properties.duration`. Some files will return 0 when getting its bitrate, and make a fallback value for bitrate is...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.7 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Apparently there's an older ReplayGain frame identifier `RGAD` that isn't being handled in the code. https://wiki.hydrogenaud.io/index.php?title=ReplayGain_legacy_metadata_formats

enhancement

Within file `file.mjs` I have: ```js import { File } from 'node-taglib-sharp'; ``` When trying to load that file I get this error: ``` TypeError: Cannot set property ByteVector of...

needs-more-info

ID3v2 tags that are at the end of a file don't appear to be appearing in Foobar2000, VLC, or Windows explorer. They are readable by node-taglib-sharp, so it will need...

Hi, would be great to have support for ".webm". It is an free standard that is being used more and more as it has great compression while maintaining great quality!