Re: [vdr] DVD autoplay

2009-03-06 Thread Andreas Mair
Hello, I use the mediad plugin for this. More info at http://www.vdr-wiki.de/wiki/index.php/Mediad-plugin But the plugin's homepage http://www.pomase.net seems to be down at th moment. Kind regards, Andreas 2009/3/6 Petric Frank : > Hello, > > i'm looking for a plugin or method to automatically

Re: [vdr] DVD autoplay

2009-03-06 Thread Thomas Hilber
On Fri, Mar 06, 2009 at 10:43:08PM +0100, Petric Frank wrote: > i'm looking for a plugin or method to automatically display a > play/stop/eject/... menu on the on the screen when a DVD is entered into the > drive. Also a possible autoplay DVD via vdr ould be a good idea. first you have to detect

Re: [vdr] vdr-1.7.4 and iptv plugin

2009-03-06 Thread ua0lnj
My suggestions 1. My iptv provider streams many channels with identical pids, and vdr not very love such channels :-) If in sidscanner.c chandge cChannel *IptvChannel = Channels.GetByChannelID(channel.GetChannelID()); to cChannel *IptvChannel = Channels.GetByServiceID(Source(), Transponder(),

Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-06 Thread Lauri Tischler
Artem Makhutov wrote: > Is some body working on getting xineliboutput to work vdr-1.7.4? Latest CVS works. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-06 Thread Artem Makhutov
Hello, Lauri Tischler schrieb: > gimli wrote: >> I saw some things going on in the xineliboutput CVS. >> Not sure if TS should work or not. > > Seems to be "Work in Progress", no picture, no sound, > OSD works and subtitles appear. Patience Is some body working on getting xineliboutput to w

[vdr] DVD autoplay

2009-03-06 Thread Petric Frank
Hello, i'm looking for a plugin or method to automatically display a play/stop/eject/... menu on the on the screen when a DVD is entered into the drive. Also a possible autoplay DVD via vdr ould be a good idea. Any thoughts or hints ? regards Petric ___

Re: [vdr] Pvrinput and HVR1300

2009-03-06 Thread Martin Dauskardt
> So does anyone know if the same applies for analogtv plugin also? > > \\Kartsa > Forget the analogtv-plugin. Development stopped years ago. It does not support the current v4l2 mpeg API, so even a PVR150/250/350 would not work. My advise: Sell your HVR 1300 to a Windows user and buy a PVR150

Re: [vdr] vdr-1.7.4 and iptv plugin

2009-03-06 Thread Rolf Ahrenberg
On Sat, 7 Mar 2009, ua0lnj wrote: > If I change in pidscanner.c > I can see all channels. Thanks. That is a bug in the current pid scanner and will be corrected in the next version. > What is a stream type = 47 ??! IIRC, it's a reserved area. > Who must change stream type to actual, vdr or ip

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-06 Thread Gregoire Favre
On Fri, Mar 06, 2009 at 03:52:03PM +0100, Klaus Schmidinger wrote: > Let's be careful to not mix up two different things here. > There's apparently the problem Gregoire reported, which he solved by > adding an #include, but which doesn't happen here (kernel 2.6.25.20). > That one has nothing to do

Re: [vdr] Pvrinput and HVR1300

2009-03-06 Thread Kartsa
Unfortunately I do not read german. I did take a look at the FAQ but I figured that it has past some time since that maybe some evotion has happened :) So does anyone know if the same applies for analogtv plugin also? \\Kartsa Martin Dauskardt kirjoitti: > There is basic preparation for a futu

Re: [vdr] vdr-1.7.4 and iptv plugin

2009-03-06 Thread ua0lnj
If I change in pidscanner.c IptvChannel->SetPids(Vpid, Ppid, 0, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid); to IptvChannel->SetPids(Vpid, Ppid, 2, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid); I can see all channels. Than I change pidscanner.c .. #if defined(APIVERSN

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-06 Thread Alex Betis
On Fri, Mar 6, 2009 at 4:52 PM, Klaus Schmidinger < klaus.schmidin...@cadsoft.de> wrote: > On 06.03.2009 15:37, Alex Betis wrote: > > > > On Fri, Mar 6, 2009 at 4:17 PM, Klaus Schmidinger > > mailto:klaus.schmidin...@cadsoft.de>> > wrote: > > > > On 03.03.2009 22:23, Gregoire Favre wrote: > >

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-06 Thread Klaus Schmidinger
On 06.03.2009 15:37, Alex Betis wrote: > > On Fri, Mar 6, 2009 at 4:17 PM, Klaus Schmidinger > mailto:klaus.schmidin...@cadsoft.de>> wrote: > > On 03.03.2009 22:23, Gregoire Favre wrote: > > Hello, > > > > just tried compiling vdr-1.7.4 against my v4l-dvb hg's source which > >

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-06 Thread Alex Betis
On Fri, Mar 6, 2009 at 4:17 PM, Klaus Schmidinger < klaus.schmidin...@cadsoft.de> wrote: > On 03.03.2009 22:23, Gregoire Favre wrote: > > Hello, > > > > just tried compiling vdr-1.7.4 against my v4l-dvb hg's source which > > fails if I don't use this : > > > > --- vdr.c~ 2009-01-18 12:02:37.0

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-06 Thread Klaus Schmidinger
On 03.03.2009 22:23, Gregoire Favre wrote: > Hello, > > just tried compiling vdr-1.7.4 against my v4l-dvb hg's source which > fails if I don't use this : > > --- vdr.c~ 2009-01-18 12:02:37.0 +0100 > +++ vdr.c 2009-03-03 22:17:49.0 +0100 > @@ -32,6 +32,7 @@ > #include

Re: [vdr] [OT] development infrastructur for VGA2SCART patch set

2009-03-06 Thread Paul Menzel
Dear everyone, Am Donnerstag, den 05.03.2009, 20:51 +0100 schrieb Luca Olivetti: > En/na Timothy D. Lenz ha escrit: > > > Mail should be text and any code should be limited to files that are > in no way run by the mail program. […] > Do the world a favour and use a real email program, or stop