Media Player Classic Control
(custom)
<style>
button {
font-size: 150% !important;
height: 80px; width: 80px;
}
</style>
<center>
<table>
<tr>
<td>
<form action="http://192.168.0.80:13579/command.html" method="POST">
<input type="hidden" name="wm_command" value=%MPC.volDown% />
<button type="submit">⇩</button>
</form>
</td>
<td>
<form action="http://192.168.0.80:13579/command.html" method="POST">
<input type="hidden" name="wm_command" value=%MPC.play% />
<button type="submit">▷</button>
</form>
<form action="http://192.168.0.80:13579/command.html" method="POST">
<input type="hidden" name="wm_command" value=%MPC.pause% />
<button type="submit">◫</button>
</form>
</td>
<td>
<form action="http://192.168.0.80:13579/command.html" method="POST">
<input type="hidden" name="wm_command" value=%MPC.volUp% />
<button type="submit">⇧</button>
</form>
</td>
</tr>
<tr>
<td>
<form action="http://192.168.0.80:13579/command.html" method="POST">
<input type="hidden" name="wm_command" value=%MPC.trackPrev% />
<button type="submit">≪</button>
</form>
</td>
<td>
<form action="http://192.168.0.80:13579/command.html" method="POST">
<input type="hidden" name="wm_command" value=%MPC.stop% />
<button type="submit">▣</button>
</form>
</td>
<td>
<form action="http://192.168.0.80:13579/command.html" method="POST">
<input type="hidden" name="wm_command" value=%MPC.trackNext% />
<button type="submit">≫</button>
</form>
</td>
</tr>
</table>
</center>