Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-12 Thread Klaus Schmidinger
On 06/13/07 00:21, [EMAIL PROTECTED] wrote: > unfortunately this patches do not fix Transtation problems complete. > i still have segmentation faults for example with softdevice plugin. > maybe this help: vdr has translation "none". softdevice as also > "none". > at this translation "none" have

Re: [vdr] Freeview Playback

2007-06-12 Thread Andrew Herron
Hi, My understanding is that the updated epg data has been transmitted here in the uK across all dvb-t mux's since about March/April. Not all channels may have completely updated there backend systems yet but all the major channels have done so. Clearly launching the Freeview Playback 'brand' and

Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-12 Thread [EMAIL PROTECTED]
unfortunately this patches do not fix Transtation problems complete. i still have segmentation faults for example with softdevice plugin. maybe this help: vdr has translation "none". softdevice as also "none". at this translation "none" have i core dumps... Klaus what about gettext? This ist b

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 23:09, Oleg Roitburd wrote: > On Tue, 2007-06-12 at 17:46 +0200, Klaus Schmidinger wrote: >> The function ExchangeChars() in VDR/recording.c converts characters >> that can't be used in file names on Windows to "#XX", where XX is >> the hex code of the character. > > Sorry ... I don't

Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 22:54, [EMAIL PROTECTED] wrote: > Hi, > please try both patches together. > I have also problems after ma first patch with softdevice translations, > but now with Christian's patch is OK. I haven't had much time to look into this, yet, but I believe the attached patch should be all it

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 23:31, [EMAIL PROTECTED] wrote: > Hi, > > i think we need a list of INVALID CHARACTERS and not inverted I thought I had asked for that... Klaus > -Original Message- > Date: Tue, 12 Jun 2007 17:46:39 +0200 > Subject: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars() > From: Klaus Sc

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Oleg Roitburd
On Tue, 2007-06-12 at 17:46 +0200, Klaus Schmidinger wrote: > The function ExchangeChars() in VDR/recording.c converts characters > that can't be used in file names on Windows to "#XX", where XX is > the hex code of the character. Sorry ... I don't understand and can't find any sence. If you expor

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread [EMAIL PROTECTED]
Hi,i think we need a list of INVALID CHARACTERS and not inverted -Original Message- Date: Tue, 12 Jun 2007 17:46:39 +0200 Subject: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars() From: Klaus Schmidinger <[EMAIL PROTECTED]> To: vdr@linuxtv.org The function ExchangeChars() in VDR/recording.c conv

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 23:09, [EMAIL PROTECTED] wrote: > also * ? ! I was wondering already about "Invalid characters *include*", which to me means that there are probably more than these. Ok, so far we have . " / \ [ ] : ; = , and * ? ! However, '!' is in the list of characters that can be used "

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread [EMAIL PROTECTED]
also * ? ! -Original Message- Date: Tue, 12 Jun 2007 18:28:10 +0200 Subject: Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars() From: Stone To: "VDR Mailing List" On 6/12/07, KLAUS SCHMIDINGER wrote: The function ExchangeChars() in VDR/recording.c converts characters that can't be used

Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-12 Thread [EMAIL PROTECTED]
Hi, please try both patches together. I have also problems after ma first patch with softdevice translations, but now with Christian's patch is OK. -Original Message- Date: Tue, 12 Jun 2007 20:35:29 +0200 Subject: Re: [vdr] vdr-1.5.3 - issue with translations out of plugins From: "Joachi

Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-12 Thread Joachim Wilke
2007/6/12, Christian Wieninger <[EMAIL PROTECTED]>: > I still had crashes even when using Alexanders patch. > I think the fix should look like this (diff against plain 1.5.3): Hi, I'm sorry but neither the first nor the second patch do work here. I still get an segfault when lcdproc tries to tran

Re: [vdr] vdr in client-server configuration?

2007-06-12 Thread Lauri Tischler
Klaus Schmidinger wrote: > On 06/12/07 18:02, Oliver Joa wrote: >> Hi, >> >> i use vdr since a long time, i still use version 1.3.23 on 3 Computers. >> The last months/years i did not follow the development. Is there already >> a solution for the client-server Problem? I wonder if it is possible to

Re: [vdr] vdr-1.5.3 - issue with translations out of plugins

2007-06-12 Thread Christian Wieninger
Hi, I still had crashes even when using Alexanders patch. I think the fix should look like this (diff against plain 1.5.3): --- vdr-1.5.3/i18n.c2007-06-09 10:44:54.0 +0200 +++ vdr-1.5.3-patched/i18n.c2007-06-12 19:40:42.0 +0200 @@ -6851,7 +6851,7 @@ re

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Stone
On 6/12/07, Klaus Schmidinger <[EMAIL PROTECTED]> wrote: The function ExchangeChars() in VDR/recording.c converts characters that can't be used in file names on Windows to "#XX", where XX is the hex code of the character. This was simple when VDR only worked with single byte character sets, but

Re: [vdr] vdr in client-server configuration?

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 18:02, Oliver Joa wrote: > Hi, > > i use vdr since a long time, i still use version 1.3.23 on 3 Computers. > The last months/years i did not follow the development. Is there already > a solution for the client-server Problem? I wonder if it is possible to > have 1 server recording and

Re: [vdr] [ANNOUNCE] VDR developer version 1.5.3

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 17:59, Ludwig Nussel wrote: > Klaus Schmidinger wrote: >> I'm considering compiling one font file directly into the program, >> so that, in case no external fonts can be found, it can at least >> run properly. >> >> Can somebody suggest a freetype font that looks good, covers all >> nec

Re: [vdr] Freeview Playback

2007-06-12 Thread Dave P
On Tuesday 12 Jun 2007, Alex Stansfield wrote: > Hi, > > with the launch of Freeview Playback in the UK, I was wondering if > anyone here knew how the series links were sent to the dvb box. > > Freeview Playback is a system by which series link information is sent > to the dvb box, allowing someone

[vdr] vdr in client-server configuration?

2007-06-12 Thread Oliver Joa
Hi, i use vdr since a long time, i still use version 1.3.23 on 3 Computers. The last months/years i did not follow the development. Is there already a solution for the client-server Problem? I wonder if it is possible to have 1 server recording and streaming to 2 client. And the clients possible t

Re: [vdr] [ANNOUNCE] VDR developer version 1.5.3

2007-06-12 Thread Ludwig Nussel
Klaus Schmidinger wrote: > I'm considering compiling one font file directly into the program, > so that, in case no external fonts can be found, it can at least > run properly. > > Can somebody suggest a freetype font that looks good, covers all > necessary locales, and is really free, so that it

[vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
The function ExchangeChars() in VDR/recording.c converts characters that can't be used in file names on Windows to "#XX", where XX is the hex code of the character. This was simple when VDR only worked with single byte character sets, but now that it can handle UTF-8 this needs to be changed, too.

Re: [vdr] [ANNOUNCE] VDR developer version 1.5.3

2007-06-12 Thread Klaus Schmidinger
On 06/10/07 19:45, Oleg Roitburd wrote: > On Sun, 2007-06-10 at 18:04 +0200, Klaus Schmidinger wrote: >> On 06/10/07 17:53, Anssi Hannula wrote: >>> Klaus Schmidinger wrote: >> Can't there be a *standard* for things like this? >> >>> + strcpy(FontOsd, "arialbd.ttf"); >>> + strcpy(FontSml, "arial.

Re: [vdr] [ANNOUNCE] VDR developer version 1.5.3

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 07:12, VDR User wrote: > On 6/10/07, Rolf Ahrenberg <[EMAIL PROTECTED]> wrote: >> On Sun, 10 Jun 2007, Klaus Schmidinger wrote: >> >>> Well, it's a real pitty with the various systems putting files >>> at random places. >> How about setting the FONTDIR configurable through Make.config o

[vdr] vdr 1.5.3 SUSE Linux rpm packages available

2007-06-12 Thread Ludwig Nussel
Hi, I've added vdr 1.5 to the buildservice now as well. Packages are available for 10.0, 10.1 and 10.2 at http://software.opensuse.org/download/vdr/ The package is called 'vdr15' and uses a different configuration directory so it can be installed in addition to the 1.4 version. The vdr-plugins p

[vdr] Freeview Playback

2007-06-12 Thread Alex Stansfield
Hi, with the launch of Freeview Playback in the UK, I was wondering if anyone here knew how the series links were sent to the dvb box. Freeview Playback is a system by which series link information is sent to the dvb box, allowing someone to select to record a whole series. Some sort of link i

Re: [vdr] Plugin patches for vdr-1.5.3

2007-06-12 Thread Christian Wieninger
Hi, > Please let me know if this patch is incorrect. Also, I am currently > looking for patches to fix epgsearch-0.9.22, tvonscreen-0.7.0, and > liemikuutio. I've uploaded a beta for epgsearch, that supports vdr-1.5.3: http://winni.vdr-developer.org/epgsearch/downloads/vdr-epgsearch-0.9.23-be