Re: [vdr] Patch for DVB-T WideView WT-220U PenType Receiver (Typhoon/Freecom).

2008-02-25 Thread oleg roitburd
2008/2/23, Albert Gall <[EMAIL PROTECTED]>: > This patch fixes the problem by changing the channel the same transponder: > Patch : Thx. It works. Regards Oleg ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-pictures and pic2mpg

2008-02-25 Thread Klaus Schmidinger
On 02/25/08 06:48, Stefan Wagner wrote: > Klaus Schmidinger <[EMAIL PROTECTED]> wrote: >> On 02/24/08 21:42, Stefan Wagner wrote: >>> the pic2mpg script aceptis only files with lower case caracters. >>> is it posible to support upper case caracters by default? >>> >>> my pictures are named DSCN*.JP

Re: [vdr] VDR developer version 1.5.16 - Makefile

2008-02-25 Thread Klaus Schmidinger
On 02/24/08 17:28, [EMAIL PROTECTED] wrote: > Hi there, > > First time i'm using the Makefile to install vdr. > Why is it : > > install-i18n: > @mkdir -p $(DESTDIR)$(LOCDIR) > @(cd $(LOCALEDIR); cp -r --parents * $(DESTDIR)$(LOCDIR)) > > and > > install-plugins: plugins > @mkdir -p $(DEST

Re: [vdr] VDR developer version 1.5.16 - strange characters

2008-02-25 Thread Gregoire Favre
On Mon, Feb 25, 2008 at 07:25:34PM +0100, Klaus Schmidinger wrote: > > Maybe these are control codes (like 0x86 and 0x87). > > Please add some debug output to the two String::decodeText() > functions in libsi/si.c to see what's going on here. > 0x86 and 0x87 should already get filtered out, but m

Re: [vdr] VDR developer version 1.5.16 - Makefile

2008-02-25 Thread Anssi Hannula
[EMAIL PROTECTED] wrote: > Hi there, > > First time i'm using the Makefile to install vdr. > Why is it : > > install-i18n: > @mkdir -p $(DESTDIR)$(LOCDIR) > @(cd $(LOCALEDIR); cp -r --parents * $(DESTDIR)$(LOCDIR)) > > and > > install-plugins: plugins > @mkdir -p $(DESTDIR)$(PLUGINLIBDIR)

Re: [vdr] VDR developer version 1.5.16 - strange characters

2008-02-25 Thread Klaus Schmidinger
On 02/25/08 19:34, Gregoire Favre wrote: > On Mon, Feb 25, 2008 at 07:25:34PM +0100, Klaus Schmidinger wrote: >> Maybe these are control codes (like 0x86 and 0x87). >> >> Please add some debug output to the two String::decodeText() >> functions in libsi/si.c to see what's going on here. >> 0x86 and

Re: [vdr] VDR developer version 1.5.16 - strange characters

2008-02-25 Thread Klaus Schmidinger
On 02/24/08 18:53, [EMAIL PROTECTED] wrote: > This is the output of my dvb-ttpci FF card: > http://img252.imageshack.us/my.php?image=t1yz3.png > What are the box around the titles ? > > Is anybody able to reproduce and fix this ? Maybe these are control codes (like 0x86 and 0x87). Please add som

Re: [vdr] vdr-pictures and pic2mpg

2008-02-25 Thread Stefan Wagner
Klaus Schmidinger <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED]:/media/daten/burn$ pic2mpg -v 1 /media/daten/burn/ >> /media/daten/burn/dest/ >> ./dscn0015.jpg -> /media/daten/burn/dest//./dscn0015.jpg.mpg >> ./DSCN00051.JPG -> /media/daten/burn/dest//./DSCN00051.JPG.mpg >> >> but wen i call th

Re: [vdr] VDR developer version 1.5.16 - strange characters

2008-02-25 Thread Gregoire Favre
On Mon, Feb 25, 2008 at 07:45:55PM +0100, Klaus Schmidinger wrote: > >> Please add some debug output to the two String::decodeText() > >> functions in libsi/si.c to see what's going on here. > >> 0x86 and 0x87 should already get filtered out, but maybe these > >> are different ones. > > So appare