Mailing List archive

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

[vdr] VDR Admin 0.94




Hi,

A new version of VDR Admin is available at:

http://linvdr.org/download/vdradmin/vdradmin-0.94.tar.gz

Changes since v0.93:
- Cleared up some things in the "timer new"/"timer edit" form:
We have now a new line for automatic timer correction, possible values
are "program ID" for the Event-ID as key, "recording time" for the start/end
time of the recording as keys, and "disabled" for uncorrected timers.
- There are two new variables which can be added to the config file
vdradmind.conf by hand (no fronted support!):
NO_EVENTID = 1
and
NO_EVENTID_ON = 23,24,25
will disable the usage of event-ids in general or on channels 23 to 25 for
all new timers.
So the automatic timer correction -- both for auto timers and for manual
edited -- will fall back to "recording time" mode. This is interesting for
channels where the Event-ID changes between first show-up in the EPG and
the event (thanks to Jan Ekholm for the idea and his help with debugging).
- New search string handling in AutoTimer:
/regexp/
and
/regexp/i
are perl regular expression, the second one is case insensitive.
The regexp is testet against a string of the form:
title~subtitle~summary
As you see, all checked fields in the AutoTimer edit form are separated
by a tilde (~). So you can explicitly search the title, subtitle and
summary entry for matches.
I advise you not to use any regular expressions in the AutoTimer, never!
There is absolutely *no* syntax check for the regexp! Leave a stray
brace and see vdradmin dying (because of a perl syntax error), or enter
something like "/.*/" to beam the entire EPG into the timer list and watch
VDR dying under the tons of timers.
Don't write bug reports if a regexp has filled your harddisk to the very
last bit, messed your timer list or killed your VDR: I told you not to use
regular expressions! Don't even think about it!
All non-regexp are now threatened as space separated list of patterns
without any wildcards: Dots are a real dots, braces are real braces,
and little furry things from Centaur 5 are real little furry things from
Centaur 5.
Fixed Bugs:
- Month in "Whats on now" calculated wrong (Thanks to Thomas Schmidt)
- Day in Event detail calculated wrong (Thanks to Thomas Schmidt)

Tom.



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index