Re: [vdr] vdr 1.7.16 no longer cleans del records from video.01, video.02...

2010-10-15 Thread Steffen Barszus
On Tue, 12 Oct 2010 23:56:16 +0200 Klaus Schmidinger klaus.schmidin...@tvdr.de wrote: Unless atinar or somebody else comes up with a fixed version of this patch, I'll simply revert to the previous version. find attached the patch. - use lstat - don't check if (n size) as it should be same I

Re: [vdr] Replay Problems with Extension HD

2010-10-15 Thread Vesa
From: Hannu Tirkkonen Subject: Re: [vdr] Replay Problems with Extension HD On 14.10.2010 19.17, Vesa wrote: From: Rolf Ahrenberg Would it help to modify the plugin's GetSTC() method only when replaying? + if (Replaying()) +STC -= 50L; // or configurable: 900L *

Re: [vdr] Replay Problems with Extension HD

2010-10-15 Thread Hannu Tirkkonen
On 15.10.2010 10.28, Vesa wrote: Unfortunately it is not working.. The Working Fix is this: - return (stc == 0) ? -1LL : stc; + if (Transferring()){ + stc -= 9L; + } + else { + stc -= 52L; + } + return (stc == 0) ? -1LL : (stc 0x); Replaying returns always true,

[vdr] Request - support for ATSC type channel numbers

2010-10-15 Thread Rob Davis
Not sure if in Euroland, you're aware of how US digital is working and whether it's possible to support the US/ATSC channel number system. Essentially what's happening is a channel will appear on a frequency, then each sub channel is appending to the frequency number with either a . or a -.

Re: [vdr] Replay Problems with Extension HD

2010-10-15 Thread Vesa
From: Hannu Tirkkonen Sent: Friday, 15 October, 2010 11:18 To: VDR Mailing List Subject: Re: [vdr] Replay Problems with Extension HD Is it still required to modify also the dvbsubtitle.c? No. btw; Your previous patch reelbox-svn15208-vdr.bin for reelbox svn 15208 didn't apply clean to

Re: [vdr] Alternative-Channel patch

2010-10-15 Thread Rainer Blickle
The patch won't be applied to the main stream. You're right that the patch spreads about many multiple files. I was afraid (and i'm still) that i am the only person needing an applying the patch. Perhaps its also possible to provide such functionality with a plugin. I will examine the source

Re: [vdr] Request - support for ATSC type channel numbers

2010-10-15 Thread VDR User
On Fri, Oct 15, 2010 at 6:38 AM, Rob Davis r...@davis-family.info wrote: Not sure if in Euroland, you're aware of how US digital is working and whether it's possible to support the US/ATSC channel number system. Essentially what's happening is a channel will appear on a frequency, then each

[vdr] Technotrend DVB-C 1501

2010-10-15 Thread Rainer Blickle
Hi, i have a Technotrend DVB-C 1501 device (I guess the chip is the saa7146). With this card i cannot view a recording or live tv with the xineliboutput. live tv or a recording done by a pvrinput device works fine. Does anyone has a clue why the dvb-c device doesn't work with xineliboutput ? I

Re: [vdr] Technotrend DVB-C 1501

2010-10-15 Thread Rainer Blickle
Hi, after searching a while i found it. With vdr-version 1.7.8 the cvs version of xineliboutput has to be used. Now everything works fine. 2010/10/15 Rainer Blickle rainer.blic...@googlemail.com: Hi, i have a Technotrend DVB-C 1501 device (I guess the chip is the saa7146). With this card i