Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: MP3-Patch Bugs



On 01 Aug 2002 Matthias Raus <matthias-raus@web.de> wrote:

> 1.) When changing volume while playing, the voume bar is shown
> although there is already the progress bar of the played song.

Fixed. Try:

diff -urN vdr-1.0.4-mp3-save/menu.h vdr-1.0.4-mp3/menu.h
--- vdr-1.0.4-mp3-save/menu.h	Sat Apr 13 17:31:41 2002
+++ vdr-1.0.4-mp3/menu.h	Thu Aug  1 19:35:35 2002
@@ -136,7 +136,7 @@
   cReplayControl(void);
   virtual ~cReplayControl();
   virtual eOSState ProcessKey(eKeys Key);
-  bool Visible(void) { return visible; }
+  virtual bool Visible(void) { return visible; }
   static void SetRecording(const char *FileName, const char *Title);
   static const char *LastReplayed(void);
   static void ClearLastReplayed(const char *FileName);
diff -urN vdr-1.0.4-mp3-save/mp3.h vdr-1.0.4-mp3/mp3.h
--- vdr-1.0.4-mp3-save/mp3.h	Thu Jul 11 22:27:40 2002
+++ vdr-1.0.4-mp3/mp3.h	Thu Aug  1 19:35:05 2002
@@ -241,6 +241,7 @@
   cMP3Control(void);
   virtual ~cMP3Control();
   virtual eOSState ProcessKey(eKeys Key);
+  virtual bool Visible(void) { return visible; }
   static bool SetPlayList(cPlayList *PList);
   };

> 2.)Sometimes, when a song has finished playing, the sound of
> the current TV channel does not return, it remains mute.

This is a driver related problem. Nothing what can be done from
VDR. Call it a feature. Tuning to another channel brings back the
sound.

> 3.) When MPlayer has been running directly before playing a
> song, VDR crashes.
> 4.) Sometimes VDR crashes while I browse the mp3 directory.

Could you please try to provide a stack backtrace for the
crashes?

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan




Home | Main Index | Thread Index