From a21372e5196c7a69ec68296d0377b8516b2bbbf1 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Fri, 4 Nov 2005 13:34:42 +0100 Subject: 2005-11-04: 0.97-am3.4.2rc3 - Set "LANGUAGE" environment variable to "" on startup, so it causes no problems with language setting in VDRAdmin. - Added caching of listing of recordings. Can be adjusted by "CACHE_REC_TIMEOUT=number of minutes" in vdradmind.conf. Defaults to "60", "0" disables caching. - Remember sorting when toggling in timer or autotimer list. - New configuration option for Timers: don't add summary. - Email notification for AutoTimer can be set in configuration menu. - Optimized AutoTimer matching a little bit. - Reworked detection of another VDRAdmin process if pid file exists. - No more config settings that require a VDRAdmin restart. - Find "sendEmail" program in $PATH. --- FAQ | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 FAQ (limited to 'FAQ') diff --git a/FAQ b/FAQ new file mode 100644 index 0000000..02e27e4 --- /dev/null +++ b/FAQ @@ -0,0 +1,11 @@ +Q: Setting the language for VDRAdmin does not work. What can I do? +A: There are some things to check: + - Check if "perl -V:d_setlocale" prints "d_setlocale='define';". + If it doesn't contact your Linux distributor. + - Run: echo -e "LANGUAGE=$LANGUAGE\nLANG=$LANG\nLC_ALL=$LC_ALL" + If LANGUAGE *must* be empty so that you can set the language + in VDRAdmin's configuration menu. If it's not empty VDRAdmin + will *always* use that language if it supports it or English if + it doesn't support it. + LANG and/or LC_ALL are used if you set the language to "System + default" in VDRAdmin. -- cgit v1.2.3