覆盖 Windows Phone 7 中音频文件的元数据

发布于 2024-11-27 23:18:14 字数 433 浏览 2 评论 0原文

我希望为我的音乐播放器提供修复元数据功能,但据我所知,没有库可以做到这一点。不过我发现一些 C# 应用程序可以完成此任务。

示例

我需要一些建议,可能还需要一个好的资源来开始这个项目。任何帮助将不胜感激。

谢谢。

编辑:我也发现了这个,这与我想做的非常相似,但是来源太少了。 http://wmpoweruser.com/finally-mp3-tag-适用于 Windows 移动设备的编辑器可用/

I would love to have a fix metadata function for my music player, but as I know there is no library that could do such. However I found that some C# application could accomplish this.

Example

I need some advice and probably a good sources to get start this projects. Any help will be appreciated.

Thanks.

Edit: I also found this, this is very similar to what I want to do, but there is so few sources.
http://wmpoweruser.com/finally-mp3-tag-editor-for-windows-mobile-available/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

埋葬我深情 2024-12-04 23:18:14

目前,Windows Phone 平台不提供修改设备上歌曲的歌曲数据的方法。无法从受限的 Silverlight 应用程序访问文件系统,并且当前的 XNA Media 类 仅提供对歌曲数据的只读访问。

Currently, the Windows Phone Platform doesn't provide a way to modify song data for songs on the device. There's no way to access the file system from a restricted Silverlight application, and the current XNA Media classes only provide read-only access to song data.

酒废 2024-12-04 23:18:14

您需要通过isolatedStorage直接访问文件,因为没有内置支持更改id3v2标签。

然后你可以使用这些库:

  1. http://sourceforge.net/projects/audiogenie/
  2. http://github.com/mono/taglib-sharp

You need direct access to the file via an IsolatedStorage because there is no built-in support to change id3v2 tags.

Then you can use these libraries:

  1. http://sourceforge.net/projects/audiogenie/
  2. http://github.com/mono/taglib-sharp
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文