>
> man 5 vdr:
>
>EPG DATA
>...
>E
>
> Try something like
>
> E 0 1175578200 3600 0
>
> and make sure each event gets a unique event id (the first number).
> In Perl, for instance, you could do
>
> $Id = $time / 60 % 0x; # this gives us unique ids for every minute
[EMAIL PROTECTED] writes:
> Ok, Thanks a lot for this very quick patch.
>
> Unfortunatly it doesn't solve the issues i have with vtp.
> I'll have a look at the bug tracker to see if it has already been
> reported.
Hm in fact the issues I have are with vdr 1.5.1 and VTP.
I went back to 1.4 and vtp
Petri Hintukainen <[EMAIL PROTECTED]> writes:
> On Tue, 2007-04-03 at 15:20 +0200, [EMAIL PROTECTED] wrote:
>> Petri Hintukainen <[EMAIL PROTECTED]> writes:
>>
>> Hmm what about section filtering ?
>> it seems section_filters-0.2.patch doesn't apply well on cvs version.
>> is it possible to have
Simon Baxter wrote:
> I'm having problems processing epg into VDR.
>
> I have the following channels:
>
> LSTC
> 250-1 TV1-Cable:112250:C0:C:0:301:300:305:A1:1796:0:0:0
> 250-2 TV2-Cable:119250:C0:C:0:301:300:305:A1:1908:0:0:0
> 250-3 TV3-Cable:126250:C0:C:0:301:300:305:A1:2020:0:0:0
> 250-4 Prim
On Tue, 2007-04-03 at 15:20 +0200, [EMAIL PROTECTED] wrote:
> Petri Hintukainen <[EMAIL PROTECTED]> writes:
>
> Hmm what about section filtering ?
> it seems section_filters-0.2.patch doesn't apply well on cvs version.
> is it possible to have both ?
>
I generated new patch against current CVS (
Petri Hintukainen <[EMAIL PROTECTED]> writes:
>> And are there any plans for streamdev to support HDTV (h.264 or
>> similar)?
>
> It should be possible to watch H.264 HDTV using HTTP TS streaming with
> the patch from
> http://phivdr.dyndns.org/vdr/vdr-streamdev-patches/testing/
Hmm what about s
On Sat, 2007-03-31 at 23:01 +0200, Rob Davis wrote:
>
> But to be fair, I really would like it on the remote..
>
> Can you hijack something else off the remote?
>
It should be possible to implament something similar for lirc, if you
route lirc thru vdr-sxfe (start vdr without --lirc option and v
On Tue, 20 Mar 2007 22:18:31 +0200, Pasi Juppo wrote
>
> And are there any plans for streamdev to support HDTV (h.264 or
> similar)?
It should be possible to watch H.264 HDTV using HTTP TS streaming with
the patch from
http://phivdr.dyndns.org/vdr/vdr-streamdev-patches/testing/
- Petri
_