[vdr] cdfs patches for mp3 plugin

2007-07-10 Thread Stone
Hi, Today I tried to build the new 2.6.22 kernel but my external cdfs module (which is used by the mp3 plugin) failed to compile with the following: --snip-- /usr/src/modules/cdfs/2.6/root.c: In function 'cdfs_init': /usr/src/modules/cdfs/2.6/root.c:598: error: 'CLONE_FS' undeclared (first

[vdr] vdr versionnumbers and plugins

2007-07-10 Thread alex bustamante
Hi, When i compile my plugins under vdr 1.4.7 most of them get the versionnumber 1.4.5. For example: libvdr-ttxtsubs.so.1.4.5. The result of this is that i get the following errormessage when i try to launch: vdr: ./PLUGINS/lib/libvdr-ttxtsubs.so.1.4.5: cannot open shared object file: No such

[vdr] [PATCH] softdevice segfaulting on stream errors

2007-07-10 Thread Artur Skawina
Some time ago the softdevice plugin started crashing when playing video streams containing errors, both while live viewing and watching recordings. Today I found a transponder where it reliably occurred within seconds and decided to investigate. The picture buffers used for video were 8-byte

[vdr] syslogd-ng - /var/log/vdr.log ?

2007-07-10 Thread Gregoire Favre
Hello, does someone redirect vdr log messages to /var/log/vdr.log using syslogd-ng ? If yes, I would like to know how :-) -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre

Re: [vdr] dvbtextsubs 0.2

2007-07-10 Thread Anssi Hannula
bob321 wrote: On 7/7/07, listnisse [EMAIL PROTECTED] wrote: I have searched the internet (including archive.org) for dvbtextsubs-0.2.tar.gz but haven't found it. I would really appreciate if some friendly soul on this list would like to send me the file or point me to a location. You are

Re: [vdr] syslogd-ng - /var/log/vdr.log ?

2007-07-10 Thread Jan Willies
Gregoire Favre schrieb: does someone redirect vdr log messages to /var/log/vdr.log using syslogd-ng ? yep: destination vdr { file(/var/log/vdr.log); }; filter f_vdr { program(vdr) or program(noad); }; filter f_syslog { not facility(auth, authpriv, cron) and not

Re: [vdr] mplayer mode for nonstop play

2007-07-10 Thread Igor
I have on my vdr-harddisc several video-files with video-clips. Is it possible to command to MPlayer-plugin to play these files without stop - one behind another (By turns) ? You might be able to make a playlist for mplayer, although I have never tried. find /data/mplayer -type f

Re: [vdr] syslogd-ng - /var/log/vdr.log ?

2007-07-10 Thread Gregoire Favre
On Tue, Jul 10, 2007 at 08:50:59PM +0200, Jan Willies wrote: does someone redirect vdr log messages to /var/log/vdr.log using syslogd-ng ? yep: Thank for your answer and those I received privately :-) -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org