Hi,
I've just released VDRAdmin-0.97-am3.2 at http://andreas.vdr-developer.org.
2005-05-12: 0.97-am3.2 - Added "make uninstall" to remove VDRAdmin from your system if you have installed it using "make install". Please always use this before you install a new release! - Fixed programming of repeating timers when day is "D" (Thanks to "maxkr" for reporting this). - Print date in prog_list & prog_list2 in system's locale. Please comment! - More transparent "selected channels" usage. - Added reccmds.conf content to rec_list (needs valid VDRCONFDIR in vdradmind.conf) - AutoTimers can now be limited to certain weekdays (Patch submitted by Magnus Schmidt). - Streaming can be turn on/off for live viewing and recordings viewing (Based on code submitted by Tobias Grimm). - Added streaming button to prog_list2. - Fixed handling of incorrect start/stop times in AutoTimer. - Changed localisation to use gettext() (Thanks to Tobias Grimm for doing most of the needed work). - Language can no longer be set in VDRAdmin, it's taken from your system's setting. Issue "export LC_MESSAGES=<language code>" if you need to change it, where <language code> isone of "de_DE", "en_EN", "es_ES", "fi_FI" or "fr_FR". - Added Finnish i18n (Submitted by Rolf Ahrenberg). - Fixed ":" & "|" handling in timer's directory (Thanks "vejoun"). - Added links to prog_list on channels in at_timer_list and timer_list. - Added IMDb lookup button to recording's detail view. - Added "Priority" and "Lifetime" tooltip to at_timer_list and timer_list (point mouse to timer's name). - Small changes for streaming recordings: Please update your vdradmind.conf (VIDEODIR & ST_VIDEODIR)! - Non-LinVDR logo on non-LinVDR machines (Posted by Unimatrix0 at vdrportal.de).
Have fun! Andreas
Hello,
after the installation of vdradmin-0.97-am3.2 I get the error message: 'Die URL "Timerstatus" wurde auf dem Server nicht gefunden!' every time I try to change the status of a timer from auto to off. Up till 0.97-am2c this worked fine. Is there a quick fix for this?
Best regards, Reiner.
Hi,
On Saturday 02 July 2005 13:41, Reiner Buehl wrote:
Hello,
after the installation of vdradmin-0.97-am3.2 I get the error message: 'Die URL "Timerstatus" wurde auf dem Server nicht gefunden!' every time I try to change the status of a timer from auto to off. Up till 0.97-am2c this worked fine. Is there a quick fix for this?
I'm not aware of any problem here, I've tried it again with different browsers and it works. Could you please please email the timers' frame source directly to me?
Regards, Andreas
Hi Andreas,
I am not sure but I think I have found the cause for this behaviour: Since the ctvdr installation that I use stores parts of the config files in /var/lib/vdr and the rest in /etc/vdr, I was not sure which directory to use when the vdradmin configuration asked for the VDR config dir. I used /var/lib/vdr and it seems that this was wrong. After changing it to /etc/vdr the error message is gone. Is it possible to change the config process to ask for the directory that contains VDR config file xyz instead of just "the VDR config dir"?
Another request would be to make vdradmind.pl --config use an existing /etc/vdradmin/vdradmind.conf file instead of starting with defaults every time. This way the script could keep the existing configuration and only ask for the new items.
Best regards, Reiner.
On Mon, 4 Jul 2005, Andreas Mair wrote:
Hi,
On Saturday 02 July 2005 13:41, Reiner Buehl wrote:
Hello,
after the installation of vdradmin-0.97-am3.2 I get the error message: 'Die URL "Timerstatus" wurde auf dem Server nicht gefunden!' every time I try to change the status of a timer from auto to off. Up till 0.97-am2c this worked fine. Is there a quick fix for this?
I'm not aware of any problem here, I've tried it again with different browsers and it works. Could you please please email the timers' frame source directly to me?
Regards, Andreas
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hi Reiner,
On Monday 04 July 2005 12:59, Reiner Buehl wrote:
Hi Andreas,
I am not sure but I think I have found the cause for this behaviour: Since the ctvdr installation that I use stores parts of the config files in /var/lib/vdr and the rest in /etc/vdr, I was not sure which directory to use when the vdradmin configuration asked for the VDR config dir. I used /var/lib/vdr and it seems that this was wrong. After changing it to /etc/vdr the error message is gone. Is it
What do they put into /etc/vdr and what in /var/lib/vdr? The vanilla vdr only has one config folder AFAIK. OTOH I don't see why a wrong configured vdr config folder should give that error message.
possible to change the config process to ask for the directory that contains VDR config file xyz instead of just "the VDR config dir"?
I don't think that's needed. If a distribution modifies VDR it should also modify depending tools.
Another request would be to make vdradmind.pl --config use an existing /etc/vdradmin/vdradmind.conf file instead of starting with defaults every time. This way the script could keep the existing configuration and only ask for the new items.
OK, the next release will use an existing vdradmind.conf as defaults for "vdradmind.pl -c". Thanks for suggesting.
Regards, Andreas
Best regards, Reiner.
On Mon, 4 Jul 2005, Andreas Mair wrote:
Hi,
On Saturday 02 July 2005 13:41, Reiner Buehl wrote:
Hello,
after the installation of vdradmin-0.97-am3.2 I get the error message: 'Die URL "Timerstatus" wurde auf dem Server nicht gefunden!' every time I try to change the status of a timer from auto to off. Up till 0.97-am2c this worked fine. Is there a quick fix for this?
I'm not aware of any problem here, I've tried it again with different browsers and it works. Could you please please email the timers' frame source directly to me?
Regards, Andreas
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
What do they put into /etc/vdr and what in /var/lib/vdr? The vanilla vdr only has one config folder AFAIK. OTOH I don't see why a wrong configured vdr config folder should give that error message.
Here is how it is in ctvdr:
bilbo:~# ls /etc/vdr /var/lib/vdr /etc/vdr: ca.conf keymacros.conf shutdown-hooks tvmovie2vdr command-hooks plugins sources.conf vdrconvert diseqc.conf recording-hooks svdrphosts.conf
/var/lib/vdr: ca.conf diseqc.conf remote.KBD.conf svdrphosts.conf channels.conf keymacros.conf remote.LIRC.conf timers.conf channels.conf.cable logos remote.remote-event.conf timers.conf.orig channels.conf.sat plugins schemes channels.conf.terr reccmds.conf setup.conf commands.conf remote.conf sources.conf
ca.conf, diseqc.conf, keymacros.conf, sources.conf, reccmds.conf and svdrphosts.conf in /var/lib/vdr are links to /etc/vdr.
I was under the impression that vdradmin was asking for the directory that the main configuration files like timers.conf and setup.conf are in but it deems that another file is needed and /etc/vdr is the correct location.
I don't think that's needed. If a distribution modifies VDR it should also modify depending tools.
I think they normaly do so but since vdradmin is (until now) not using the old config as a starting point, this might have happened.
MfG Reiner.
Hi,
I was under the impression that vdradmin was asking for the directory that the main configuration files like timers.conf and setup.conf are in but it deems that another file is needed and /etc/vdr is the correct location.
ATM it only uses reccmds.conf. VDRAdmin-0.97-AM3.3 will have extended online help where this is described.
Regards, Andreas