如何修改 MP3 元数据并由 Node.js 保存? [英] How to modify a MP3 metadata and save by Node.js?

查看:78
本文介绍了如何修改 MP3 元数据并由 Node.js 保存?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实现以下目标:

  • 读取 MP3 元数据
  • 修改元数据的编码(如果我可以修改元数据的内容,那就更好了)
  • 保存对该 MP3 文件的修改

所有这些操作都可以基于原生 Node.js(无需浏览器).有没有模块提供这样的功能或者我可以基于它开发?

All these operations could be based on native Node.js (without browser). Is there any module provide such function or I can develop based on?

推荐答案

对于那些通过 Google 提出这个问题的人,有一个节点模块可以做到这一点,读取和写入元数据:https://www.npmjs.org/package/ffmetadata

For those coming to this question through Google, there is a node module that can do this, both read and write metadata: https://www.npmjs.org/package/ffmetadata

这篇关于如何修改 MP3 元数据并由 Node.js 保存?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆