From 9df1f4f37389cdc94a002951d4ecdb3faf42c972 Mon Sep 17 00:00:00 2001 From: sentriz Date: Wed, 22 Jan 2020 14:15:59 +0000 Subject: [PATCH] update assets --- server/ctrlsubsonic/testdata/db | Bin 114688 -> 122880 bytes .../testdata/test_get_album_list_alpha_artist | 2 + .../testdata/test_get_album_list_alpha_name | 2 + .../testdata/test_get_album_list_newest | 2 + .../testdata/test_get_album_list_random | 110 ++++++++--------- .../test_get_album_list_two_alpha_artist | 2 + .../test_get_album_list_two_alpha_name | 2 + .../testdata/test_get_album_list_two_newest | 2 + .../testdata/test_get_album_list_two_random | 112 +++++++++--------- .../testdata/test_get_album_with_cover | 12 ++ .../testdata/test_get_album_without_cover | 2 + .../testdata/test_get_artist_id_one | 2 + .../testdata/test_get_artist_id_three | 2 + .../testdata/test_get_artist_id_two | 2 + .../testdata/test_get_artists_no_args | 2 + .../testdata/test_get_indexes_no_args | 2 + .../test_get_music_directory_with_tracks | 22 +++- .../test_get_music_directory_without_tracks | 5 +- .../testdata/test_search_three_q_13 | 2 + .../testdata/test_search_three_q_ani | 2 + .../testdata/test_search_three_q_cert | 2 + .../testdata/test_search_two_q_13 | 29 +++-- .../testdata/test_search_two_q_ani | 5 +- .../testdata/test_search_two_q_cert | 2 + 24 files changed, 204 insertions(+), 123 deletions(-) diff --git a/server/ctrlsubsonic/testdata/db b/server/ctrlsubsonic/testdata/db index a2ca51dad740237b8484a873a854995eaf402a8c..aabef112e1be38c2b11a6993cb4930c2c5ade61d 100644 GIT binary patch delta 443 zcmZo@U~f3UK0#VGk%56h4v1ku2*_Z8a>OQDsBxdyrVIlBfcfF&k7@=5@e@meWpHdYI>i_6P1HoKxY2kw$$QS6SG_)!PsfXM+Y zVv`FwOhA@u<|XE)Dk+pD7A0pS7HJrnnriAOCFkenrskEP3U5wh|H3gjK!8t$ofR02 zYi_@% delta 134 zcmZoTz~0cnK0#VGjDdkc28dxm0LWm0azrLtsB?ue=xJo}vf42SP0UoEJW;@C={Kjzm9*$&nUL} TR=(DS?JNfv|Hv;(U`zl2Q?VX< diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist index 5718fb4..b386d5e 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name index 3ea3dbf..83d90e5 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_newest b/server/ctrlsubsonic/testdata/test_get_album_list_newest index cf1aaae..a957c87 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_newest @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_random b/server/ctrlsubsonic/testdata/test_get_album_list_random index b2ff969..75391b4 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_random @@ -2,8 +2,19 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList": { "album": [ + { + "id": 13, + "coverArt": 13, + "artist": "There", + "title": "(2010) Anika", + "parent": 12, + "isDir": true, + "created": "0001-01-01T00:00:00Z" + }, { "id": 17, "coverArt": 17, @@ -13,6 +24,51 @@ "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": 16, + "coverArt": 16, + "artist": "Swell Maps", + "title": "(1980) Jane From Occupied Europe", + "parent": 15, + "isDir": true, + "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" + }, + { + "id": 6, + "coverArt": 6, + "artist": "A Certain Ratio", + "title": "(1981) To EachOTHER.", + "parent": 4, + "isDir": true, + "created": "0001-01-01T00:00:00Z" + }, { "id": 5, "coverArt": 5, @@ -31,60 +87,6 @@ "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": 3, - "coverArt": 3, - "artist": "Jah Wobble, The Edge, Holger Czukay", - "title": "(1983) Snake Charmer", - "parent": 2, - "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": 21, - "coverArt": 21, - "artist": "Captain Beefheart", - "title": "(1970) Lick My Decals Off, Bitch", - "parent": 20, - "isDir": true, - "created": "0001-01-01T00:00:00Z" - }, - { - "id": 13, - "coverArt": 13, - "artist": "There", - "title": "(2010) Anika", - "parent": 12, - "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": 9, "coverArt": 9, diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist index 5d722ba..29f673c 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name index f1b5b5c..f83501a 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest index 5a48cfa..0846955 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_random b/server/ctrlsubsonic/testdata/test_get_album_list_two_random index 7bbfeed..5553009 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_random @@ -2,32 +2,10 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "albumList2": { "album": [ - { - "id": 3, - "coverArt": 3, - "artistId": 1, - "artist": "Jah Wobble, The Edge & Holger Czukay", - "name": "Snake Charmer", - "created": "2019-05-16T22:10:52+01:00" - }, - { - "id": 13, - "coverArt": 13, - "artistId": 4, - "artist": "Anikas", - "name": "Anika", - "created": "2019-05-23T15:12:02.921473302+01:00" - }, - { - "id": 8, - "coverArt": 8, - "artistId": 3, - "artist": "13th Floor Elevators", - "name": "Easter Everywhere", - "created": "2019-06-13T12:57:28.850090338+01:00" - }, { "id": 9, "coverArt": 9, @@ -36,37 +14,6 @@ "name": "The Psychedelic Sounds of the 13th Floor Elevators", "created": "2019-06-13T12:57:24.306717554+01:00" }, - { - "id": 19, - "coverArt": 19, - "artistId": 6, - "artist": "Ten Years After", - "name": "Ten Years After", - "created": "2019-04-30T16:48:30+01:00" - }, - { - "id": 17, - "coverArt": 17, - "artistId": 5, - "artist": "Swell Maps", - "name": "A Trip to Marineville", - "created": "2019-04-30T16:48:48+01:00" - }, - { - "id": 5, - "coverArt": 5, - "artistId": 2, - "artist": "A Certain Ratio", - "name": "The Graveyard and the Ballroom", - "created": "2019-06-05T17:46:37.675917974+01:00" - }, - { - "id": 6, - "artistId": 2, - "artist": "A Certain Ratio", - "name": "To Each...", - "created": "2019-05-23T15:12:02.921473302+01:00" - }, { "id": 16, "coverArt": 16, @@ -75,6 +22,14 @@ "name": "Jane From Occupied Europe", "created": "2019-04-30T16:48:48+01:00" }, + { + "id": 8, + "coverArt": 8, + "artistId": 3, + "artist": "13th Floor Elevators", + "name": "Easter Everywhere", + "created": "2019-06-13T12:57:28.850090338+01:00" + }, { "id": 21, "coverArt": 21, @@ -82,6 +37,53 @@ "artist": "Captain Beefheart & His Magic Band", "name": "Lick My Decals Off, Baby", "created": "2019-06-10T19:26:30.944742894+01:00" + }, + { + "id": 6, + "artistId": 2, + "artist": "A Certain Ratio", + "name": "To Each...", + "created": "2019-05-23T15:12:02.921473302+01:00" + }, + { + "id": 3, + "coverArt": 3, + "artistId": 1, + "artist": "Jah Wobble, The Edge & Holger Czukay", + "name": "Snake Charmer", + "created": "2019-05-16T22:10:52+01:00" + }, + { + "id": 17, + "coverArt": 17, + "artistId": 5, + "artist": "Swell Maps", + "name": "A Trip to Marineville", + "created": "2019-04-30T16:48:48+01:00" + }, + { + "id": 19, + "coverArt": 19, + "artistId": 6, + "artist": "Ten Years After", + "name": "Ten Years After", + "created": "2019-04-30T16:48:30+01:00" + }, + { + "id": 13, + "coverArt": 13, + "artistId": 4, + "artist": "Anikas", + "name": "Anika", + "created": "2019-05-23T15:12:02.921473302+01:00" + }, + { + "id": 5, + "coverArt": 5, + "artistId": 2, + "artist": "A Certain Ratio", + "name": "The Graveyard and the Ballroom", + "created": "2019-06-05T17:46:37.675917974+01:00" } ] } diff --git a/server/ctrlsubsonic/testdata/test_get_album_with_cover b/server/ctrlsubsonic/testdata/test_get_album_with_cover index bd069b2..51211ef 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_with_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_with_cover @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "album": { "id": 3, "coverArt": 3, @@ -21,6 +23,8 @@ "created": "2019-07-08T21:49:40.978045401+01:00", "duration": 372, "id": 1, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/01.05 Snake Charmer.flac", "size": 41274185, @@ -41,6 +45,8 @@ "created": "2019-07-08T21:49:40.981605306+01:00", "duration": 523, "id": 3, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/02.05 Hold On to Your Dreams.flac", "size": 53447545, @@ -61,6 +67,8 @@ "created": "2019-07-08T21:49:40.979981084+01:00", "duration": 331, "id": 2, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/03.05 It Was a Camel.flac", "size": 31080508, @@ -81,6 +89,8 @@ "created": "2019-07-08T21:49:40.984853203+01:00", "duration": 227, "id": 5, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/04.05 Sleazy.flac", "size": 27938750, @@ -101,6 +111,8 @@ "created": "2019-07-08T21:49:40.983301328+01:00", "duration": 418, "id": 4, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/05.05 Snake Charmer (reprise).flac", "size": 46427922, diff --git a/server/ctrlsubsonic/testdata/test_get_album_without_cover b/server/ctrlsubsonic/testdata/test_get_album_without_cover index b7e0ed9..899c01c 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_without_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_without_cover @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "album": { "id": 2, "created": "2019-05-16T22:10:21+01:00" diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_one b/server/ctrlsubsonic/testdata/test_get_artist_id_one index 531d01b..6df5ad0 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_one +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_one @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "artist": { "id": 1, "name": "Jah Wobble, The Edge & Holger Czukay", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_three b/server/ctrlsubsonic/testdata/test_get_artist_id_three index 1e4a66a..e6a3dda 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_three +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_three @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "artist": { "id": 3, "name": "13th Floor Elevators", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_two b/server/ctrlsubsonic/testdata/test_get_artist_id_two index 745b73f..8881e29 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_two +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_two @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "artist": { "id": 2, "name": "A Certain Ratio", diff --git a/server/ctrlsubsonic/testdata/test_get_artists_no_args b/server/ctrlsubsonic/testdata/test_get_artists_no_args index 8bdc67c..a9b797e 100644 --- a/server/ctrlsubsonic/testdata/test_get_artists_no_args +++ b/server/ctrlsubsonic/testdata/test_get_artists_no_args @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "artists": { "index": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_indexes_no_args b/server/ctrlsubsonic/testdata/test_get_indexes_no_args index f9838c1..760dd4b 100644 --- a/server/ctrlsubsonic/testdata/test_get_indexes_no_args +++ b/server/ctrlsubsonic/testdata/test_get_indexes_no_args @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "indexes": { "lastModified": 0, "index": [ diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks index 1cae3bb..ab7962a 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "directory": { "id": 3, "parent": 2, @@ -13,9 +15,11 @@ "bitRate": 882, "contentType": "audio/x-flac", "coverArt": 3, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:40.978045401+01:00", "duration": 372, "id": 1, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/01.05 Snake Charmer.flac", "size": 41274185, @@ -31,9 +35,11 @@ "bitRate": 814, "contentType": "audio/x-flac", "coverArt": 3, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:40.981605306+01:00", "duration": 523, "id": 3, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/02.05 Hold On to Your Dreams.flac", "size": 53447545, @@ -49,9 +55,11 @@ "bitRate": 745, "contentType": "audio/x-flac", "coverArt": 3, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:40.979981084+01:00", "duration": 331, "id": 2, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/03.05 It Was a Camel.flac", "size": 31080508, @@ -67,9 +75,11 @@ "bitRate": 976, "contentType": "audio/x-flac", "coverArt": 3, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:40.984853203+01:00", "duration": 227, "id": 5, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/04.05 Sleazy.flac", "size": 27938750, @@ -85,9 +95,11 @@ "bitRate": 884, "contentType": "audio/x-flac", "coverArt": 3, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:40.983301328+01:00", "duration": 418, "id": 4, + "isDir": false, + "isVideo": false, "parent": 3, "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/05.05 Snake Charmer (reprise).flac", "size": 46427922, diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks index 8604a74..48c1682 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "directory": { "id": 2, "parent": 1, @@ -9,9 +11,10 @@ "child": [ { "coverArt": 3, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:40.995905275+01:00", "id": 3, "isDir": true, + "isVideo": false, "parent": 2, "title": "(1983) Snake Charmer" } diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_13 b/server/ctrlsubsonic/testdata/test_search_three_q_13 index 07f308d..d3fc7f5 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_three_q_13 @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_ani b/server/ctrlsubsonic/testdata/test_search_three_q_ani index 1a29227..364892c 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_three_q_ani @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_cert b/server/ctrlsubsonic/testdata/test_search_three_q_cert index dcfe31d..50f8c37 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_three_q_cert @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_13 b/server/ctrlsubsonic/testdata/test_search_two_q_13 index 9322ef8..6f556ee 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_two_q_13 @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "searchResult2": { "artist": [ { @@ -13,9 +15,10 @@ "album": [ { "coverArt": 9, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.246041678+01:00", "id": 9, "isDir": true, + "isVideo": false, "parent": 7, "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators" } @@ -27,9 +30,11 @@ "bitRate": 894, "contentType": "audio/x-flac", "coverArt": 5, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.037683099+01:00", "duration": 332, "id": 6, + "isDir": false, + "isVideo": false, "parent": 5, "path": "A Certain Ratio/(1994) The Graveyard and the Ballroom/13.14 Flight.flac", "size": 37302417, @@ -45,9 +50,11 @@ "bitRate": 244, "contentType": "audio/mpeg", "coverArt": 9, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.209108272+01:00", "duration": 154, "id": 40, + "isDir": false, + "isVideo": false, "parent": 9, "path": "13th Floor Lowervators/(1966) The Psychedelic Sounds of the 13th Floor Elevators/13.21 Before You Accuse Me.mp3", "size": 4722688, @@ -63,9 +70,11 @@ "bitRate": 1204, "contentType": "audio/x-flac", "coverArt": 16, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.43457798+01:00", "duration": 220, "id": 76, + "isDir": false, + "isVideo": false, "parent": 16, "path": "Swell Maps/(1980) Jane From Occupied Europe/13.16 Blenheim Shots.flac", "size": 33140852, @@ -81,9 +90,11 @@ "bitRate": 295, "contentType": "audio/mpeg", "coverArt": 17, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.493347193+01:00", "duration": 463, "id": 93, + "isDir": false, + "isVideo": false, "parent": 17, "path": "Swell Maps/(1979) A Trip to Marineville/d01 13.14 Adventuring Into Basketry.mp3", "size": 17119309, @@ -99,9 +110,11 @@ "bitRate": 192, "contentType": "audio/ogg", "coverArt": 19, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.573811068+01:00", "duration": 433, "id": 107, + "isDir": false, + "isVideo": false, "parent": 19, "path": "Ten Years After/(1967) Ten Years After/13.15 Spider in My Web.ogg", "size": 10400948, @@ -117,9 +130,11 @@ "bitRate": 160, "contentType": "audio/mpeg", "coverArt": 21, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.687805489+01:00", "duration": 152, "id": 129, + "isDir": false, + "isVideo": false, "parent": 21, "path": "Captain Beefheart/(1970) Lick My Decals Off, Bitch/13.15 Space-Age Couple.mp3", "size": 3054515, diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_ani b/server/ctrlsubsonic/testdata/test_search_two_q_ani index 4930207..4367131 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_two_q_ani @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "searchResult2": { "artist": [ { @@ -13,9 +15,10 @@ "album": [ { "coverArt": 13, - "created": "0001-01-01T00:00:00Z", + "created": "2019-07-08T21:49:41.334460116+01:00", "id": 13, "isDir": true, + "isVideo": false, "parent": 12, "title": "(2010) Anika" } diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_cert b/server/ctrlsubsonic/testdata/test_search_two_q_cert index 06a4b68..b42e8bb 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_two_q_cert @@ -2,6 +2,8 @@ "subsonic-response": { "status": "ok", "version": "1.9.0", + "type": "gonic", + "gonicVersion": "v0.4.3", "searchResult2": { "artist": [ {