ultrasonic-app-subsonic-and.../core/subsonic-api/src/integrationTest/resources/search2_ok.json

50 lines
1.3 KiB
JSON

{
"subsonic-response" : {
"status" : "ok",
"version" : "1.15.0",
"searchResult2" : {
"artist" : [ {
"id" : "522",
"name" : "The Prodigy"
} ],
"album" : [ {
"id" : "8867",
"parent" : "522",
"isDir" : true,
"title" : "Always Outnumbered, Never Outgunned",
"album" : "Always Outnumbered, Never Outgunned",
"artist" : "The Prodigy",
"year" : 2004,
"genre" : "Electronic",
"coverArt" : "8867",
"playCount" : 0,
"created" : "2016-10-23T20:57:27.000Z"
} ],
"song" : [ {
"id" : "5831",
"parent" : "5766",
"isDir" : false,
"title" : "You'll Be Under My Wheels",
"album" : "Need for Speed Most Wanted",
"artist" : "The Prodigy",
"track" : 17,
"year" : 2005,
"genre" : "Rap",
"coverArt" : "5766",
"size" : 5607024,
"contentType" : "audio/mpeg",
"suffix" : "mp3",
"duration" : 233,
"bitRate" : 192,
"path" : "Compilations/Need for Speed Most Wanted/17 You'll Be Under My Wheels.mp3",
"isVideo" : false,
"playCount" : 0,
"discNumber" : 1,
"created" : "2016-10-23T20:09:02.000Z",
"albumId" : "568",
"artistId" : "505",
"type" : "music"
} ]
}
}
}