Skip to content

Commit b598069

Browse files
committed
add opensubsonic docs as well
1 parent e0f4168 commit b598069

136 files changed

Lines changed: 81544 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"subsonic-response": {
3+
"status": "ok",
4+
"version": "1.16.1",
5+
"type": "ampache",
6+
"serverVersion": "7.6.0",
7+
"openSubsonic": true
8+
}
9+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="ampache" serverVersion="7.6.0" openSubsonic="1"/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"subsonic-response": {
3+
"status": "ok",
4+
"version": "1.16.1",
5+
"type": "ampache",
6+
"serverVersion": "7.6.0",
7+
"openSubsonic": true
8+
}
9+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="ampache" serverVersion="7.6.0" openSubsonic="1"/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"subsonic-response": {
3+
"status": "ok",
4+
"version": "1.16.1",
5+
"type": "ampache",
6+
"serverVersion": "7.6.0",
7+
"openSubsonic": true
8+
}
9+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="ampache" serverVersion="7.6.0" openSubsonic="1"/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"subsonic-response": {
3+
"status": "ok",
4+
"version": "1.16.1",
5+
"type": "ampache",
6+
"serverVersion": "7.6.0",
7+
"openSubsonic": true
8+
}
9+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="ampache" serverVersion="7.6.0" openSubsonic="1"/>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"subsonic-response": {
3+
"status": "ok",
4+
"version": "1.16.1",
5+
"type": "ampache",
6+
"serverVersion": "7.6.0",
7+
"openSubsonic": true,
8+
"playlist": {
9+
"id": "pl-667",
10+
"name": "testcreate",
11+
"owner": "user",
12+
"public": true,
13+
"created": "2025-06-20T04:10:48+00:00",
14+
"changed": "2025-06-20T04:10:48+00:00",
15+
"songCount": "1",
16+
"duration": 285,
17+
"entry": [
18+
{
19+
"id": "so-33",
20+
"parent": "al-3",
21+
"title": "Siempre",
22+
"isDir": false,
23+
"isVideo": false,
24+
"type": "music",
25+
"albumId": "al-3",
26+
"album": "Volando por la vida",
27+
"artistId": "ar-14",
28+
"artist": "Seba Lay",
29+
"coverArt": "al-3",
30+
"duration": 285,
31+
"bitrate": 238,
32+
"userRating": 5,
33+
"track": 15,
34+
"year": 2011,
35+
"size": 9245479,
36+
"discNumber": 1,
37+
"suffix": "mp3",
38+
"contentType": "audio/mpeg",
39+
"path": "/mnt/music/ampache/music/Seba Lay - Volando por la vida/115 Siempre.mp3"
40+
}
41+
]
42+
}
43+
}
44+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="ampache" serverVersion="7.6.0" openSubsonic="1">
3+
<playlist id="pl-668" name="testcreate" owner="user" public="true" songCount="1" duration="285" created="2025-06-20T04:11:17+00:00" changed="2025-06-20T04:11:17+00:00">
4+
<entry id="so-33" parent="al-3" title="Siempre" isDir="false" isVideo="false" type="music" albumId="al-3" album="Volando por la vida" artistId="ar-14" artist="Seba Lay" coverArt="al-3" duration="285" bitRate="238" userRating="5" track="15" year="2011" size="9245479" discNumber="1" suffix="mp3" contentType="audio/mpeg" path="/mnt/music/ampache/music/Seba Lay - Volando por la vida/115 Siempre.mp3"/>
5+
</playlist>
6+
</subsonic-response>

0 commit comments

Comments
 (0)