Mailing List archive

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

[vdr] Re: vdradmin v0.12 with vdr-1.0.0pre2



> > for all who like vdradmin: due to some changes in vdr-1.0.0pre ... my
> > favorite "Programmübersicht" in vdradmin did not show up in a browser.
> > While further looking into it, I found out that this was due to a new
> > field "table id" in vdrs epg.data. vdradmin does not recognize date fields
> > correctly anymore (showing up with a year of 1970).
> > 
> > If you change the regexp in line 534 of vdradmin.pl (v0.12) from:
> > 
> >         if(/^E (.*) (.*) (.*)/) {
> > 
> > to
> > 
> >         if(/^E (.*) (.*) (.*) (.*)/) {
> > 
> > it works as expected (not talking for any other feature indeed ;-))
> > 
> > Peter
> 
> The fourth field is optional, so I would suggest to use
> 
>   if(/^E (.*?) (.*?) (.*?)/) {
> 
> as will the next verion of epg2html.pl.

/^E\s(\d+)\s+(\d+)\s+(\d+)\s*(\d*)$/







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