update handler tests

This commit is contained in:
sentriz
2019-07-05 16:35:01 +01:00
parent 76ba968aee
commit 1ab24db5d7
22 changed files with 456 additions and 485 deletions

Binary file not shown.

View File

@@ -4,60 +4,51 @@
"version": "1.9.0", "version": "1.9.0",
"albumList": { "albumList": {
"album": [ "album": [
{
"id": 10,
"coverArt": 10,
"artist": "13th Floor Lowervators",
"title": "(1967) Easter Nowhere",
"parent": 9,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 11,
"coverArt": 11,
"artist": "13th Floor Lowervators",
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": 9,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 7,
"coverArt": 7,
"artist": "A Certain Ratio",
"title": "(1994) The Graveyard and the Ballroom",
"parent": 6,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{ {
"id": 8, "id": 8,
"coverArt": 8, "coverArt": 8,
"artist": "A Certain Ratio", "artist": "13th Floor Lowervators",
"title": "(1981) To EachOTHER.", "title": "(1967) Easter Nowhere",
"parent": 6, "parent": 7,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 23, "id": 9,
"coverArt": 23, "coverArt": 9,
"artist": "Captain Beefheart", "artist": "13th Floor Lowervators",
"title": "(1970) Lick My Decals Off, Bitch", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": 22, "parent": 7,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 5, "id": 5,
"coverArt": 5, "coverArt": 5,
"artist": "Dead Moon", "artist": "A Certain Ratio",
"title": "(1989) Unknown PassagePENIS", "title": "(1994) The Graveyard and the Ballroom",
"parent": 4, "parent": 4,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{
"id": 6,
"coverArt": 6,
"artist": "A Certain Ratio",
"title": "(1981) To EachOTHER.",
"parent": 4,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 21,
"coverArt": 21,
"artist": "Captain Beefheart",
"title": "(1970) Lick My Decals Off, Bitch",
"parent": 20,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{ {
"id": 3, "id": 3,
"coverArt": 3, "coverArt": 3,
@@ -68,29 +59,38 @@
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 18, "id": 16,
"coverArt": 18, "coverArt": 16,
"artist": "Swell Maps", "artist": "Swell Maps",
"title": "(1980) Jane From Occupied Europe", "title": "(1980) Jane From Occupied Europe",
"parent": 17, "parent": 15,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 17,
"coverArt": 17,
"artist": "Swell Maps",
"title": "(1979) A Trip to Marineville",
"parent": 15,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 19, "id": 19,
"coverArt": 19, "coverArt": 19,
"artist": "Swell Maps", "artist": "Ten Years After",
"title": "(1979) A Trip to Marineville", "title": "(1967) Ten Years After",
"parent": 17, "parent": 18,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 21, "id": 13,
"coverArt": 21, "coverArt": 13,
"artist": "Ten Years After", "artist": "There",
"title": "(1967) Ten Years After", "title": "(2010) Anika",
"parent": 20, "parent": 12,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
} }

View File

@@ -5,65 +5,65 @@
"albumList": { "albumList": {
"album": [ "album": [
{ {
"id": 11, "id": 9,
"coverArt": 11, "coverArt": 9,
"artist": "13th Floor Lowervators", "artist": "13th Floor Lowervators",
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": 9, "parent": 7,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 10,
"coverArt": 10,
"artist": "13th Floor Lowervators",
"title": "(1967) Easter Nowhere",
"parent": 9,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 21,
"coverArt": 21,
"artist": "Ten Years After",
"title": "(1967) Ten Years After",
"parent": 20,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 23,
"coverArt": 23,
"artist": "Captain Beefheart",
"title": "(1970) Lick My Decals Off, Bitch",
"parent": 22,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 19,
"coverArt": 19,
"artist": "Swell Maps",
"title": "(1979) A Trip to Marineville",
"parent": 17,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 18,
"coverArt": 18,
"artist": "Swell Maps",
"title": "(1980) Jane From Occupied Europe",
"parent": 17,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 8, "id": 8,
"coverArt": 8, "coverArt": 8,
"artist": "13th Floor Lowervators",
"title": "(1967) Easter Nowhere",
"parent": 7,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 19,
"coverArt": 19,
"artist": "Ten Years After",
"title": "(1967) Ten Years After",
"parent": 18,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 21,
"coverArt": 21,
"artist": "Captain Beefheart",
"title": "(1970) Lick My Decals Off, Bitch",
"parent": 20,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 17,
"coverArt": 17,
"artist": "Swell Maps",
"title": "(1979) A Trip to Marineville",
"parent": 15,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 16,
"coverArt": 16,
"artist": "Swell Maps",
"title": "(1980) Jane From Occupied Europe",
"parent": 15,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 6,
"coverArt": 6,
"artist": "A Certain Ratio", "artist": "A Certain Ratio",
"title": "(1981) To EachOTHER.", "title": "(1981) To EachOTHER.",
"parent": 6, "parent": 4,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
@@ -79,18 +79,18 @@
{ {
"id": 5, "id": 5,
"coverArt": 5, "coverArt": 5,
"artist": "Dead Moon", "artist": "A Certain Ratio",
"title": "(1989) Unknown PassagePENIS", "title": "(1994) The Graveyard and the Ballroom",
"parent": 4, "parent": 4,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 7, "id": 13,
"coverArt": 7, "coverArt": 13,
"artist": "A Certain Ratio", "artist": "There",
"title": "(1994) The Graveyard and the Ballroom", "title": "(2010) Anika",
"parent": 6, "parent": 12,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
} }

View File

@@ -4,20 +4,11 @@
"version": "1.9.0", "version": "1.9.0",
"albumList": { "albumList": {
"album": [ "album": [
{
"id": 23,
"coverArt": 23,
"artist": "Captain Beefheart",
"title": "(1970) Lick My Decals Off, Bitch",
"parent": 22,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{ {
"id": 21, "id": 21,
"coverArt": 21, "coverArt": 21,
"artist": "Ten Years After", "artist": "Captain Beefheart",
"title": "(1967) Ten Years After", "title": "(1970) Lick My Decals Off, Bitch",
"parent": 20, "parent": 20,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
@@ -25,74 +16,83 @@
{ {
"id": 19, "id": 19,
"coverArt": 19, "coverArt": 19,
"artist": "Ten Years After",
"title": "(1967) Ten Years After",
"parent": 18,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 17,
"coverArt": 17,
"artist": "Swell Maps", "artist": "Swell Maps",
"title": "(1979) A Trip to Marineville", "title": "(1979) A Trip to Marineville",
"parent": 17, "parent": 15,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 18, "id": 16,
"coverArt": 18, "coverArt": 16,
"artist": "Swell Maps", "artist": "Swell Maps",
"title": "(1980) Jane From Occupied Europe", "title": "(1980) Jane From Occupied Europe",
"parent": 17, "parent": 15,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 15, "id": 13,
"coverArt": 15, "coverArt": 13,
"artist": "There", "artist": "There",
"title": "(2010) Anika", "title": "(2010) Anika",
"parent": 14, "parent": 12,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 11, "id": 9,
"coverArt": 11, "coverArt": 9,
"artist": "13th Floor Lowervators", "artist": "13th Floor Lowervators",
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": 9, "parent": 7,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 10,
"coverArt": 10,
"artist": "13th Floor Lowervators",
"title": "(1967) Easter Nowhere",
"parent": 9,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 8, "id": 8,
"coverArt": 8, "coverArt": 8,
"artist": "A Certain Ratio", "artist": "13th Floor Lowervators",
"title": "(1981) To EachOTHER.", "title": "(1967) Easter Nowhere",
"parent": 6, "parent": 7,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 7, "id": 6,
"coverArt": 7, "coverArt": 6,
"artist": "A Certain Ratio", "artist": "A Certain Ratio",
"title": "(1994) The Graveyard and the Ballroom", "title": "(1981) To EachOTHER.",
"parent": 6, "parent": 4,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 5, "id": 5,
"coverArt": 5, "coverArt": 5,
"artist": "Dead Moon", "artist": "A Certain Ratio",
"title": "(1989) Unknown PassagePENIS", "title": "(1994) The Graveyard and the Ballroom",
"parent": 4, "parent": 4,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
},
{
"id": 3,
"coverArt": 3,
"artist": "Jah Wobble, The Edge, Holger Czukay",
"title": "(1983) Snake Charmer",
"parent": 2,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
} }
] ]
} }

View File

@@ -5,20 +5,47 @@
"albumList": { "albumList": {
"album": [ "album": [
{ {
"id": 23, "id": 9,
"coverArt": 23, "coverArt": 9,
"artist": "Captain Beefheart", "artist": "13th Floor Lowervators",
"title": "(1970) Lick My Decals Off, Bitch", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": 22, "parent": 7,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 6,
"coverArt": 6,
"artist": "A Certain Ratio",
"title": "(1981) To EachOTHER.",
"parent": 4,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 16,
"coverArt": 16,
"artist": "Swell Maps",
"title": "(1980) Jane From Occupied Europe",
"parent": 15,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 17,
"coverArt": 17,
"artist": "Swell Maps",
"title": "(1979) A Trip to Marineville",
"parent": 15,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 19, "id": 19,
"coverArt": 19, "coverArt": 19,
"artist": "Swell Maps", "artist": "Ten Years After",
"title": "(1979) A Trip to Marineville", "title": "(1967) Ten Years After",
"parent": 17, "parent": 18,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
@@ -31,75 +58,39 @@
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{
"id": 5,
"coverArt": 5,
"artist": "Dead Moon",
"title": "(1989) Unknown PassagePENIS",
"parent": 4,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 10,
"coverArt": 10,
"artist": "13th Floor Lowervators",
"title": "(1967) Easter Nowhere",
"parent": 9,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{ {
"id": 8, "id": 8,
"coverArt": 8, "coverArt": 8,
"artist": "A Certain Ratio", "artist": "13th Floor Lowervators",
"title": "(1981) To EachOTHER.", "title": "(1967) Easter Nowhere",
"parent": 6, "parent": 7,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 21, "id": 21,
"coverArt": 21, "coverArt": 21,
"artist": "Ten Years After", "artist": "Captain Beefheart",
"title": "(1967) Ten Years After", "title": "(1970) Lick My Decals Off, Bitch",
"parent": 20, "parent": 20,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 15, "id": 13,
"coverArt": 15, "coverArt": 13,
"artist": "There", "artist": "There",
"title": "(2010) Anika", "title": "(2010) Anika",
"parent": 14, "parent": 12,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
}, },
{ {
"id": 18, "id": 5,
"coverArt": 18, "coverArt": 5,
"artist": "Swell Maps",
"title": "(1980) Jane From Occupied Europe",
"parent": 17,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 11,
"coverArt": 11,
"artist": "13th Floor Lowervators",
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": 9,
"isDir": true,
"created": "0001-01-01T00:00:00Z"
},
{
"id": 7,
"coverArt": 7,
"artist": "A Certain Ratio", "artist": "A Certain Ratio",
"title": "(1994) The Graveyard and the Ballroom", "title": "(1994) The Graveyard and the Ballroom",
"parent": 6, "parent": 4,
"isDir": true, "isDir": true,
"created": "0001-01-01T00:00:00Z" "created": "0001-01-01T00:00:00Z"
} }

View File

@@ -5,59 +5,51 @@
"albumList2": { "albumList2": {
"album": [ "album": [
{ {
"id": 10, "id": 8,
"coverArt": 10, "coverArt": 8,
"artistId": 4, "artistId": 3,
"artist": "13th Floor Elevators", "artist": "13th Floor Elevators",
"name": "Easter Everywhere", "name": "Easter Everywhere",
"created": "2019-07-01T11:33:30.58134155+01:00" "created": "2019-07-05T16:33:39.13742584+01:00"
}, },
{ {
"id": 11, "id": 9,
"coverArt": 11, "coverArt": 9,
"artistId": 4, "artistId": 3,
"artist": "13th Floor Elevators", "artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators", "name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-01T11:33:30.600080603+01:00" "created": "2019-07-05T16:33:39.189977898+01:00"
},
{
"id": 7,
"coverArt": 7,
"artistId": 3,
"artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom",
"created": "2019-07-01T11:33:30.544346174+01:00"
},
{
"id": 8,
"artistId": 3,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-07-01T11:33:30.570884787+01:00"
},
{
"id": 15,
"coverArt": 15,
"artistId": 5,
"artist": "Anikas",
"name": "Anika",
"created": "2019-07-01T11:33:30.625217653+01:00"
},
{
"id": 23,
"coverArt": 23,
"artistId": 8,
"artist": "Captain Beefheart & His Magic Band",
"name": "Lick My Decals Off, Baby",
"created": "2019-07-01T11:33:30.696105506+01:00"
}, },
{ {
"id": 5, "id": 5,
"coverArt": 5, "coverArt": 5,
"artistId": 2, "artistId": 2,
"artist": "Dead Moon", "artist": "A Certain Ratio",
"name": "Unknown Passage", "name": "The Graveyard and the Ballroom",
"created": "2019-07-01T11:33:30.528889187+01:00" "created": "2019-07-05T16:33:39.020273091+01:00"
},
{
"id": 6,
"artistId": 2,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-07-05T16:33:39.081646318+01:00"
},
{
"id": 13,
"coverArt": 13,
"artistId": 4,
"artist": "Anikas",
"name": "Anika",
"created": "2019-07-05T16:33:39.295969241+01:00"
},
{
"id": 21,
"coverArt": 21,
"artistId": 7,
"artist": "Captain Beefheart & His Magic Band",
"name": "Lick My Decals Off, Baby",
"created": "2019-07-05T16:33:39.589691095+01:00"
}, },
{ {
"id": 3, "id": 3,
@@ -65,23 +57,31 @@
"artistId": 1, "artistId": 1,
"artist": "Jah Wobble, The Edge & Holger Czukay", "artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer", "name": "Snake Charmer",
"created": "2019-07-01T11:33:30.512724888+01:00" "created": "2019-07-05T16:33:38.970382938+01:00"
}, },
{ {
"id": 18, "id": 16,
"coverArt": 18, "coverArt": 16,
"artistId": 6, "artistId": 5,
"artist": "Swell Maps", "artist": "Swell Maps",
"name": "Jane From Occupied Europe", "name": "Jane From Occupied Europe",
"created": "2019-07-01T11:33:30.634997537+01:00" "created": "2019-07-05T16:33:39.401584248+01:00"
},
{
"id": 17,
"coverArt": 17,
"artistId": 5,
"artist": "Swell Maps",
"name": "A Trip to Marineville",
"created": "2019-07-05T16:33:39.456124086+01:00"
}, },
{ {
"id": 19, "id": 19,
"coverArt": 19, "coverArt": 19,
"artistId": 6, "artistId": 6,
"artist": "Swell Maps", "artist": "Ten Years After",
"name": "A Trip to Marineville", "name": "Ten Years After",
"created": "2019-07-01T11:33:30.659201596+01:00" "created": "2019-07-05T16:33:39.514180103+01:00"
} }
] ]
} }

View File

@@ -5,44 +5,44 @@
"albumList2": { "albumList2": {
"album": [ "album": [
{ {
"id": 19, "id": 17,
"coverArt": 19, "coverArt": 17,
"artistId": 6, "artistId": 5,
"artist": "Swell Maps", "artist": "Swell Maps",
"name": "A Trip to Marineville", "name": "A Trip to Marineville",
"created": "2019-07-01T11:33:30.659201596+01:00" "created": "2019-07-05T16:33:39.456124086+01:00"
}, },
{ {
"id": 15, "id": 13,
"coverArt": 15, "coverArt": 13,
"artistId": 5, "artistId": 4,
"artist": "Anikas", "artist": "Anikas",
"name": "Anika", "name": "Anika",
"created": "2019-07-01T11:33:30.625217653+01:00" "created": "2019-07-05T16:33:39.295969241+01:00"
}, },
{ {
"id": 10, "id": 8,
"coverArt": 10, "coverArt": 8,
"artistId": 4, "artistId": 3,
"artist": "13th Floor Elevators", "artist": "13th Floor Elevators",
"name": "Easter Everywhere", "name": "Easter Everywhere",
"created": "2019-07-01T11:33:30.58134155+01:00" "created": "2019-07-05T16:33:39.13742584+01:00"
}, },
{ {
"id": 18, "id": 16,
"coverArt": 18, "coverArt": 16,
"artistId": 6, "artistId": 5,
"artist": "Swell Maps", "artist": "Swell Maps",
"name": "Jane From Occupied Europe", "name": "Jane From Occupied Europe",
"created": "2019-07-01T11:33:30.634997537+01:00" "created": "2019-07-05T16:33:39.401584248+01:00"
}, },
{ {
"id": 23, "id": 21,
"coverArt": 23, "coverArt": 21,
"artistId": 8, "artistId": 7,
"artist": "Captain Beefheart & His Magic Band", "artist": "Captain Beefheart & His Magic Band",
"name": "Lick My Decals Off, Baby", "name": "Lick My Decals Off, Baby",
"created": "2019-07-01T11:33:30.696105506+01:00" "created": "2019-07-05T16:33:39.589691095+01:00"
}, },
{ {
"id": 3, "id": 3,
@@ -50,38 +50,38 @@
"artistId": 1, "artistId": 1,
"artist": "Jah Wobble, The Edge & Holger Czukay", "artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer", "name": "Snake Charmer",
"created": "2019-07-01T11:33:30.512724888+01:00" "created": "2019-07-05T16:33:38.970382938+01:00"
}, },
{ {
"id": 21, "id": 19,
"coverArt": 21, "coverArt": 19,
"artistId": 7, "artistId": 6,
"artist": "Ten Years After", "artist": "Ten Years After",
"name": "Ten Years After", "name": "Ten Years After",
"created": "2019-07-01T11:33:30.675285785+01:00" "created": "2019-07-05T16:33:39.514180103+01:00"
}, },
{ {
"id": 7, "id": 5,
"coverArt": 7, "coverArt": 5,
"artistId": 3, "artistId": 2,
"artist": "A Certain Ratio", "artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom", "name": "The Graveyard and the Ballroom",
"created": "2019-07-01T11:33:30.544346174+01:00" "created": "2019-07-05T16:33:39.020273091+01:00"
}, },
{ {
"id": 11, "id": 9,
"coverArt": 11, "coverArt": 9,
"artistId": 4, "artistId": 3,
"artist": "13th Floor Elevators", "artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators", "name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-01T11:33:30.600080603+01:00" "created": "2019-07-05T16:33:39.189977898+01:00"
}, },
{ {
"id": 8, "id": 6,
"artistId": 3, "artistId": 2,
"artist": "A Certain Ratio", "artist": "A Certain Ratio",
"name": "To Each...", "name": "To Each...",
"created": "2019-07-01T11:33:30.570884787+01:00" "created": "2019-07-05T16:33:39.081646318+01:00"
} }
] ]
} }

View File

@@ -4,84 +4,84 @@
"version": "1.9.0", "version": "1.9.0",
"albumList2": { "albumList2": {
"album": [ "album": [
{
"id": 23,
"coverArt": 23,
"artistId": 8,
"artist": "Captain Beefheart & His Magic Band",
"name": "Lick My Decals Off, Baby",
"created": "2019-07-01T11:33:30.696105506+01:00"
},
{ {
"id": 21, "id": 21,
"coverArt": 21, "coverArt": 21,
"artistId": 7, "artistId": 7,
"artist": "Ten Years After", "artist": "Captain Beefheart & His Magic Band",
"name": "Ten Years After", "name": "Lick My Decals Off, Baby",
"created": "2019-07-01T11:33:30.675285785+01:00" "created": "2019-07-05T16:33:39.589691095+01:00"
}, },
{ {
"id": 19, "id": 19,
"coverArt": 19, "coverArt": 19,
"artistId": 6, "artistId": 6,
"artist": "Ten Years After",
"name": "Ten Years After",
"created": "2019-07-05T16:33:39.514180103+01:00"
},
{
"id": 17,
"coverArt": 17,
"artistId": 5,
"artist": "Swell Maps", "artist": "Swell Maps",
"name": "A Trip to Marineville", "name": "A Trip to Marineville",
"created": "2019-07-01T11:33:30.659201596+01:00" "created": "2019-07-05T16:33:39.456124086+01:00"
}, },
{ {
"id": 18, "id": 16,
"coverArt": 18, "coverArt": 16,
"artistId": 6, "artistId": 5,
"artist": "Swell Maps", "artist": "Swell Maps",
"name": "Jane From Occupied Europe", "name": "Jane From Occupied Europe",
"created": "2019-07-01T11:33:30.634997537+01:00" "created": "2019-07-05T16:33:39.401584248+01:00"
}, },
{ {
"id": 15, "id": 13,
"coverArt": 15, "coverArt": 13,
"artistId": 5, "artistId": 4,
"artist": "Anikas", "artist": "Anikas",
"name": "Anika", "name": "Anika",
"created": "2019-07-01T11:33:30.625217653+01:00" "created": "2019-07-05T16:33:39.295969241+01:00"
}, },
{ {
"id": 11, "id": 9,
"coverArt": 11, "coverArt": 9,
"artistId": 4, "artistId": 3,
"artist": "13th Floor Elevators", "artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators", "name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-01T11:33:30.600080603+01:00" "created": "2019-07-05T16:33:39.189977898+01:00"
},
{
"id": 10,
"coverArt": 10,
"artistId": 4,
"artist": "13th Floor Elevators",
"name": "Easter Everywhere",
"created": "2019-07-01T11:33:30.58134155+01:00"
}, },
{ {
"id": 8, "id": 8,
"coverArt": 8,
"artistId": 3, "artistId": 3,
"artist": "A Certain Ratio", "artist": "13th Floor Elevators",
"name": "To Each...", "name": "Easter Everywhere",
"created": "2019-07-01T11:33:30.570884787+01:00" "created": "2019-07-05T16:33:39.13742584+01:00"
}, },
{ {
"id": 7, "id": 6,
"coverArt": 7, "artistId": 2,
"artistId": 3,
"artist": "A Certain Ratio", "artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom", "name": "To Each...",
"created": "2019-07-01T11:33:30.544346174+01:00" "created": "2019-07-05T16:33:39.081646318+01:00"
}, },
{ {
"id": 5, "id": 5,
"coverArt": 5, "coverArt": 5,
"artistId": 2, "artistId": 2,
"artist": "Dead Moon", "artist": "A Certain Ratio",
"name": "Unknown Passage", "name": "The Graveyard and the Ballroom",
"created": "2019-07-01T11:33:30.528889187+01:00" "created": "2019-07-05T16:33:39.020273091+01:00"
},
{
"id": 3,
"coverArt": 3,
"artistId": 1,
"artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer",
"created": "2019-07-05T16:33:38.970382938+01:00"
} }
] ]
} }

View File

@@ -4,92 +4,84 @@
"version": "1.9.0", "version": "1.9.0",
"albumList2": { "albumList2": {
"album": [ "album": [
{
"id": 8,
"artistId": 3,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-07-01T11:33:30.570884787+01:00"
},
{
"id": 5,
"coverArt": 5,
"artistId": 2,
"artist": "Dead Moon",
"name": "Unknown Passage",
"created": "2019-07-01T11:33:30.528889187+01:00"
},
{
"id": 10,
"coverArt": 10,
"artistId": 4,
"artist": "13th Floor Elevators",
"name": "Easter Everywhere",
"created": "2019-07-01T11:33:30.58134155+01:00"
},
{
"id": 7,
"coverArt": 7,
"artistId": 3,
"artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom",
"created": "2019-07-01T11:33:30.544346174+01:00"
},
{
"id": 15,
"coverArt": 15,
"artistId": 5,
"artist": "Anikas",
"name": "Anika",
"created": "2019-07-01T11:33:30.625217653+01:00"
},
{ {
"id": 3, "id": 3,
"coverArt": 3, "coverArt": 3,
"artistId": 1, "artistId": 1,
"artist": "Jah Wobble, The Edge & Holger Czukay", "artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer", "name": "Snake Charmer",
"created": "2019-07-01T11:33:30.512724888+01:00" "created": "2019-07-05T16:33:38.970382938+01:00"
},
{
"id": 13,
"coverArt": 13,
"artistId": 4,
"artist": "Anikas",
"name": "Anika",
"created": "2019-07-05T16:33:39.295969241+01:00"
},
{
"id": 16,
"coverArt": 16,
"artistId": 5,
"artist": "Swell Maps",
"name": "Jane From Occupied Europe",
"created": "2019-07-05T16:33:39.401584248+01:00"
},
{
"id": 5,
"coverArt": 5,
"artistId": 2,
"artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom",
"created": "2019-07-05T16:33:39.020273091+01:00"
},
{
"id": 17,
"coverArt": 17,
"artistId": 5,
"artist": "Swell Maps",
"name": "A Trip to Marineville",
"created": "2019-07-05T16:33:39.456124086+01:00"
},
{
"id": 8,
"coverArt": 8,
"artistId": 3,
"artist": "13th Floor Elevators",
"name": "Easter Everywhere",
"created": "2019-07-05T16:33:39.13742584+01:00"
}, },
{ {
"id": 19, "id": 19,
"coverArt": 19, "coverArt": 19,
"artistId": 6, "artistId": 6,
"artist": "Swell Maps", "artist": "Ten Years After",
"name": "A Trip to Marineville", "name": "Ten Years After",
"created": "2019-07-01T11:33:30.659201596+01:00" "created": "2019-07-05T16:33:39.514180103+01:00"
}, },
{ {
"id": 18, "id": 6,
"coverArt": 18, "artistId": 2,
"artistId": 6, "artist": "A Certain Ratio",
"artist": "Swell Maps", "name": "To Each...",
"name": "Jane From Occupied Europe", "created": "2019-07-05T16:33:39.081646318+01:00"
"created": "2019-07-01T11:33:30.634997537+01:00" },
{
"id": 9,
"coverArt": 9,
"artistId": 3,
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-05T16:33:39.189977898+01:00"
}, },
{ {
"id": 21, "id": 21,
"coverArt": 21, "coverArt": 21,
"artistId": 7, "artistId": 7,
"artist": "Ten Years After",
"name": "Ten Years After",
"created": "2019-07-01T11:33:30.675285785+01:00"
},
{
"id": 11,
"coverArt": 11,
"artistId": 4,
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-01T11:33:30.600080603+01:00"
},
{
"id": 23,
"coverArt": 23,
"artistId": 8,
"artist": "Captain Beefheart & His Magic Band", "artist": "Captain Beefheart & His Magic Band",
"name": "Lick My Decals Off, Baby", "name": "Lick My Decals Off, Baby",
"created": "2019-07-01T11:33:30.696105506+01:00" "created": "2019-07-05T16:33:39.589691095+01:00"
} }
] ]
} }

View File

@@ -8,7 +8,7 @@
"artistId": 1, "artistId": 1,
"artist": "Jah Wobble, The Edge & Holger Czukay", "artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer", "name": "Snake Charmer",
"created": "2019-07-01T11:33:30.512724888+01:00", "created": "2019-07-05T16:33:38.970382938+01:00",
"song": [ "song": [
{ {
"album": "Snake Charmer", "album": "Snake Charmer",
@@ -18,7 +18,7 @@
"bitRate": 882, "bitRate": 882,
"contentType": "audio/x-flac", "contentType": "audio/x-flac",
"coverArt": 3, "coverArt": 3,
"created": "2019-07-01T11:33:30.515509794+01:00", "created": "2019-07-05T16:33:38.98072783+01:00",
"duration": 372, "duration": 372,
"id": 1, "id": 1,
"parent": 3, "parent": 3,
@@ -38,7 +38,7 @@
"bitRate": 814, "bitRate": 814,
"contentType": "audio/x-flac", "contentType": "audio/x-flac",
"coverArt": 3, "coverArt": 3,
"created": "2019-07-01T11:33:30.519525103+01:00", "created": "2019-07-05T16:33:38.982389775+01:00",
"duration": 523, "duration": 523,
"id": 3, "id": 3,
"parent": 3, "parent": 3,
@@ -58,7 +58,7 @@
"bitRate": 745, "bitRate": 745,
"contentType": "audio/x-flac", "contentType": "audio/x-flac",
"coverArt": 3, "coverArt": 3,
"created": "2019-07-01T11:33:30.51733481+01:00", "created": "2019-07-05T16:33:38.981622033+01:00",
"duration": 331, "duration": 331,
"id": 2, "id": 2,
"parent": 3, "parent": 3,
@@ -78,7 +78,7 @@
"bitRate": 976, "bitRate": 976,
"contentType": "audio/x-flac", "contentType": "audio/x-flac",
"coverArt": 3, "coverArt": 3,
"created": "2019-07-01T11:33:30.525219727+01:00", "created": "2019-07-05T16:33:38.983911053+01:00",
"duration": 227, "duration": 227,
"id": 5, "id": 5,
"parent": 3, "parent": 3,
@@ -98,7 +98,7 @@
"bitRate": 884, "bitRate": 884,
"contentType": "audio/x-flac", "contentType": "audio/x-flac",
"coverArt": 3, "coverArt": 3,
"created": "2019-07-01T11:33:30.52108231+01:00", "created": "2019-07-05T16:33:38.983156779+01:00",
"duration": 418, "duration": 418,
"id": 4, "id": 4,
"parent": 3, "parent": 3,

View File

@@ -4,7 +4,7 @@
"version": "1.9.0", "version": "1.9.0",
"album": { "album": {
"id": 2, "id": 2,
"created": "2019-07-01T11:33:30.512216597+01:00" "created": "2019-07-05T16:33:38.960789919+01:00"
} }
} }
} }

View File

@@ -12,7 +12,7 @@
"artistId": 1, "artistId": 1,
"artist": "Jah Wobble, The Edge & Holger Czukay", "artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer", "name": "Snake Charmer",
"created": "2019-07-01T11:33:30.512724888+01:00" "created": "2019-07-05T16:33:38.970382938+01:00"
} }
] ]
} }

View File

@@ -4,22 +4,23 @@
"version": "1.9.0", "version": "1.9.0",
"artist": { "artist": {
"id": 3, "id": 3,
"name": "A Certain Ratio", "name": "13th Floor Elevators",
"album": [ "album": [
{ {
"id": 7, "id": 8,
"coverArt": 7, "coverArt": 8,
"artistId": 3, "artistId": 3,
"artist": "A Certain Ratio", "artist": "13th Floor Elevators",
"name": "The Graveyard and the Ballroom", "name": "Easter Everywhere",
"created": "2019-07-01T11:33:30.544346174+01:00" "created": "2019-07-05T16:33:39.13742584+01:00"
}, },
{ {
"id": 8, "id": 9,
"coverArt": 9,
"artistId": 3, "artistId": 3,
"artist": "A Certain Ratio", "artist": "13th Floor Elevators",
"name": "To Each...", "name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-01T11:33:30.570884787+01:00" "created": "2019-07-05T16:33:39.189977898+01:00"
} }
] ]
} }

View File

@@ -4,15 +4,22 @@
"version": "1.9.0", "version": "1.9.0",
"artist": { "artist": {
"id": 2, "id": 2,
"name": "Dead Moon", "name": "A Certain Ratio",
"album": [ "album": [
{ {
"id": 5, "id": 5,
"coverArt": 5, "coverArt": 5,
"artistId": 2, "artistId": 2,
"artist": "Dead Moon", "artist": "A Certain Ratio",
"name": "Unknown Passage", "name": "The Graveyard and the Ballroom",
"created": "2019-07-01T11:33:30.528889187+01:00" "created": "2019-07-05T16:33:39.020273091+01:00"
},
{
"id": 6,
"artistId": 2,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-07-05T16:33:39.081646318+01:00"
} }
] ]
} }

View File

@@ -8,7 +8,7 @@
"name": "#", "name": "#",
"artist": [ "artist": [
{ {
"id": 4, "id": 3,
"name": "13th Floor Elevators", "name": "13th Floor Elevators",
"albumCount": 2 "albumCount": 2
} }
@@ -18,12 +18,12 @@
"name": "a", "name": "a",
"artist": [ "artist": [
{ {
"id": 3, "id": 2,
"name": "A Certain Ratio", "name": "A Certain Ratio",
"albumCount": 2 "albumCount": 2
}, },
{ {
"id": 5, "id": 4,
"name": "Anikas", "name": "Anikas",
"albumCount": 1 "albumCount": 1
} }
@@ -33,22 +33,12 @@
"name": "c", "name": "c",
"artist": [ "artist": [
{ {
"id": 8, "id": 7,
"name": "Captain Beefheart & His Magic Band", "name": "Captain Beefheart & His Magic Band",
"albumCount": 1 "albumCount": 1
} }
] ]
}, },
{
"name": "d",
"artist": [
{
"id": 2,
"name": "Dead Moon",
"albumCount": 1
}
]
},
{ {
"name": "j", "name": "j",
"artist": [ "artist": [
@@ -63,7 +53,7 @@
"name": "s", "name": "s",
"artist": [ "artist": [
{ {
"id": 6, "id": 5,
"name": "Swell Maps", "name": "Swell Maps",
"albumCount": 2 "albumCount": 2
} }
@@ -73,7 +63,7 @@
"name": "t", "name": "t",
"artist": [ "artist": [
{ {
"id": 7, "id": 6,
"name": "Ten Years After", "name": "Ten Years After",
"albumCount": 1 "albumCount": 1
} }

View File

@@ -9,12 +9,12 @@
"name": "#", "name": "#",
"artist": [ "artist": [
{ {
"id": 9, "id": 7,
"name": "13th Floor Lowervators", "name": "13th Floor Lowervators",
"albumCount": 2 "albumCount": 2
}, },
{ {
"id": 12, "id": 10,
"name": "___Anika", "name": "___Anika",
"albumCount": 2 "albumCount": 2
} }
@@ -24,7 +24,7 @@
"name": "a", "name": "a",
"artist": [ "artist": [
{ {
"id": 6, "id": 4,
"name": "A Certain Ratio", "name": "A Certain Ratio",
"albumCount": 2 "albumCount": 2
} }
@@ -34,22 +34,12 @@
"name": "c", "name": "c",
"artist": [ "artist": [
{ {
"id": 22, "id": 20,
"name": "Captain Beefheart", "name": "Captain Beefheart",
"albumCount": 1 "albumCount": 1
} }
] ]
}, },
{
"name": "d",
"artist": [
{
"id": 4,
"name": "Dead Moon",
"albumCount": 1
}
]
},
{ {
"name": "j", "name": "j",
"artist": [ "artist": [
@@ -64,7 +54,7 @@
"name": "s", "name": "s",
"artist": [ "artist": [
{ {
"id": 17, "id": 15,
"name": "Swell Maps", "name": "Swell Maps",
"albumCount": 2 "albumCount": 2
} }
@@ -74,7 +64,7 @@
"name": "t", "name": "t",
"artist": [ "artist": [
{ {
"id": 20, "id": 18,
"name": "Ten Years After", "name": "Ten Years After",
"albumCount": 1 "albumCount": 1
} }

View File

@@ -5,18 +5,18 @@
"searchResult3": { "searchResult3": {
"artist": [ "artist": [
{ {
"id": 4, "id": 3,
"name": "13th Floor Elevators" "name": "13th Floor Elevators"
} }
], ],
"album": [ "album": [
{ {
"id": 11, "id": 9,
"coverArt": 11, "coverArt": 9,
"artistId": 4, "artistId": 3,
"artist": "13th Floor Elevators", "artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators", "name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-01T11:33:30.600080603+01:00" "created": "2019-07-05T16:33:39.189977898+01:00"
} }
] ]
} }

View File

@@ -5,18 +5,18 @@
"searchResult3": { "searchResult3": {
"artist": [ "artist": [
{ {
"id": 5, "id": 4,
"name": "Anikas" "name": "Anikas"
} }
], ],
"album": [ "album": [
{ {
"id": 15, "id": 13,
"coverArt": 15, "coverArt": 13,
"artistId": 5, "artistId": 4,
"artist": "Anikas", "artist": "Anikas",
"name": "Anika", "name": "Anika",
"created": "2019-07-01T11:33:30.625217653+01:00" "created": "2019-07-05T16:33:39.295969241+01:00"
} }
] ]
} }

View File

@@ -5,7 +5,7 @@
"searchResult3": { "searchResult3": {
"artist": [ "artist": [
{ {
"id": 3, "id": 2,
"name": "A Certain Ratio" "name": "A Certain Ratio"
} }
] ]

View File

@@ -5,18 +5,18 @@
"searchResult2": { "searchResult2": {
"artist": [ "artist": [
{ {
"id": 9, "id": 7,
"parent": 1, "parent": 1,
"name": "13th Floor Lowervators" "name": "13th Floor Lowervators"
} }
], ],
"album": [ "album": [
{ {
"coverArt": 11, "coverArt": 9,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"id": 11, "id": 9,
"isDir": true, "isDir": true,
"parent": 9, "parent": 7,
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators" "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators"
} }
], ],
@@ -26,11 +26,11 @@
"artist": "A Certain Ratio", "artist": "A Certain Ratio",
"bitRate": 894, "bitRate": 894,
"contentType": "audio/x-flac", "contentType": "audio/x-flac",
"coverArt": 7, "coverArt": 5,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"duration": 332, "duration": 332,
"id": 16, "id": 6,
"parent": 7, "parent": 5,
"path": "A Certain Ratio/(1994) The Graveyard and the Ballroom/13.14 Flight.flac", "path": "A Certain Ratio/(1994) The Graveyard and the Ballroom/13.14 Flight.flac",
"size": 37302417, "size": 37302417,
"suffix": "flac", "suffix": "flac",
@@ -44,11 +44,11 @@
"artist": "13th Floor Elevators", "artist": "13th Floor Elevators",
"bitRate": 244, "bitRate": 244,
"contentType": "audio/mpeg", "contentType": "audio/mpeg",
"coverArt": 11, "coverArt": 9,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"duration": 154, "duration": 154,
"id": 50, "id": 40,
"parent": 11, "parent": 9,
"path": "13th Floor Lowervators/(1966) The Psychedelic Sounds of the 13th Floor Elevators/13.21 Before You Accuse Me.mp3", "path": "13th Floor Lowervators/(1966) The Psychedelic Sounds of the 13th Floor Elevators/13.21 Before You Accuse Me.mp3",
"size": 4722688, "size": 4722688,
"suffix": "mp3", "suffix": "mp3",
@@ -62,11 +62,11 @@
"artist": "Swell Maps", "artist": "Swell Maps",
"bitRate": 1204, "bitRate": 1204,
"contentType": "audio/x-flac", "contentType": "audio/x-flac",
"coverArt": 18, "coverArt": 16,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"duration": 220, "duration": 220,
"id": 86, "id": 76,
"parent": 18, "parent": 16,
"path": "Swell Maps/(1980) Jane From Occupied Europe/13.16 Blenheim Shots.flac", "path": "Swell Maps/(1980) Jane From Occupied Europe/13.16 Blenheim Shots.flac",
"size": 33140852, "size": 33140852,
"suffix": "flac", "suffix": "flac",
@@ -80,11 +80,11 @@
"artist": "Swell Maps", "artist": "Swell Maps",
"bitRate": 295, "bitRate": 295,
"contentType": "audio/mpeg", "contentType": "audio/mpeg",
"coverArt": 19, "coverArt": 17,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"duration": 463, "duration": 463,
"id": 103, "id": 93,
"parent": 19, "parent": 17,
"path": "Swell Maps/(1979) A Trip to Marineville/d01 13.14 Adventuring Into Basketry.mp3", "path": "Swell Maps/(1979) A Trip to Marineville/d01 13.14 Adventuring Into Basketry.mp3",
"size": 17119309, "size": 17119309,
"suffix": "mp3", "suffix": "mp3",
@@ -98,11 +98,11 @@
"artist": "Ten Years After", "artist": "Ten Years After",
"bitRate": 192, "bitRate": 192,
"contentType": "audio/ogg", "contentType": "audio/ogg",
"coverArt": 21, "coverArt": 19,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"duration": 433, "duration": 433,
"id": 117, "id": 107,
"parent": 21, "parent": 19,
"path": "Ten Years After/(1967) Ten Years After/13.15 Spider in My Web.ogg", "path": "Ten Years After/(1967) Ten Years After/13.15 Spider in My Web.ogg",
"size": 10400948, "size": 10400948,
"suffix": "ogg", "suffix": "ogg",
@@ -116,11 +116,11 @@
"artist": "Captain Beefheart & His Magic Band", "artist": "Captain Beefheart & His Magic Band",
"bitRate": 160, "bitRate": 160,
"contentType": "audio/mpeg", "contentType": "audio/mpeg",
"coverArt": 23, "coverArt": 21,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"duration": 152, "duration": 152,
"id": 139, "id": 129,
"parent": 23, "parent": 21,
"path": "Captain Beefheart/(1970) Lick My Decals Off, Bitch/13.15 Space-Age Couple.mp3", "path": "Captain Beefheart/(1970) Lick My Decals Off, Bitch/13.15 Space-Age Couple.mp3",
"size": 3054515, "size": 3054515,
"suffix": "mp3", "suffix": "mp3",

View File

@@ -5,18 +5,18 @@
"searchResult2": { "searchResult2": {
"artist": [ "artist": [
{ {
"id": 12, "id": 10,
"parent": 1, "parent": 1,
"name": "___Anika" "name": "___Anika"
} }
], ],
"album": [ "album": [
{ {
"coverArt": 15, "coverArt": 13,
"created": "0001-01-01T00:00:00Z", "created": "0001-01-01T00:00:00Z",
"id": 15, "id": 13,
"isDir": true, "isDir": true,
"parent": 14, "parent": 12,
"title": "(2010) Anika" "title": "(2010) Anika"
} }
] ]

View File

@@ -5,7 +5,7 @@
"searchResult2": { "searchResult2": {
"artist": [ "artist": [
{ {
"id": 6, "id": 4,
"parent": 1, "parent": 1,
"name": "A Certain Ratio" "name": "A Certain Ratio"
} }