Skip to content

Commit c69f2c8

Browse files
committed
Merge branch 'api6'
2 parents 5d758ae + 3f1d04d commit c69f2c8

23 files changed

Lines changed: 166 additions & 44 deletions

docs/json-responses/get_indexes (playlist with include).json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"id": "smart_21",
77
"name": "admin - 02\/23\/2021 14:36:44",
88
"owner": "admin",
9+
"user": {
10+
"id": "2",
11+
"username": "admin"
12+
},
913
"items": [
1014
{
1115
"id": "76",
@@ -27,6 +31,10 @@
2731
"id": "smart_14",
2832
"name": "Album 1* (System)",
2933
"owner": "System",
34+
"user": {
35+
"id": "-1",
36+
"username": "System"
37+
},
3038
"items": [
3139
{
3240
"id": "79",
@@ -52,6 +60,10 @@
5260
"id": "smart_13",
5361
"name": "Album 2* (System)",
5462
"owner": "System",
63+
"user": {
64+
"id": "-1",
65+
"username": "System"
66+
},
5567
"items": [
5668
{
5769
"id": "90",
@@ -113,6 +125,10 @@
113125
"id": "smart_12",
114126
"name": "Album 3* (System)",
115127
"owner": "System",
128+
"user": {
129+
"id": "-1",
130+
"username": "System"
131+
},
116132
"items": [
117133
{
118134
"id": "78",

docs/json-responses/get_indexes (playlist).json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"id": "smart_21",
77
"name": "admin - 02\/23\/2021 14:36:44",
88
"owner": "admin",
9+
"user": {
10+
"id": "2",
11+
"username": "admin"
12+
},
913
"items": 1,
1014
"type": "public",
1115
"art": "https:\/\/music.com.au\/image.php?object_id=21&object_type=search",
@@ -22,6 +26,10 @@
2226
"id": "smart_14",
2327
"name": "Album 1* (System)",
2428
"owner": "System",
29+
"user": {
30+
"id": "-1",
31+
"username": "System"
32+
},
2533
"items": 2,
2634
"type": "public",
2735
"art": "https:\/\/music.com.au\/image.php?object_id=14&object_type=search",
@@ -38,6 +46,10 @@
3846
"id": "smart_13",
3947
"name": "Album 2* (System)",
4048
"owner": "System",
49+
"user": {
50+
"id": "-1",
51+
"username": "System"
52+
},
4153
"items": 11,
4254
"type": "public",
4355
"art": "https:\/\/music.com.au\/image.php?object_id=13&object_type=search",
@@ -54,6 +66,10 @@
5466
"id": "smart_12",
5567
"name": "Album 3* (System)",
5668
"owner": "System",
69+
"user": {
70+
"id": "-1",
71+
"username": "System"
72+
},
5773
"items": 8,
5874
"type": "public",
5975
"art": "https:\/\/music.com.au\/image.php?object_id=12&object_type=search",

docs/json-responses/handshake.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"auth": "cfj3f237d563f479f5223k23189dbb34",
3-
"api": "6.6.1",
3+
"api": "6.6.2",
44
"session_expire": "2022-08-17T06:21:00+00:00",
55
"update": "2023-05-18T07:13:57+00:00",
66
"add": "2021-08-03T00:04:14+00:00",

docs/json-responses/index (artist with include).json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"artist": {
33
"16": [
44
{
5-
"id": null,
5+
"id": 10,
66
"type": "album"
77
}
88
],
99
"27": [
1010
{
11-
"id": null,
11+
"id": 12,
1212
"type": "album"
1313
}
1414
],
1515
"34": [
1616
{
17-
"id": null,
17+
"id": 12,
1818
"type": "album"
1919
}
2020
],
2121
"36": [
2222
{
23-
"id": null,
23+
"id": 21,
2424
"type": "album"
2525
}
2626
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"server": "6.6.1",
3-
"version": "6.6.1",
2+
"server": "6.6.2",
3+
"version": "6.6.2",
44
"compatible": "350001"
55
}

docs/json-responses/ping.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"session_expire": "2022-08-17T06:21:00+00:00",
3-
"server": "6.6.1",
4-
"version": "6.6.1",
3+
"server": "6.6.2",
4+
"version": "6.6.2",
55
"compatible": "350001",
66
"auth": "cfj3f237d563f479f5223k23189dbb34",
7-
"api": "6.6.1",
7+
"api": "6.6.2",
88
"update": "2023-05-18T07:13:57+00:00",
99
"add": "2021-08-03T00:04:14+00:00",
1010
"clean": "2021-08-03T00:05:54+00:00",

docs/json-responses/playlist.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"id": "65",
33
"name": "documentation json",
44
"owner": "user",
5+
"user": {
6+
"id": "2",
7+
"username": "user"
8+
},
59
"items": 45,
610
"type": "public",
711
"art": "https:\/\/music.com.au\/image.php?object_id=65&object_type=playlist",
@@ -12,5 +16,5 @@
1216
"rating": null,
1317
"averagerating": null,
1418
"md5": null,
15-
"last_update": 1721613838
19+
"last_update": 1727689090
1620
}

docs/json-responses/playlist_create.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"id": "65",
33
"name": "renamejson",
44
"owner": "user",
5+
"user": {
6+
"id": "2",
7+
"username": "user"
8+
},
59
"items": 0,
610
"type": "private",
711
"art": "https:\/\/music.com.au\/image.php?object_id=65&object_type=playlist",
@@ -12,5 +16,5 @@
1216
"rating": null,
1317
"averagerating": null,
1418
"md5": null,
15-
"last_update": 1721613835
19+
"last_update": 1727689088
1620
}

docs/json-responses/playlists.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"id": "65",
77
"name": "documentation json",
88
"owner": "user",
9+
"user": {
10+
"id": "2",
11+
"username": "user"
12+
},
913
"items": 0,
1014
"type": "public",
1115
"art": "https:\/\/music.com.au\/image.php?object_id=65&object_type=playlist",
@@ -16,7 +20,7 @@
1620
"rating": null,
1721
"averagerating": null,
1822
"md5": null,
19-
"last_update": 1721613835
23+
"last_update": 1727689088
2024
}
2125
]
2226
}

docs/json-responses/search_group (all).json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,10 @@
788788
"id": "3",
789789
"name": "random - admin - private",
790790
"owner": "admin",
791+
"user": {
792+
"id": "2",
793+
"username": "admin"
794+
},
791795
"items": 43,
792796
"type": "private",
793797
"art": "https:\/\/music.com.au\/image.php?object_id=3&object_type=playlist",
@@ -804,6 +808,10 @@
804808
"id": "2",
805809
"name": "random - admin - public",
806810
"owner": "admin",
811+
"user": {
812+
"id": "2",
813+
"username": "admin"
814+
},
807815
"items": 43,
808816
"type": "public",
809817
"art": "https:\/\/music.com.au\/image.php?object_id=2&object_type=playlist",
@@ -820,6 +828,10 @@
820828
"id": "4",
821829
"name": "random - user - private (user)",
822830
"owner": "user",
831+
"user": {
832+
"id": "1",
833+
"username": "user"
834+
},
823835
"items": 43,
824836
"type": "private",
825837
"art": "https:\/\/music.com.au\/image.php?object_id=4&object_type=playlist",
@@ -836,6 +848,10 @@
836848
"id": "65",
837849
"name": "renamejson",
838850
"owner": "user",
851+
"user": {
852+
"id": "2",
853+
"username": "user"
854+
},
839855
"items": 0,
840856
"type": "private",
841857
"art": "https:\/\/music.com.au\/image.php?object_id=65&object_type=playlist",
@@ -846,7 +862,7 @@
846862
"rating": null,
847863
"averagerating": null,
848864
"md5": null,
849-
"last_update": 1721613835
865+
"last_update": 1727689088
850866
}
851867
],
852868
"podcast": [

0 commit comments

Comments
 (0)