node-taglib2 icon indicating copy to clipboard operation
node-taglib2 copied to clipboard

A rewrite of the now unmaintained node-taglib

Results 11 node-taglib2 issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

* Fixes use of deprecated functions in node 13.x * Include multiple node versions in ci matrix * update nan to support more node versions Fixes #21

automated prebuilds via CI -> no more need to compile this library when installing -> faster and no need for build tools

enhancement

Cannot build on the latest node release. Seems to be related to some methods that were deprecated in the v8 api that the newer node uses. seems related to (among...

Hello. Superb lib you have here, it helped me a lot. But it lacks ability to set custom tags, like lyrics. So i removed all code, that was implicitly setting...

The methods in this lib are all synchronous. Is is possible to produce asynchronous bindings as well? My app will read/write tags of many files at a time and sync...

Hey there, I'm trying to use taglib2 to write ID3 and ogg xiphComments, specifically the field 'grouping' which is ID3 frame 'TIT1'. All I seem to be able to write...

Pull Request Welcome

Saving to .m4a is working, image is recognised by other programs as JPEG, but reading after save returns truncated text: ![default](https://user-images.githubusercontent.com/11707010/35153473-b3db46c0-fd37-11e7-86af-6a86d0312e9c.JPG)

For reference -- https://github.com/taglib/taglib/issues/734

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies