diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2007-01-25 16:01:07 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2007-01-25 16:01:07 +0100 |
commit | 12afd457f85ae4c80446787ec2a37f5a0c30e3fb (patch) | |
tree | 6a8f1053f7191371ae8c6bec1304fbdc8decbf1f /template/default/help_config.html | |
parent | 46d2394f8ae86e9c92c2c573a1a990a97c6d33b1 (diff) | |
download | vdradmin-am-3.5.3.tar.gz vdradmin-am-3.5.3.tar.bz2 |
2007-01-25: 3.5.3v3.5.3
- Fixed: epgsearch's LSTT/DEFT commands need at least epgsearch v0.9.20.
- Added: Klaus Schmidinger's "lste" speedup patch.
- Changed: Do not send every HTTP header line in its own TCP packet (Speedup!).
- Changed: Display error message if VDRAdmin-AM can't connect to VDR if index.html is requested.
- Changed: Added warning in epgsearch edit if neither "title", "subtitle" nor "description" is checked.
- Changed: Don't show recording commands drop-down if there are no reccmds.
- Fixed: When sorting recordings by name, sort folders by name too.
Diffstat (limited to 'template/default/help_config.html')
-rw-r--r-- | template/default/help_config.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/default/help_config.html b/template/default/help_config.html index 5bc6163..16f6fb0 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -162,10 +162,12 @@ <div class="group"><a id="expert" name="expert"></a><h3><?% gettext('Expert') %?></h3> <?% gettext('<p>This section is for experts <strong>only</strong>, i.e. you know what you are doing!</p>') %?> <dl> +<!-- <dt><?% gettext('Read EPG directly using epg.data:') %?></dt> <dd><?% gettext('Accessing VDR\'s EPG through VDR\'s SVDRPort seems to block VDR for some time. If this option is activated VDRAdmin-AM will read the <span class="ref_file">epg.data</span> file directly so that VDR doesn\'t get blocked.') %?></dd> <dt><?% gettext('epg.data filename:') %?></dt> <dd><?% gettext('If you\'ve enabled the option above you need to tell VDRAdmin-AM where the <span class="ref_file">epg.data</span> file is located.') %?></dd> +--> <dt><?% gettext('VFAT:') %?></dt> <dd><?% gettext('If you have compiled VDR with the VFAT define you have to enable this option. If this option is set to the wrong value, you may have problems with certain recordings if you want to stream them or run reccmds on them.') %?></dd> </dl> |