Mailing List archive

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

[vdr] Re: MP3-Patch Bugs



vdr@linuxtv.org schrieb am 01.08.02 19:51:24:
> 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
> 
Unfortunately, I do not know enough about Linux to do a stack backtrace or s.th. like that.
I can only give some hints what might be improved, but I'm not able to realize them, although I would like to.
Another suggestion: When I heard mp3s with a few friends on a recent evening, I noticed that it is quite disturbing that you always have to enter the mp3 menu anew. I would enjoy an option which keeps the directory browser opened (i.e. does not close it) after selecting a song. What do you think of that?


______________________________________________________________________________
Die clevere Geldreserve: der DiBa-Privatkredit. Funktioniert wie ein Dispo, 
ist aber viel gunstiger! Alle Infos: http://diba.web.de/?mc=021104





Home | Main Index | Thread Index