-added listen to icecast stream through browser option. Fixed various bugs in now playing screen. added fade support to liquidsoap script
This commit is contained in:
parent
a2a8a8eae3
commit
5b11025b31
9 changed files with 181 additions and 102 deletions
11
application/layouts/scripts/bare.phtml
Normal file
11
application/layouts/scripts/bare.phtml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!-- application/layouts/scripts/layout.phtml -->
|
||||
<?php echo $this->doctype() ?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Livestream</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content"><?php echo $this->layout()->content ?></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue