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

Logic for converting frames between versions is really annoying and as I'm finding, not robust. To simplify things (and simplify the usage for users), make the version of ID3v2 tag...

Files that support multiple tags can have default tag types set. All files should get that option - either you get one tag or you get no tag.

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Hello, I am missing some tags and I startet with id3v2 to find a way to retrieve those. It looks like this and works: ``` if (_.includes(["mp3", "wav", "aiff"], audioFileNameExtension))...

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies

在保存图片到音乐(.mp3)元数据时,出现错误: Argument null: text was not provided 版本 node-taglib-sharp-extend:0.3.2 以下是我的代码: ```javascript ipcMain.on('saveNetCover', async (_, args) => { axios.get(args.picUrl, {responseType: 'arraybuffer'}).then(async ({data}) => { const picData = await sharp(Buffer.from(data, 'binary')) .resize(600,...

Hey @benrr101 great release by the way! I've been testing the new duration property and it's spot on as far as I can tell. Nice work. I was wondering how...

question
answered