MPMediaPickerController 中的 iTunes Music 匹配文件

发布于 2024-12-24 16:01:33 字数 540 浏览 1 评论 0原文

我使用 MPMediaPickerController 制作了一个应用程序,允许用户从他们的音乐库中挑选歌曲。

很棒的是,当您打开 iTunes Music Match 时,MPMediaPickerController 也会自动包含 iTunes Music Match 曲目...

但是,使用情况并不理想。

第一张照片显示“云”图标,如果您单击它,歌曲就会“下载”,但没有迹象表明它是否确实正在下载或任何类型的进度条...

MPMediaPickerController 中显示的 itunes 音乐匹配图标

当您单击云图标时,iPad 音乐库会显示一个指示器,并显示音乐匹配文件下载的进度。

音乐库进度条..

是否可以使用 MPMediaPickerController 打开此功能?或者有什么想法可以显示这种进度信息?

谢谢

I have made an app using MPMediaPickerController that allows the user to pick songs from their music library.

It is great that when you turn on iTunes Music match the MPMediaPickerController automatically includes iTunes Music Match tracks as well...

However, the usage is not as good as it could be.

first photo shows the "cloud" icon, if you click it , the song "downloads" but there is no indication of if it is indeed downloading or any sort of progress bar...

itunes music match icons shown in MPMediaPickerController

The iPad music library does show an indicator when you click a cloud icon and shows the progress of the music match file download.

progress bar for music library..

Is this possible to turn this on using a MPMediaPickerController ? or any ideas how I can display this kind of progress information?

Thanks

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

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

发布评论

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

评论(1

奈何桥上唱咆哮 2024-12-31 16:01:33

您可以轮询 MPMediaItem 的 MPMediaItemPropertyAssetURL,并显示不确定的进度或活动指示器,直到 MPMediaItemPropertyAssetURL 返回以“ipod-library://”开头的 URL(在此之前它应该返回 nil)。您不会知道下载的实际进度,但您可以告诉用户何时可以播放。

You can poll the MPMediaItem's MPMediaItemPropertyAssetURL, and show an indeterminate progress or activity indicator until the MPMediaItemPropertyAssetURL returns a URL beginning with "ipod-library://" (it should return nil until then). You won't know the actual progress of the download, but you can tell the user when it's ready to play back.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文