Hello all, Is it possible to "refresh" the status web page when the song changes. The current web page stays on the same song. Thanks, New to Icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050605/a954c007/attachment.htm
On Sun, 2005-06-05 at 17:08, Thomas Conlon wrote:> Hello all, > > Is it possible to "refresh" the status web page when the song changes. > The current web page stays on the same song.yes, but those refreshes are initiated by the client browser on a timed duration. You could add a http/html style refresh onto the status.xsl page if you want eg <meta http-equiv="REFRESH" content="180"> You have to decide on what duration to use. karl.