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

Bug#481272: marked as done (gnump3d: random playlist does not have m3u extension)



Your message dated Mon, 2 Jun 2008 14:08:23 +0100
with message-id <200806021308.m52D8NeT011148@kmos.homeip.net>
and subject line gnump3d has been removed from Debian, closing #481272
has caused the Debian Bug report #481272,
regarding gnump3d: random playlist does not have m3u extension
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
481272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481272
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnump3d
Version: 3.0-4
Severity: minor



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnump3d depends on:
ii  adduser                       3.107      add and remove users and groups
ii  debconf                       1.5.21     Debian configuration management sy
ii  logrotate                     3.7.1-3    Log rotation utility
ii  netbase                       4.32       Basic TCP/IP networking system
ii  perl                          5.8.8-12   Larry Wall's Practical Extraction 
ii  perl-modules                  5.8.8-12   Core Perl modules

gnump3d recommends no packages.

-- debconf information excluded

Since xmms has been removed, many users are replacing it with audacious.  Audacious does not grok playlists without an extension like xmms did.  This is a problem as
the random track playlist is just named "play" with no extionsion.  Audacious won't play it.

To change the behavior to be more audacious friendly, change one line in /usr/share/perl5/gnump3d/plugins/random.pm:

james@Samoa:~$ diff -u random.pm /usr/share/perl5/gnump3d/plugins/random.pm
--- random.pm   2008-05-14 15:07:56.000000000 -0800
+++ /usr/share/perl5/gnump3d/plugins/random.pm  2008-05-11 13:50:53.000000000 -0800
@@ -258,7 +258,7 @@
        #
        #  Add a hidden form to contain the selections.
        #
-       my $form = "<table><tr><td><form action=\"/random/play\" method=\"get\">\n";
+       my $form = "<table><tr><td><form action=\"/random/play.m3u\" method=\"get\">\n";

        #
        #  Add in the line numbers of the random songs.

Adding the extension gives you play.m3u which audacious will play.

I know gnump3d is orphaned, hopefully anyone else seeing this problem will find this report.  It's an easy fix.



--- End Message ---
--- Begin Message ---
Version: 3.0-4+rm

The gnump3d package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/468643 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply to: