dzserver/index.html

38 lines
1.2 KiB
HTML
Raw Normal View History

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>
<h2><a href="https://git.freezer.life/uhwot/dzserver">source code</a></h2>
<br>
<p>how 2 use:</p>
<p><b>/track/&lt;id&gt;</b></p>
<p><b>/album/&lt;id&gt;</b></p>
<p><b>/playlist/&lt;id&gt;</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-08-16 20:00:34 +00:00
<p>aac_96, 64, 128, 320, mp4_ra1, mp4_ra2, mp4_ra3, mhm1_ra1, mhm1_ra2, mhm1, sbc_256, misc</p>
2021-08-16 17:52:51 +00:00
<p>available formats depend on the track</p>
</body>
</html>