Improved tooltip for Stream Settings: Icecast Vorbis Metadata

This commit is contained in:
Paul Baranowski 2012-01-17 16:03:41 -05:00
parent 3a8ba36e0d
commit 07bd5dacae
1 changed files with 8 additions and 6 deletions

View File

@ -39,12 +39,14 @@ class Application_Form_StreamSetting extends Zend_Form
} }
# tooltip # tooltip
$description = 'VLC and mplayer have a serious bug when playing an OGG/VORBIS $description = 'This option enables metadata for OGG streams (stream
stream that has metadata information enabled (stream metadata is the metadata is the track title, artist, and show name that is
track title, show name, etc displayed in the audio player): they will displayed in an audio player). VLC and mplayer have a
disconnect from the stream after every song if this option is enabled. serious bug when playing an OGG/VORBIS stream that has
If your listeners do not require support for these audio players, metadata information enabled: they will disconnect from the
then you should enable this option.'; stream after every song. If you are using an OGG stream and
your listeners do not require support for these audio
players, then feel free to enable this option.';
$icecast_vorbis_metadata = new Zend_Form_Element_Checkbox('icecast_vorbis_metadata'); $icecast_vorbis_metadata = new Zend_Form_Element_Checkbox('icecast_vorbis_metadata');
$icecast_vorbis_metadata->setLabel('Icecast Vorbis Metadata') $icecast_vorbis_metadata->setLabel('Icecast Vorbis Metadata')