Hi,
I've just released VDRAdmin-0.97-am2 at http://andreas.vdr-developer.org.
HISTORY: - Reworked all german templates and simplified them when possible. - TV and remote template's remote control now looks identical. - Reworked summary display of recordings. - Summary editbox preserves linefeeds while editing timers. - Added stream button in prog_summmary (suggested by Unimatrix0) - fix for timers.conf of vdr1.3.23+ (Submitted by x-stefan) - Added/Updated patches: +vdradmin-0.96_For_vdr-1.3_StoreAutotimerChannelID_And_EventIdCheckDisable.diff +vdradmin-0.96_OneShot_Timers_English_Only.diff and merged it to "Deutsch" template +included changes from vdradmin-0.96-3-ctvdr-1 +Localnet Patch; no password request if client ip in given ip range
Have fun!
Regards, Andreas
On Mon, 21 Mar 2005 13:18:01 +0100, Andreas Mair wrote:
- fix for timers.conf of vdr1.3.23+ (Submitted by x-stefan)
Is this supposed to work with 1.3.23+ only?
A quick test showed that the timers are wrong with 1.2.6.
All have the current date and current time as start and end time.
Emil
Hi,
you can revert that patch using contrib/vdradmin-0.97-am1-vdr1.3.23-timer.diff
# cd vdradmin-0.97-am2 # patch <contrib/vdradmin-0.97-am1-vdr1.3.23-timer.diff -p0 --dry-run -R
Regards, Andreas
On Monday 21 March 2005 13:40, Emil Naepflein wrote:
On Mon, 21 Mar 2005 13:18:01 +0100, Andreas Mair wrote:
- fix for timers.conf of vdr1.3.23+ (Submitted by x-stefan)
Is this supposed to work with 1.3.23+ only?
A quick test showed that the timers are wrong with 1.2.6.
All have the current date and current time as start and end time.
Emil
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hi,
README: ...
- Streaming doesn't work for me in this release. If you get it working please let me know!
with a little help from cygwin and mplayer for Windows I got it working (don't do that at home... it's too ugly!)
mplayer.bat --------------------------------------------------- @echo off C: chdir C:\Programme\cygwin\bin type %1 | bash -c "/bin/xargs.exe /cygdrive/c/programme/mplayer/mplayer.exe -nocache" del %1 ----------------------------------------------------
At least it works for me.
Helge.