node-ffmetadata
node-ffmetadata copied to clipboard
Delete image
Is there a way to remove the artwork entirely? I only see instructions on how to set a new image.
Update
After playing with this a bit more, I realize I should be asking "Is there a way to write metadata without deleting the artwork". It seems every call to write, if it lacks artwork, clears the artwork from the song file, thus I am now in search of a way to preserve it in some cases.
Currently there is not a way to do that.
It should be possible to do by changing the -map
argument given to ffmpeg (around here). Let me know if you are interested in adding this functionality and sending a pull request and I can help.