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
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
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
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
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
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
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
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
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 "
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
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
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
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
26 matches
Mail list logo