[vdr] [ANNOUNCE] VDRAdmin-AM v3.6.9

2011-11-20 Thread Andreas Mair
Hi,

version 3.6.8 of VDRAdmin-AM has been released. You can get it from
http://andreas.vdr-developer.org/vdradmin-am/

Have fun!
Andreas

*** Changes from v3.6.8 to v3.6.9 ***
 - Added: Support changed SVDRP LSTR output of VDR >= 1.7.21.
 - Fixed: --log 0 command line argument.
 - Improved: Startup error messages on module load failures.
 - Added: -L/--logfile command line arg for overriding config.
 - Changed: Honor config logging options with --nofork.
 - Changed: Specifying -L or -l turns logging on.
 - Improved: Do not require pid dir when not running as daemon.
 - Improved: Autodetect default for number of DVB cards.
 - Fixed: Non-localhost streamdev URL (Bug report #653).
 - Added: Live TV streaming with Xineliboutput plugin.
 - Improved: Adapt rename recording to Liemikuutio 1.32.
 - Added: Show recording length in list and details with VDR >= 1.7.21
(Bug report #813).
 - Added: Show available subtitles in EPG/recording details.
 - Updated: German translation.

-- 
http://andreas.vdr-developer.org --- VDRAdmin-AM & EnigmaNG & VDRSymbols
VDR user #303

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [PATCH] Fix crash when deleting a recording while cutting it.

2011-11-20 Thread Ville Skyttä
---
 cutter.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cutter.c b/cutter.c
index 778302b..95b661d 100644
--- a/cutter.c
+++ b/cutter.c
@@ -100,7 +100,8 @@ void cCuttingThread::Action(void)
if (fromIndex->Get(Index++, &FileNumber, &FileOffset, &Independent, 
&Length)) {
   if (FileNumber != CurrentFileNumber) {
  fromFile = fromFileName->SetOffset(FileNumber, FileOffset);
- fromFile->SetReadAhead(MEGABYTE(20));
+ if (fromFile)
+fromFile->SetReadAhead(MEGABYTE(20));
  CurrentFileNumber = FileNumber;
  }
   if (fromFile) {
-- 
1.7.6.4


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xine dropped frames warning

2011-11-20 Thread VDR User
On Sun, Nov 20, 2011 at 1:39 AM, Arturo Martinez  wrote:
> I have added
>
>
> gui.dropped_frames_warning:0
>
> but still if the system gets stressed I get a warning box
>
> Some xine dev knows by any chance how to remove xine´s ability to
> display warning boxes or to make them of size 0x0 pixels ?

I assume you did not unload xine before editing the config file.  The
file can not be edited while xine is running.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] xine dropped frames warning

2011-11-20 Thread Arturo Martinez
I have added


gui.dropped_frames_warning:0

but still if the system gets stressed I get a warning box

Some xine dev knows by any chance how to remove xine´s ability to
display warning boxes or to make them of size 0x0 pixels ?

On Sat, Nov 19, 2011 at 7:04 AM, Arturo Martinez wrote:
> This works well but ocassionally the system is busy and I get a warning
> that too many frames have been dropped
>
>
> Is there some way I can make sure I get no such warnings?
> The PC has only a remote control, no mouse so it is a real problem to
> get these warnings
>
> I wouldn´t mind to recompile the source code if somebody could point out
> a patch to remove the xine´s code for the warning boxes

Those annoy a lot of people.  Just add this to your xine config:

gui.dropped_frames_warning:0

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr