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

81 lines
2.2 KiB
JSON

{
"subsonic-response" : {
"status" : "ok",
"version" : "1.15.0",
"randomSongs" : {
"song" : [ {
"id" : "4426",
"parent" : "4417",
"isDir" : false,
"title" : "Permanent",
"album" : "Phantoms",
"artist" : "Acceptance",
"track" : 11,
"year" : 2005,
"genre" : "Rock",
"coverArt" : "4417",
"size" : 4444381,
"contentType" : "audio/mpeg",
"suffix" : "mp3",
"duration" : 185,
"bitRate" : 192,
"path" : "Acceptance/Phantoms/11 Permanent.mp3",
"isVideo" : false,
"playCount" : 0,
"discNumber" : 1,
"created" : "2016-10-23T15:31:49.000Z",
"albumId" : "409",
"artistId" : "254",
"type" : "music"
}, {
"id" : "3061",
"parent" : "3050",
"isDir" : false,
"title" : "Sure as Hell",
"album" : "Who Are You Now?",
"artist" : "This Providence",
"track" : 1,
"year" : 2009,
"genre" : "Indie Rock",
"coverArt" : "3050",
"size" : 1969692,
"contentType" : "audio/mpeg",
"suffix" : "mp3",
"duration" : 110,
"bitRate" : 142,
"path" : "This Providence/Who Are You Now_/01 Sure as Hell.mp3",
"isVideo" : false,
"playCount" : 0,
"discNumber" : 1,
"created" : "2016-10-23T21:32:46.000Z",
"albumId" : "272",
"artistId" : "152",
"type" : "music"
}, {
"id" : "2455",
"parent" : "2451",
"isDir" : false,
"title" : "I Dare You",
"album" : "Us and Them",
"artist" : "Shinedown",
"track" : 4,
"year" : 2005,
"genre" : "Rock",
"coverArt" : "2451",
"size" : 6489382,
"contentType" : "audio/mpeg",
"suffix" : "mp3",
"duration" : 234,
"bitRate" : 221,
"path" : "Shinedown/Us and Them/04 I Dare You.mp3",
"isVideo" : false,
"playCount" : 0,
"discNumber" : 1,
"created" : "2016-10-23T21:16:21.000Z",
"albumId" : "209",
"artistId" : "112",
"type" : "music"
} ]
}
}
}