node-taglib-sharp
node-taglib-sharp copied to clipboard
A node.js port of mono/taglib-sharp
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...
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:...
在保存图片到音乐(.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...