From 7170f8385e643073eededc4397ebe3db60ad80f3 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 25 Mar 2011 17:00:45 -0400 Subject: [PATCH 1/2] CC-2121: Disable OGG streams by default -Done --- python_apps/pypo/scripts/ls_config.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/pypo/scripts/ls_config.liq b/python_apps/pypo/scripts/ls_config.liq index ef1caa198..20b1f4215 100644 --- a/python_apps/pypo/scripts/ls_config.liq +++ b/python_apps/pypo/scripts/ls_config.liq @@ -44,5 +44,5 @@ icecast_description = "Airtime Radio!" icecast_genre = "genre" output_sound_device = false -output_icecast_vorbis = true +output_icecast_vorbis = false output_icecast_mp3 = true From deb210a8d41fd4716e8f625989bb0adb36df1e7e Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 25 Mar 2011 17:16:22 -0400 Subject: [PATCH 2/2] -Changed text for Show URL -> Website. --- application/forms/AddShowWhat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/AddShowWhat.php b/application/forms/AddShowWhat.php index 7fafdb46e..74e7b0dcc 100644 --- a/application/forms/AddShowWhat.php +++ b/application/forms/AddShowWhat.php @@ -16,7 +16,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm // Add URL element $this->addElement('text', 'add_show_url', array( - 'label' => 'Show URL:', + 'label' => 'Website:', 'class' => 'input_text', 'required' => false, 'filters' => array('StringTrim'),