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

Set Tags

Open jamlen opened this issue 11 years ago • 1 comments

I've only just landed on this and I need to be able to read tags but also set them. My use case is for an admin tool for a church to be able to upload their recordings (so no copyright issue) and I want to programatically set the tags based upon the details entered.

Is this:

  1. currently possible?
  2. possible with code change (I don't mind making changes via forks and pull requests)
  3. not possible

jamlen avatar Jan 29 '14 20:01 jamlen

Not currently possible, sorry. It is possible, but I believe this will mean the creation of a new object just to save the id3 structure we read. The current implement only does the reading but you need that anyway in order to read an existing structure before modifying it and saving it. I would gladly accept such pull requests :-)

I don't maintain this fork but rather use this one: https://github.com/aadsm/JavaScript-ID3-Reader

aadsm avatar Jan 30 '14 05:01 aadsm