On Fri, 2005-12-09 at 13:31 +0800, Michael Collard wrote:
> On Fri, 2005-12-09 at 01:33 +0000, Steve Kemp wrote:
> > On Wed, Dec 07, 2005 at 06:55:07PM +0800, Michael Collard wrote:
> > 
> > > The reason I first sought this was due to XMMS not understanding
> > > extended M3U lists without .m3u extensions. This is essentially a bug in
> > > XMMS. Info on that can be found here:
> > > http://bugs.xmms.org/show_bug.cgi?id=632
> > > 
> > > I am actually leaning towards removing this extra header. The only time
> > > this has played a part has been with custom playlist, and I am thinking
> > > about doing some nice things with that plugin :)
> > > 
> > > Yup... remove it :)
> > 
> >   Removed now, thanks for trying!
> 
> I've updated to CVS and made a single patch file for all of the changes
> I've made. These include:
> 
> *  Fixed auth request, no need to proceed and what not.
> *  Fixed auth failing logic, it should not continue.
> *  Better '.file' skipping
> *  Don't display paths in playlists (or elsewhere)
> *  Proper fix of path related problems with OGG tagging and what not.
> 
> I'll be working on a new playlist plugin now (recoding the existing one
> since it will perform the same kinda thing). 
> 
> Also, I'll probably do something with authentication. Its not really
> ideal right now, authing for some things and not others. CVS is also
> causing a problem with players that don't do HTTP basic auth. I'll nut
> something better out.

One more bug just spotted...  :)


--- lib/gnump3d/plugins/random.pm	2005-12-09 11:15:30.000000000 +0800
+++ lib/gnump3d/plugins/random.pm	2005-12-09 15:16:59.000000000 +0800
@@ -475,7 +475,7 @@
 	#
 	# We only care about the directory name.
 	#
-	if ( $random =~ /\/?(.*\/)(.+)$/g )
+	if ( $random =~ /(\/?.*\/)(.+)$/g )
 	{
 	  $random = $1;
 	}
_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to