feature: Metadata Updating #103
Labels
feature-request
issue is suggesting a new feature or a change to an existing feature
help wanted
issue could use an extra pair of hands
low-priority
issue is not important and likely won't get resolved soon
Might be over-thinking this or missing a better method.
ffmpeg does not let you overwrite metadata within a file without a creating a temporary file first and then using
mv
(Linux) ormove
(Windows). Currently the solution to adding metadata/overwriting/updating would be to strip all metadata via temporary codec copy,mv
ormove
the original file to the temporary, then use stored tags within the metadata function to assign the proper filename and tags. Either way, it seems like there's a requirement to replace the file with a new instance, not just rewriting the file from ffmpeg.Wessie asked for a function for this, I gave it some thought and have a general outline. Unlikely to be done yet but it's a start.
The text was updated successfully, but these errors were encountered: