diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2010-03-13 14:39:33 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2010-03-13 14:39:33 +0100 |
commit | 0d228055e708d997a0be7ea0a5b602cc2611ab41 (patch) | |
tree | d7856ea72290d07d31e5ea727ccfdb42a1ca350a /template/default/help_config.html | |
parent | 958739d6b84d31402b01ec1b7048cd5ccb59f5e4 (diff) | |
download | vdradmin-am-3.6.6.tar.gz vdradmin-am-3.6.6.tar.bz2 |
2010-03-13: 3.6.6v3.6.6
- Added: Support new epgsearch v0.9.25-git settings "unmute" and "min. description match".
- Changed: Log to syslog by default (if logging is enabled) (Ville Skyttä).
- Changed: Fall back to stderr if setting up syslog fails (Ville Skyttä).
- Changed: Get character encoding from configured locale or environment variables (Submitted by Tobias Grimm).
- Fixed: Encode SVDRP commands sent to VDR if needed (Submitted by Tobias Grimm).
- Updated: Italian translation (Submitted by Diego Pierotto).
- Updated: Dutch translation (Submitted by Roel Koelewijn).
- Updated: Spanish translation (Submitted by Manuel Gomez).
- Improved: Default mail settings (Ville Skyttä).
- Fixed: Check if "GUI_POPUP_WIDTH" and "GUI_POPUP_HEIGHT" are numeric and set them to the defaults if they are not (Reported by Jan).
- Added: Support VDR 1.7.12+ commands.conf and reccmds.conf (means: skip lines ending in "{" and lines with only "}" in them).
- Added: check file and directory permissions on startup abort on error.
- Changed: Default directory for PID file to /var/run/vdradmin.
- Changed: Default directory for log file to /var/log/vdradmin.
- Changed: Use "cache" directory in the current directory if $SEARCH_FILES_IN_SYSTEM is not set.
- Changed: Hide "record" button in EPG lists there's already a timer for that broadcast (Based on patch by Dave Pickles).
- Added: New options to show or hide a broadcast's subtitle and/or summary in EPG lists (Based on patch by Dave Pickles).
- Added: New option to set a day's "start time" in "Playing today?" (Based on patch by Dave Pickles).
- Changed: Minimum required epgsearch version now is 0.9.24.
- Added: Support for new epgsearch search timer actions (Bug #557).
- Changed: "--ipv6" only enables IPv6 for connections to VDRAdmin-AM, to also use IPv6 for SVDRP connection one can use "--ipv6-all" (if he really knows what he's doing!).
- Fixed: Check encoding for every SVDRP connection (Submitted by Tobias Grimm).
- Changed: Warn about missing key or certificate if --ssl is used.
- Changed: Certificates for --ssl option must be located in $ETCDIR/certs.
- Fixed: Resizing browser window in "Timeline" showed "file not found" (Reported by tag @vdr-portal.de).
- Updated: Links to EPGSearch and Streamdev home pages (Ville Skyttä).
- Updated: Finnish translation (Ville Skyttä).
Diffstat (limited to 'template/default/help_config.html')
-rw-r--r-- | template/default/help_config.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/template/default/help_config.html b/template/default/help_config.html index 3b54b25..67c195a 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -5,7 +5,7 @@ <html id="scroller"> <head> - <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" /> + <meta http-equiv="content-type" content="text/html;charset=<?% charset %?>" /> <title><?% gettext('Configuration') %?></title> <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> @@ -27,7 +27,7 @@ <td> <?% gettext('<p>Here you can change general settings and base settings for timers, AutoTimers, channel selection and streaming parameters.</p>') %?> <div class="links"> - [<a href="#general"><?% gettext('General Settings') %?></a>] [<a href="#vdr"><?% gettext('VDR') %?></a>] [<a href="#identification"><?% gettext('Identification') %?></a>] [<a href="#timeline"><?% gettext('Timeline') %?></a>] [<a href="#autotimer"><?% gettext('AutoTimer') %?></a>] [<a href="#timer"><?% gettext('Timer') %?></a>] [<a href="#streaming"><?% gettext('Streaming') %?></a>] [<a href="#expert"><?% gettext('Expert') %?></a>] [<a href="#ext_search"><?% gettext('External Search') %?></a>] [<a href="#channels"><?% gettext('Channel Selections') %?></a>] + [<a href="#general"><?% gettext('General Settings') %?></a>] [<a href="#vdr"><?% gettext('VDR') %?></a>] [<a href="#identification"><?% gettext('Identification') %?></a>] [<a href="#timeline"><?% gettext('Timeline') %?></a>] [<a href="#epg"><?% gettext('Electronic Program Guide (EPG)') %?></a>] [<a href="#autotimer"><?% gettext('AutoTimer') %?></a>] [<a href="#timer"><?% gettext('Timer') %?></a>] [<a href="#streaming"><?% gettext('Streaming') %?></a>] [<a href="#expert"><?% gettext('Expert') %?></a>] [<a href="#ext_search"><?% gettext('External Search') %?></a>] [<a href="#channels"><?% gettext('Channel Selections') %?></a>] </div> <div class="group"><a id="general" name="general"></a><h3><?% gettext('General Settings') %?></h3> <dl> @@ -89,6 +89,18 @@ <div class="top_link">[<a href="#top"><?% gettext('Top') %?></a>]</div> </div> + <div class="group"><a id="epg" name="epg"></a><h3><?% gettext('Electronic Program Guide (EPG)') %?></h3> + <dl> + <dt><?% gettext('Day begins at:') %?></dt> + <dd><?% gettext('The time after which events are shown on a new day. For example setting 03:00 means that today\'s schedule will include any event starting before 03:00 tomorrow. Applies only to the \'Playing Today?\' list.') %?></dd> + <dt><?% gettext('Show Subtitle:') %?></dt> + <dd><?% gettext('Show the \'Subtitle\' text for each event. Not all broadcasters use this field.') %?></dd> + <dt><?% gettext('Show Summary:') %?></dt> + <dd><?% gettext('Show the \'Summary\' text for each event.') %?></dd> + </dl> + <div class="top_link">[<a href="#top"><?% gettext('Top') %?></a>]</div> + </div> + <div class="group"><a id="autotimer" name="autotimer"></a><h3><?% gettext('AutoTimer') %?></h3> <dl> <dt><?% gettext('Active:') %?></dt> @@ -142,7 +154,7 @@ <div class="group"><a id="streaming" name="streaming"></a><h3><?% gettext('Streaming') %?></h3> <dl> <dt><?% gettext('Live Streaming:') %?></dt> - <dd><?% gettext('Enable or disable live streaming using the <a href="http://www.magoa.net/linux/">streamdev plugin</a>. You also have to set the correct <span class="ref_label">HTTP Port for Streamdev</span> below.') %?></dd> + <dd><?% gettext('Enable or disable live streaming using the <a href="http://streamdev.vdr-developer.org/">streamdev plugin</a>. You also have to set the correct <span class="ref_label">HTTP Port for Streamdev</span> below.') %?></dd> <dt><?% gettext('HTTP Port of Streamdev (also possible 3000/ts):') %?></dt> <dd><?% gettext('Here you have to set the port number your VDR\'s streamdev server listens for connections. Additionally you can also provide the stream type you like to use.') %?></dd> <dt><?% gettext('Recordings Streaming:') %?></dt> |