aadsm / node-id3

Get music metadata from buffers and files.
Other
74 stars 86 forks source link

Set Tags #6

Open jamlen opened 10 years ago

jamlen commented 10 years ago

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
aadsm commented 10 years ago

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