id3-writer icon indicating copy to clipboard operation
id3-writer copied to clipboard

Binding to id3lib and eyeD3

Results 6 id3-writer issues
Sort by recently updated
recently updated
newest added

Hi, I am working with nodejs on ubuntu, this is my code: [testId3.txt](https://github.com/Jack12816/id3-writer/files/682816/testId3.txt) I get this error [Error: No available write adapters found] I read that a suitable adapter is...

It seems like Quotes in tags breaks the commandline: Its obvious why this is happening.. maybe you should escape special characters. Meta: `{ artist: 'Julie Andrews', title: 'Supercalifragilisticexpialidocious (From "Mary...

I'm having an issue writing comment frames. Here is my code: ``` let id3 = require('id3-writer'), writer = new id3.Writer(), id3File = new id3.File('file.mp3'), id3Meta = new id3.Meta({ title: 'MY...

I was wondering if you could add support for all fields in the ID3 spec. Maybe that's much harder than I think. :)

help wanted
question

Hi, I'm using your wrapper with eyeD3 and everything is working as expected - not only the year tag in iTunes. I tag my mp3 with "year" - and this...

enhancement