Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Programming VDR over Web



On Tue, Oct 09, 2001 at 12:12:12AM +0200, Thomas Koch wrote:
> 
> Hi there,
> 
> there's a new tool which allows to view EPG data and program timers over
> Web. It requires a host with an Web-Server, perl and of course a running
> VDR. This CGI connects via SVDRP to VDR, so Web and VDR maschine can be
> different. The VDR hostname and SVDRP port is hardcoded on vdradmin.pl
> line 19/20. All HTML stuff is templated, so we can (i hope) change simple
> language and layout.
> 
> URL: http://www.linvdr.org/download/vdradmin-0.1.tar.gz
> 
> Tell me what you think about this.

First BUG-Report

- Before Closing the Socket you have to print "quit\r\n";
(Okay newer Versions of VDR don't have a problem without quit.
With older Versions it is impossibel to get any more connections)

- The "Split" for the timer is buggy. The number of ":" is fixed.
(My Master-Timer fields are shown as 'Title' Instead of
'Title: "<...>"||Subtitle: "<....>'

- You must test if a timer is recording and use "modt <Nr> off" 
  for deleting a recording timer.
  (Only usefull case anyway (For me))


Now to a "none bug"
- You put in a "dont get epg.data via LSTE" in which case you just
  skip "EPGUptoDate" function.



This is all i found in my 5 minutes testing.




Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.




Home | Main Index | Thread Index