mirror of
https://github.com/koel/koel
synced 2024-11-14 00:17:13 +00:00
117 lines
3.4 KiB
JSON
117 lines
3.4 KiB
JSON
{
|
|
"lyrics": "Sample song lyrics",
|
|
"album_info": {
|
|
"url": "https://www.last.fm/music/The+Band/Sample+Album",
|
|
"image": "http://localhost:8080/test/images/sample.png",
|
|
"wiki": {
|
|
"summary": "Album summary",
|
|
"full": "Album full wiki"
|
|
},
|
|
"tracks": [
|
|
{
|
|
"title": "Album track #1",
|
|
"length": 156,
|
|
"url": "https://www.last.fm/music/The+Band/Album+track+1"
|
|
},
|
|
{
|
|
"title": "Album track #2",
|
|
"length": 247,
|
|
"url": "https://www.last.fm/music/The+Band/Album+track+2"
|
|
},
|
|
{
|
|
"title": "Album track #3",
|
|
"length": 237,
|
|
"url": "https://www.last.fm/music/The+Band/Album+track+3"
|
|
}
|
|
],
|
|
"cover": "http://localhost:8080/test/images/sample.png"
|
|
},
|
|
"artist_info": {
|
|
"url": "https://www.last.fm/music/The+Band",
|
|
"image": "http://localhost:8080/test/images/sample.png",
|
|
"bio": {
|
|
"summary": "Artist summary",
|
|
"full": "Artist full bio"
|
|
}
|
|
},
|
|
"youtube": {
|
|
"kind": "youtube#searchListResponse",
|
|
"etag": "xlATxAWpLP1mZdYFUuaCReqT_5E",
|
|
"nextPageToken": "CAoQAA",
|
|
"regionCode": "DE",
|
|
"pageInfo": {
|
|
"totalResults": 1000000,
|
|
"resultsPerPage": 10
|
|
},
|
|
"items": [
|
|
{
|
|
"kind": "youtube#searchResult",
|
|
"etag": "rlsZALtflq8Sdba4Nia7uPC-l5k",
|
|
"id": {
|
|
"kind": "youtube#video",
|
|
"videoId": "I03Hs6dwj7E"
|
|
},
|
|
"snippet": {
|
|
"publishedAt": "2009-11-24T13:38:04Z",
|
|
"channelId": "UCStHqF-8YWv8x6SJcTFkEXA",
|
|
"title": "YouTube Video #1",
|
|
"description": "Description for YouTube Video #1",
|
|
"thumbnails": {
|
|
"default": {
|
|
"url": "http://localhost:8080/test/images/youtube-thumbnail.png",
|
|
"width": 120,
|
|
"height": 90
|
|
},
|
|
"medium": {
|
|
"url": "http://localhost:8080/test/images/youtube-thumbnail.png",
|
|
"width": 320,
|
|
"height": 180
|
|
},
|
|
"high": {
|
|
"url": "http://localhost:8080/test/images/youtube-thumbnail.png",
|
|
"width": 480,
|
|
"height": 360
|
|
}
|
|
},
|
|
"channelTitle": "SampleArtistVEVO",
|
|
"liveBroadcastContent": "none",
|
|
"publishTime": "2009-11-24T13:38:04Z"
|
|
}
|
|
},
|
|
{
|
|
"kind": "youtube#searchResult",
|
|
"etag": "AwvO6Y5jkF0O-lDHehMYTy7Hims",
|
|
"id": {
|
|
"kind": "youtube#video",
|
|
"videoId": "cLgJQ8Zj3AA"
|
|
},
|
|
"snippet": {
|
|
"publishedAt": "2017-01-26T03:19:52Z",
|
|
"channelId": "UCy6-RHgm74I8CCCvMu4NPJQ",
|
|
"title": "YouTube Video #2",
|
|
"description": "Description for YouTube Video #2",
|
|
"thumbnails": {
|
|
"default": {
|
|
"url": "http://localhost:8080/test/images/youtube-thumbnail.png",
|
|
"width": 120,
|
|
"height": 90
|
|
},
|
|
"medium": {
|
|
"url": "http://localhost:8080/test/images/youtube-thumbnail.png",
|
|
"width": 320,
|
|
"height": 180
|
|
},
|
|
"high": {
|
|
"url": "http://localhost:8080/test/images/youtube-thumbnail.png",
|
|
"width": 480,
|
|
"height": 360
|
|
}
|
|
},
|
|
"channelTitle": "Sample Artist - Topic",
|
|
"liveBroadcastContent": "none",
|
|
"publishTime": "2017-01-26T03:19:52Z"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|