Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update / upsert tags method #21

Closed
miskun opened this issue Aug 12, 2017 · 1 comment
Closed

Add update / upsert tags method #21

miskun opened this issue Aug 12, 2017 · 1 comment

Comments

@miskun
Copy link

miskun commented Aug 12, 2017

I'm dealing with images and had to write my own wrapper functions to deal with updating single tag in a file. More hassle when I have to deal with images. Would be nice to have update / upsert feature as part of this module.

Zazama added a commit that referenced this issue Oct 10, 2017
@Zazama
Copy link
Owner

Zazama commented Oct 11, 2017

Added with f4da14a

Sync/Async usage:

//  Update existing ID3-Frame with new/edited tags
let success = NodeID3.update(tags, file) //  Returns true/false
NodeID3.update(tags, file, function(err) {  })

@Zazama Zazama closed this as completed Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants