Initial commit: Functional Winamp MPRIS bridge with Plasma 6 fixes
This commit is contained in:
57
sample_Winamp Web Interface.html
Normal file
57
sample_Winamp Web Interface.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Winamp Web Interface
|
||||
</title>
|
||||
<link rel=STYLESHEET href="wawi.css" type="text/css">
|
||||
<Script language="JavaScript">
|
||||
function about()
|
||||
{
|
||||
window.open("about","newWin","width=300,height=150");
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body bgcolor="#EEEEEE"><h1 align=center>
|
||||
<i>
|
||||
... Winamp Web Interface ...
|
||||
</i>
|
||||
|
||||
</h1>
|
||||
<h6 align=center>
|
||||
<a href="JavaScript:about()">About Winamp Web Interface v.7.5.10</a></h6><hr>
|
||||
<h3>
|
||||
<i>
|
||||
... Winamp Status ...
|
||||
</i></h3>
|
||||
<p>
|
||||
Playing track 27 - ARTMS - Verified Beauty - (1:06 / 2:48)
|
||||
|
||||
</p>
|
||||
<p>Repeat is <b>off</b> [ <a href="/playmode?repeat=on">on</a> | <a href="/playmode?repeat=off">off</a> | <a href="/playmode?repeat=toggle">toggle</a> ]<br>Random is <b>off</b> [ <a href="/playmode?random=on">on</a> | <a href="/playmode?random=off">off</a> | <a href="/playmode?random=toggle">toggle</a> ]</p>
|
||||
<p align=center>
|
||||
Volume:
|
||||
<a href=/vol?volume=0>0</a>
|
||||
·<a href=/vol?volume=1>1</a>
|
||||
·<a href=/vol?volume=2>2</a>
|
||||
·<a href=/vol?volume=3>3</a>
|
||||
·<a href=/vol?volume=4>4</a>
|
||||
·<a href=/vol?volume=5>5</a>
|
||||
·<a href=/vol?volume=6>6</a>
|
||||
·<a href=/vol?volume=7>7</a>
|
||||
·<a href=/vol?volume=8>8</a>
|
||||
·<a href=/vol?volume=9>9</a>
|
||||
·<a href=/vol?volume=10>10</a>
|
||||
<br>
|
||||
<a href="/prev">Previous</a>
|
||||
· <a href="/play">Play</a>
|
||||
· <a href="/pause">Pause</a>
|
||||
· <a href="/stop">Stop</a>
|
||||
· <a href="/next">Next</A>
|
||||
<br><a href="/main">Main</a>
|
||||
· <a href="/list">Playlist</a>
|
||||
· <a href="/browse?path=%5c">Music Collection</a>
|
||||
· <a href="/admin">Admin</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user