Re: GPE-NMF?

From: Paul Sokolovsky <pmiscml_at_gmail.com>
Date: Fri, 22 Feb 2008 01:17:27 +0200

Hello,

On Thu, 21 Feb 2008 23:26:17 +0100
Andreas Kemnade <andreas_at_kemnade.info> wrote:

> On Thu, 21 Feb 2008 08:14:08 +0100
> Andreas Kemnade <andreas_at_kemnade.info> wrote:
>
> > Hi,
> >
> > On Mon, 18 Feb 2008 22:38:47 -0600
> > Harmon Seaver <hseaver_at_gmail.com> wrote:
> >
> > > Does anyone have gpe-nmf working on their h2200? It seemed to
> > > install okay on mine, and comes up okay, allows me to create a
> > > playlist (although that seems a bit cumbersome) but then won't
> > > play the mp3's. Seems to lock up when I press the play button.
> > > Does opie have a better functioning music player?
> > >
> > >
> > I have also problems with gpe-nmf. It works without problems on an
> > older familiar installation on a h5550.
> >
>
> Ok, I have tried to debug things a bit.
> The playlist is not passed to the actual player correctly.
> So the error message comes because there is no playlist.
> The following patch fixes this problem on familiar 0.8.4
>
> --- n/gpe-nmf-0.22/gpe-nmf.c 2005-08-02 13:26:41.000000000 +0200
> +++ gpe-nmf-0.22/gpe-nmf.c 2008-02-21 23:02:04.000000000 +0100
> @@ -273,6 +273,7 @@
> fe->playlist = playlist_m3u_load (buf);
> else
> fe->playlist = playlist_new_list ();
> + player_set_playlist(fe->player,fe->playlist);
> g_free (buf);
> g_timeout_add (500, (GSourceFunc)player_poll_func, fe);

gpe-nmf is considered unmaintained, so patching it makes little use.

>
>
>
>
> Greetings
> Andreas Kemnade

[]

-- 
Best regards,
 Paul                          mailto:pmiscml_at_gmail.com
Received on Thu Feb 21 2008 - 18:22:46 EST

This archive was generated by hypermail 2.2.0 : Thu Feb 21 2008 - 18:23:01 EST