diff --git a/templates/themes/radio/info.php b/templates/themes/radio/info.php index 2ae31fbd..06dffd86 100644 --- a/templates/themes/radio/info.php +++ b/templates/themes/radio/info.php @@ -22,7 +22,27 @@ $theme = array( array('title' => 'Radio Status URL', 'name' => 'radiostatus', 'type' => 'text', - 'default' => '/radio_assets/status.xsl')), + 'default' => '/radio_assets/status.xsl'), + array('title' => 'Radio MP3 Playlist', + 'name' => 'radiomp3playlist', + 'type' => 'text', + 'default' => ''), + + array('title' => 'Radio OGG Playlist', + 'name' => 'radiooggplaylist', + 'type' => 'text', + 'default' => ''), + + array('title' => 'Radio MP3 Source', + 'name' => 'radiomp3source', + 'type' => 'text', + 'default' => ''), + + array('title' => 'Radio OGG Source', + 'name' => 'radiooggsource', + 'type' => 'text', + 'default' => ''), + ), 'build_function' => 'radio_build'); ?> diff --git a/templates/themes/radio/radio.html b/templates/themes/radio/radio.html index 1ba81104..d753dc29 100644 --- a/templates/themes/radio/radio.html +++ b/templates/themes/radio/radio.html @@ -9,7 +9,7 @@ - + Welcome to lainchan's radio stream.

- +

Now playing:

@@ -60,15 +58,15 @@ $(".currentlisteners").text("Current listeners: " + sd[13].textContent); });