从应用程序编辑 iPhone 音乐 ID3 标签
我想开发一个 iOS 应用程序,使用 MusicBrainz 修复用户音乐库中的标签。我在官方 SDK 中找不到任何可以方便更改歌曲库 ID3 标签的内容,所以我想知道我是否错过了一些东西。或者苹果是否允许应用程序有这样的行为?任何帮助将不胜感激:)
I'd like to develop an iOS app that fixes tags in the user's music library using MusicBrainz. I haven't been able to find anything in the official SDK to facilitate the changing of ID3 tags for the song library, so I'm wondering if I missed something. Or does Apple even allow an app to behave like this? Any help would be appreciated :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,如你所知,苹果在处理数据方面非常严格。
iPod 资料库只能通过 iTunes 同步或 iTunes 下载进行更改。
我希望他们能为我们程序员提供(至少)创建播放列表的方法,但在那之前,您只能通过越狱和使用私有 API 来实现这一点。
Well , as you know , Apple is pretty strict when it comes to messing up with their data.
iPod library can only be altered via iTunes syncing or iTunes downloading.
I hope they will give us programmers ways to (at least) create playlists , but until then , you could only accomplish that by jailbreaking and using private API's.