2021-08-16 17:52:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>dzserver</title>
|
|
|
|
<style>
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
|
|
|
|
body {
|
|
|
|
background-color: #474747;
|
|
|
|
}
|
|
|
|
p, h1, h2, a {
|
|
|
|
color: #ffffff;
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>dzserver</h1>
|
2021-11-21 00:44:24 +00:00
|
|
|
<h2><a href="https://git.freezerapp.xyz/uhwot/dzserver">source code</a></h2>
|
2021-08-16 17:52:51 +00:00
|
|
|
<br>
|
|
|
|
|
|
|
|
<p>how 2 use:</p>
|
|
|
|
<p><b>/track/<id></b></p>
|
|
|
|
<p><b>/album/<id></b></p>
|
|
|
|
<p><b>/playlist/<id></b></p>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<p>params are:</p>
|
|
|
|
<p><b>t: tagging</b>, boolean</p>
|
|
|
|
<p><b>f: format</b>, can be one of these:</p>
|
2021-09-01 19:40:01 +00:00
|
|
|
<p>aac_96, 64, 128, 320, flac, mp4_ra1, mp4_ra2, mp4_ra3, mhm1_ra1, mhm1_ra2, mhm1_ra3, sbc_256, misc</p>
|
2021-08-16 17:52:51 +00:00
|
|
|
<p>available formats depend on the track</p>
|
|
|
|
</body>
|
|
|
|
</html>
|