Re: [vdr] GCC 4.1.1 and glibc 2.4 nptlonly with vdr 1.4.x + subtitles plugin for extra

2006-09-07 Thread Jukka Palko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marko Mäkelä wrote: > On Thu, Sep 07, 2006 at 02:27:41PM +0300, Jukka Palko wrote: >> Anyone had good experiences using this combination? Looks like my vdr >> system started to have some subtitles plugin issues on Finnish Yle >> channels after upgradin

Re: AW: [vdr] execute command after vdr starts

2006-09-07 Thread C.Y.M
Udo Richter wrote: > C.Y.M wrote: >> Yes, I like the idea of backgrounding VDR using "&" and then using >> 'wait $PID'. >> Is that the method you use? I've been trying to find the best way to >> do this. >> Could you give me an example? :) > > Something like that. This is a snippet of my overgr

Re: AW: [vdr] execute command after vdr starts

2006-09-07 Thread Udo Richter
C.Y.M wrote: Yes, I like the idea of backgrounding VDR using "&" and then using 'wait $PID'. Is that the method you use? I've been trying to find the best way to do this. Could you give me an example? :) Something like that. This is a snippet of my overgrown runvdr script: # Run VDR eva

Re: AW: [vdr] execute command after vdr starts

2006-09-07 Thread C.Y.M
Udo Richter wrote: > C.Y.M wrote: >> Because in the runvdr script, the vdr command is executed by an "eval" >> statement >> which basically waits for the process to die before it continues on. > > This could be avoided by backgrounding VDR, do other stuff, and then > 'wait' for VDR to terminante.

Re: AW: [vdr] execute command after vdr starts

2006-09-07 Thread Udo Richter
C.Y.M wrote: Because in the runvdr script, the vdr command is executed by an "eval" statement which basically waits for the process to die before it continues on. This could be avoided by backgrounding VDR, do other stuff, and then 'wait' for VDR to terminante. 'wait $PID' will even return the

Re: [vdr] GCC 4.1.1 and glibc 2.4 nptlonly with vdr 1.4.x + subtitles plugin for extra

2006-09-07 Thread Marko Mäkelä
On Thu, Sep 07, 2006 at 02:27:41PM +0300, Jukka Palko wrote: > Anyone had good experiences using this combination? Looks like my vdr > system started to have some subtitles plugin issues on Finnish Yle > channels after upgrading gcc and glibc. I'm using vdr 4.1.2, softdevice CVS, subtitles 0.3.11,

[vdr] libxineoutput - A/V Sync

2006-09-07 Thread Dave
Im experiencing a problem with libxineoutput. The video and audio are out of sync. the settings for the plugin correct it good for one channel, but then are out for another channel, so Ive had to put it in the "middle" so its kinda out of sync equally across all channels, but I find it unacceptab

Re: [vdr] libmad compile issue with mplayer plugins 0.9.15pre14 / VDR 1.4.2

2006-09-07 Thread Stefan Huelswitt
On 06 Sep 2006 Philippe =?ISO-8859-15?Q?Gramoull=E9?= <[EMAIL PROTECTED]> wrote: > I tried to install the latest version 0.9.15pre14 for VDR 1.4.0+ > > I have the following error (i tried with older mp3 plugins versions as well) > > /usr/src/vdr-1.4.2# make plugins > [snap] > Plugin mp3: > make[

Re: AW: [vdr] execute command after vdr starts

2006-09-07 Thread C.Y.M
Udo Richter wrote: > C.Y.M wrote: >> Thanks for your replay, but I was looking for a switch that would make >> vdr run a >> script right after vdr starts up. > > If you want to start a program together with VDR, why don't you put it > into your runvdr script? > Because in the runvdr script, th

Re: AW: [vdr] execute command after vdr starts

2006-09-07 Thread Udo Richter
C.Y.M wrote: Thanks for your replay, but I was looking for a switch that would make vdr run a script right after vdr starts up. If you want to start a program together with VDR, why don't you put it into your runvdr script? Cheers, Udo ___ vdr

Re: AW: [vdr] execute command after vdr starts

2006-09-07 Thread C.Y.M
martin wrote: > Just add option "-r script.sh" > > #!/bin/sh > case "$1" in > before) > ;; > after) > echo "After recording $2" > /usr/local/bin/startnoad.sh "$2" & > ;; > edited) > echo "Edited recording $2" >

AW: [vdr] execute command after vdr starts

2006-09-07 Thread martin
Just add option "-r script.sh" #!/bin/sh case "$1" in before) ;; after) echo "After recording $2" /usr/local/bin/startnoad.sh "$2" & ;; edited) echo "Edited recording $2" ;; *) echo "ERROR:

[vdr] GCC 4.1.1 and glibc 2.4 nptlonly with vdr 1.4.x + subtitles plugin for extra

2006-09-07 Thread Jukka Palko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anyone had good experiences using this combination? Looks like my vdr system started to have some subtitles plugin issues on Finnish Yle channels after upgrading gcc and glibc. Looks like from time to time on subtitles plugin utilizing recordings I ge

Re: [vdr] Problem with xineliboutput

2006-09-07 Thread Jose Alberto Reguero
El Martes, 5 de Septiembre de 2006 18:15, Jose Alberto Reguero escribió: > El Martes, 5 de Septiembre de 2006 13:46, Jose Alberto Reguero escribió: > > I have a problem with xineliboutput (latest cvs). > > When the client vdr-sxfe crash, X freeze and I must to harware reset. > > It can be reproduce