Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.14.0">
- <randomSongs>
- <song id="3540" parent="3512" isDir="false" title="Medusa" album="Spreading The Disease" artist="Anthrax" track="8" year="1985" genre="Thrash Metal" coverArt="3512" size="11497193" contentType="audio/mpeg" suffix="mp3" duration="284" bitRate="320" path="A/Anthrax/Spreading The Disease (1985)/08 - Medusa.mp3" playCount="17" created="2013-09-06T08:44:54.907Z" albumId="199" artistId="14" type="music"/>
- <song id="7119" parent="7102" isDir="false" title="A Girl I Knew" album="Steppenwolf" artist="Steppenwolf" track="9" year="1968" genre="Hard Rock" coverArt="7102" size="6541536" contentType="audio/mpeg" suffix="mp3" duration="162" bitRate="320" path="S/Steppenwolf/Steppenwolf (1968)/09. A Girl I Knew.mp3" playCount="0" created="2014-05-14T06:34:45.186Z" albumId="309" artistId="220" type="music"/>
- </randomSongs>
- </subsonic-response>
- {
- "subsonic-response" : {
- "status" : "ok",
- "version" : "1.14.0",
- "randomSongs" : {
- "song" : [ {
- "id" : "4659",
- "parent" : "4653",
- "isDir" : false,
- "title" : "The Persecuted Won't Forget",
- "album" : "The Formation Of Damnation",
- "artist" : "Testament",
- "track" : 6,
- "year" : 2008,
- "genre" : "Metal",
- "coverArt" : "4653",
- "size" : 61929233,
- "contentType" : "audio/flac",
- "suffix" : "flac",
- "transcodedContentType" : "audio/mpeg",
- "transcodedSuffix" : "mp3",
- "duration" : 349,
- "bitRate" : 1414,
- "path" : "T/Testament/The Formation Of Damnation (2008) JAP Edition/06 Testament - The Persecuted Won't Forget.flac",
- "playCount" : 0,
- "created" : "2018-02-12T04:57:42.302Z",
- "albumId" : "166",
- "artistId" : "153",
- "type" : "music"
- }, {
- "id" : "7166",
- "parent" : "7164",
- "isDir" : false,
- "title" : "Hank Is Dead",
- "album" : "Murder The Mountains",
- "artist" : "Red Fang",
- "track" : 3,
- "year" : 2011,
- "genre" : "Hard Rock / Stoner Metal",
- "coverArt" : "7164",
- "size" : 6500462,
- "contentType" : "audio/mpeg",
- "suffix" : "mp3",
- "duration" : 156,
- "bitRate" : 320,
- "path" : "R/Red Fang/Murder The Mountains (2011)/03. Hank Is Dead.mp3",
- "playCount" : 0,
- "created" : "2014-07-22T00:11:26.993Z",
- "albumId" : "294",
- "artistId" : "211",
- "type" : "music"
- } ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement