- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Apple Music API 的 recent played endpoint返回最近播放的媒体 Assets 列表。
然后我使用其中之一并在 MPMusicPlayerController 上播放它。
{
"id": "1437591818",
"type": "albums",
"href": "/v1/catalog/us/albums/1437591818",
"attributes": {
"artwork": {
"width": 3000,
"height": 3000,
"url": "https://is2-ssl.mzstatic.com/image/thumb/Music118/v4/46/e9/60/46e9606c-59ec-1243-c377-2089c303dacf/00602577153884.rgb.jpg/{w}x{h}bb.jpeg",
"bgColor": "000000",
"textColor1": "faf0ee",
"textColor2": "ecd0d3",
"textColor3": "c8c0be",
"textColor4": "bca6a9"
},
"artistName": "Lil Wayne",
"isSingle": false,
"url": "https://itunes.apple.com/us/album/tha-carter-v/1437591818",
"isComplete": true,
"genreNames": [
"Hip-Hop/Rap",
"Music"
],
"trackCount": 23,
"isMasteredForItunes": true,
"releaseDate": "2018-09-28",
"name": "Tha Carter V",
"recordLabel": "Young Money Records, Inc.",
"copyright": "℗ 2018 Young Money Records, Inc.",
"playParams": {
"id": "1437591818",
"kind": "album"
},
"editorialNotes": {
"standard": "Maybe more than any other rapper in history, Lil Wayne’s output is defined by franchises. An artist should be so lucky to sustain the kind of longevity that would allow for multi-volume phases the likes of Wayne’s <i>Dedication</i>, and <i>Da Drought</i> mixtapes, let alone the series that made him into a superstar, <i>Tha Carter</i>. Though Wayne was not without projects in between, some seven years were allowed to pass between the release of the fourth and fifth installments of the lattermost. Fortunately, Wayne has rewarded his fans’ patience with 23 tracks that speak to a number of his most storied eras.<br />\n“Mixtape Weezy,” as Jay-Z famously coined, is alive and well on songs like the Swizz Beatz-produced “Uproar,” Wayne blacking out over a reinterpretation of G-Dep’s 2001 hit “Special Delivery.” The nostalgia doesn’t stop (or peak) there, as Wayne and Snoop Dogg share space over a flip of Dr. Dre’s “Xxplosive” on “Dope N*ggaz,” while Mannie Fresh revisits the Cash Money golden-era bounce of Juvenile’s “Ghetto Children” for “Start This Shit Off Right.” There are nods to the experimental Wayne of the <i>I Am Not A Human Being</i> projects (“Don’t Cry,” “Mess”) and also the rapper’s under-heralded pop wizardry (“Famous,” which features his daughter Reginae as hook singer), and even a love song built on a gospel sample, “Dope New Gospel.” In all, <i>Tha Carter V</i> is an album for anyone who’s missed Wayne—no matter which Wayne they’d missed.",
"short": "Weezy F Baby, and the F is for finally."
},
"contentRating": "explicit"
}
},
每当我想访问当前正在播放的内容的元数据时,我都可以使用 nowPlayingItem 获取它。返回专辑中当前轨道的 MPMediaItem 的属性。
此 MPMediaItem 的艺术作品属性为空,因此我想访问专辑的艺术作品。我可以获得 albumPersistentStoreId(例如 3911653000682848550),我正在使用它通过 Apple Music API 请求专辑信息:
https://api.music.apple.com/v1/catalog/us/albums/3911653000682848550
但这会返回“未找到资源”错误消息。
使用搜索端点 ( https://api.music.apple.com/v1/catalog/us/search?term=the+carter+v&limit=2&types=artists,albums ) 或最近播放的原始端点,我发现其中返回的专辑 ID 与我在 albumPersistentStoreId 属性中获得的不同。如何从 MPMediaItem 获取正确的专辑 ID?
最佳答案
您可以使用 MPMediaItem 的 playbackstoreID - 从 API 请求轨道信息并从那里获取专辑封面。
关于ios - 轨道 MPMediaItem 中的专辑插图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53528519/
我正在学习 zend 框架 2 教程应用程序。我已经设置了我的相册模块目录如下: 当我启动我的 MAMP 服务器时,我遇到了一个错误, fatal error :未捕获的异常“Zend\ModuleM
我想创建一个 Java Swing 相册,但我无法找到正确的方法。我认为应该创建两个ArrayList,一个用于存储照片对象,另一个用于存储按钮。 之后我应该找到一种方法将每个图像分配给按钮并将它们添
我在一个文件夹中备份了所有 mp3 文件。 会不会有一个 bash 命令来自动移动他们自己的即时创建的乐队专辑标题目录中的所有文件? 正如您在图片中看到的,破折号之前的第一个单词是艺术家姓名,然后是专
我想知道我是否可以获取 mp3 文件信息,如专辑名称、艺术家、存储在 mp3 文件中的图像等等?如果有办法做到这一点,请帮忙。顺便说一句:我创建了一个名为 Entagged 的 Java 库,但我
我正在为一个乐队制作一个 iPhone 应用程序,其中列出了该乐队的歌曲。当用户触摸歌曲旁边的按钮时,我想打开 iTunes 并显示该歌曲。目前我正在使用这段代码: [[UIApplication共享
我正在尝试发布到 Facebook 页面上的相册(我可以毫无问题地发布到墙上 - 我拥有所有权限)。 Facebook 图形 API 表示相册 ID 是援助的值(value)。但是网址看起来像:htt
我正在开发一个使用 Vue 构建的供个人使用的 PWA,其功能基本上与 YouTube Music 相同,而无需每月付费。 我设置了一个带有 REST API 的服务器,该服务器可以根据查询搜索 Yo
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答。 关闭 8 年前。
我只想要一段简单的代码,它可以从 mp3 文件中提供作者、专辑、年份、标题和流派。如果可以的话,以变量的形式,以便我可以使用它。我想做的就是让这些信息显示在标签中。例如。 lbl艺术家、lbl专辑、l
通过 1 为谁通过 ffmpeg 我需要合并 2 个音频并向其添加图片(专辑) 1-audio 2-audio output https://superuse
我仅使用 youtube-dl 从 youtube 视频中提取音频. 我想在下载后将元数据(即艺术家姓名和歌曲名称、年份、专辑、持续时间、流派)写入 mp3/m4a 文件。 我的尝试是从以下代码开始的
我是一名优秀的程序员,十分优秀!