Skip to content

Commit

Permalink
bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Feb 21, 2020
1 parent e8b0ea6 commit 09d67e8
Show file tree
Hide file tree
Showing 25 changed files with 126 additions and 128 deletions.
Binary file modified server/ctrlsubsonic/testdata/db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList": {
"album": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList": {
"album": [
{
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_album_list_newest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList": {
"album": [
{
Expand Down
80 changes: 40 additions & 40 deletions server/ctrlsubsonic/testdata/test_get_album_list_random
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList": {
"album": [
{
"id": "21",
"coverArt": "21",
"artist": "Captain Beefheart",
"title": "(1970) Lick My Decals Off, Bitch",
"parent": "20",
"id": "19",
"coverArt": "19",
"artist": "Ten Years After",
"title": "(1967) Ten Years After",
"parent": "18",
"isDir": true,
"songCount": 15,
"duration": 0,
Expand All @@ -29,67 +29,67 @@
"created": "0001-01-01T00:00:00Z"
},
{
"id": "19",
"coverArt": "19",
"artist": "Ten Years After",
"title": "(1967) Ten Years After",
"parent": "18",
"id": "9",
"coverArt": "9",
"artist": "13th Floor Lowervators",
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": "7",
"isDir": true,
"songCount": 15,
"songCount": 21,
"duration": 0,
"created": "0001-01-01T00:00:00Z"
},
{
"id": "5",
"coverArt": "5",
"artist": "A Certain Ratio",
"title": "(1994) The Graveyard and the Ballroom",
"parent": "4",
"id": "13",
"coverArt": "13",
"artist": "There",
"title": "(2010) Anika",
"parent": "12",
"isDir": true,
"songCount": 14,
"songCount": 9,
"duration": 0,
"created": "0001-01-01T00:00:00Z"
},
{
"id": "6",
"artist": "A Certain Ratio",
"title": "(1981) To EachOTHER.",
"parent": "4",
"id": "3",
"coverArt": "3",
"artist": "Jah Wobble, The Edge, Holger Czukay",
"title": "(1983) Snake Charmer",
"parent": "2",
"isDir": true,
"songCount": 9,
"songCount": 5,
"duration": 0,
"created": "0001-01-01T00:00:00Z"
},
{
"id": "13",
"coverArt": "13",
"artist": "There",
"title": "(2010) Anika",
"parent": "12",
"id": "6",
"artist": "A Certain Ratio",
"title": "(1981) To EachOTHER.",
"parent": "4",
"isDir": true,
"songCount": 9,
"duration": 0,
"created": "0001-01-01T00:00:00Z"
},
{
"id": "9",
"coverArt": "9",
"artist": "13th Floor Lowervators",
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators",
"parent": "7",
"id": "5",
"coverArt": "5",
"artist": "A Certain Ratio",
"title": "(1994) The Graveyard and the Ballroom",
"parent": "4",
"isDir": true,
"songCount": 21,
"songCount": 14,
"duration": 0,
"created": "0001-01-01T00:00:00Z"
},
{
"id": "3",
"coverArt": "3",
"artist": "Jah Wobble, The Edge, Holger Czukay",
"title": "(1983) Snake Charmer",
"parent": "2",
"id": "21",
"coverArt": "21",
"artist": "Captain Beefheart",
"title": "(1970) Lick My Decals Off, Bitch",
"parent": "20",
"isDir": true,
"songCount": 5,
"songCount": 15,
"duration": 0,
"created": "0001-01-01T00:00:00Z"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList2": {
"album": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList2": {
"album": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList2": {
"album": [
{
Expand Down
118 changes: 59 additions & 59 deletions server/ctrlsubsonic/testdata/test_get_album_list_two_random
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,9 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"albumList2": {
"album": [
{
"id": "5",
"coverArt": "5",
"artistId": "2",
"artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom",
"songCount": 14,
"duration": 0,
"created": "2019-06-05T17:46:37.675917974+01:00"
},
{
"id": "8",
"coverArt": "8",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "Easter Everywhere",
"songCount": 10,
"duration": 0,
"created": "2019-06-13T12:57:28.850090338+01:00"
},
{
"id": "16",
"coverArt": "16",
"artistId": "5",
"artist": "Swell Maps",
"name": "Jane From Occupied Europe",
"songCount": 16,
"duration": 0,
"created": "2019-04-30T16:48:48+01:00"
},
{
"id": "13",
"coverArt": "13",
Expand All @@ -47,33 +17,24 @@
"created": "2019-05-23T15:12:02.921473302+01:00"
},
{
"id": "9",
"coverArt": "9",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"songCount": 21,
"id": "19",
"coverArt": "19",
"artistId": "6",
"artist": "Ten Years After",
"name": "Ten Years After",
"songCount": 15,
"duration": 0,
"created": "2019-06-13T12:57:24.306717554+01:00"
"created": "2019-04-30T16:48:30+01:00"
},
{
"id": "6",
"id": "5",
"coverArt": "5",
"artistId": "2",
"artist": "A Certain Ratio",
"name": "To Each...",
"songCount": 9,
"duration": 0,
"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",
"songCount": 5,
"name": "The Graveyard and the Ballroom",
"songCount": 14,
"duration": 0,
"created": "2019-05-16T22:10:52+01:00"
"created": "2019-06-05T17:46:37.675917974+01:00"
},
{
"id": "17",
Expand All @@ -85,6 +46,16 @@
"duration": 0,
"created": "2019-04-30T16:48:48+01:00"
},
{
"id": "3",
"coverArt": "3",
"artistId": "1",
"artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer",
"songCount": 5,
"duration": 0,
"created": "2019-05-16T22:10:52+01:00"
},
{
"id": "21",
"coverArt": "21",
Expand All @@ -96,14 +67,43 @@
"created": "2019-06-10T19:26:30.944742894+01:00"
},
{
"id": "19",
"coverArt": "19",
"artistId": "6",
"artist": "Ten Years After",
"name": "Ten Years After",
"songCount": 15,
"id": "9",
"coverArt": "9",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"songCount": 21,
"duration": 0,
"created": "2019-04-30T16:48:30+01:00"
"created": "2019-06-13T12:57:24.306717554+01:00"
},
{
"id": "16",
"coverArt": "16",
"artistId": "5",
"artist": "Swell Maps",
"name": "Jane From Occupied Europe",
"songCount": 16,
"duration": 0,
"created": "2019-04-30T16:48:48+01:00"
},
{
"id": "6",
"artistId": "2",
"artist": "A Certain Ratio",
"name": "To Each...",
"songCount": 9,
"duration": 0,
"created": "2019-05-23T15:12:02.921473302+01:00"
},
{
"id": "8",
"coverArt": "8",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "Easter Everywhere",
"songCount": 10,
"duration": 0,
"created": "2019-06-13T12:57:28.850090338+01:00"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_album_with_cover
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"album": {
"id": "3",
"coverArt": "3",
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_album_without_cover
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"album": {
"id": "2",
"songCount": 0,
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_artist_id_one
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"artist": {
"id": "1",
"name": "Jah Wobble, The Edge & Holger Czukay",
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_artist_id_three
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"artist": {
"id": "3",
"name": "13th Floor Elevators",
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_artist_id_two
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"artist": {
"id": "2",
"name": "A Certain Ratio",
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_artists_no_args
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"artists": {
"index": [
{
Expand Down
2 changes: 1 addition & 1 deletion server/ctrlsubsonic/testdata/test_get_indexes_no_args
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.6.3",
"gonicVersion": "v0.7.0",
"indexes": {
"lastModified": 0,
"index": [
Expand Down
Loading

0 comments on commit 09d67e8

Please sign in to comment.