From 216e691dfa53a28af8beca7aad2bf0ffb71dba2c Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 23 Jul 2007 06:08:14 +0000 Subject: - Added Live Stream (Internet Radio) support - New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type --- templates/show_live_streams.inc.php | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/show_live_streams.inc.php (limited to 'templates/show_live_streams.inc.php') diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php new file mode 100644 index 00000000..5aa5be5e --- /dev/null +++ b/templates/show_live_streams.inc.php @@ -0,0 +1,52 @@ + + + + + + + + + + + + + +format(); +?> + + + + + + + +
+ offset_limit) { require Config::get('prefix') . '/templates/list_header.inc'; } ?> +
+ offset_limit) { require (conf('prefix') . "/templates/list_header.inc"); } ?> +
-- cgit