gnump3d-users
[Top][All Lists]
Advanced

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

Re: [Gnump3d-users] unable to play playlists


From: Yoav Avitzour
Subject: Re: [Gnump3d-users] unable to play playlists
Date: Wed, 02 Feb 2005 14:04:58 -0500

On Wed, 2005-02-02 at 18:42 +0000, Steve Kemp wrote:
> On Wed, Feb 02, 2005 at 01:25:50PM -0500, Yoav Avitzour wrote:
> 
> > >   Can you try a file which has a name of only ASCII characters?
> > 
> > Yeah, I tried that. No change. 
> 
>   Strange.
> 
> > Are the recurse.m3u files supposed to actually be generated? if yes,
> > which is the function that does that? maybe I could try to add some
> > debugging output there and see what's going on.
> 
>   Yes they are.  Hmmm do you perhaps have "jukebox_mode" set to 1
>  somewhere in your configuration file?
> 
>   See the code in gnump3d2, which looks like this:
> 
>             if ( ( $uri =~ /random.m3u$/ ) or
>                  ( $uri =~ /recurse.m3u$/ ) )
>             {
> 
>               ...
>               ..
> 
>               my $playlist = &getPlaylist( $uri );
>                 my $header   = &getHTTPHeader( 200, "audio/x-mpegurl" );
>                 &sendData( $data, $header );
>       
>               ..
>               .
>               }
> 
> 
I added 
                print "$header\n";
                print "$playlist\n";
                print "$data\n";

before the sendData calls, and here is the output:

HTTP/1.0 200 OK
Connection: close
Server: 2.9
Content-type: audio/x-mpegurl
Set-Cookie: count=50;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;
Set-Cookie: gallery_sessionadd_photos_mode=applet;path=/; expires=Mon,
10-Mar-08 14:36:42 GMT;
Set-Cookie: hidemov=0;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;
Set-Cookie: hidemp3=0;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;
Set-Cookie: hideogg=0;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;
Set-Cookie: sort_order=$ALBUM;path=/; expires=Mon, 10-Mar-08 14:36:42
GMT;
Set-Cookie: submit=Play;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;
Set-Cookie: theme=Tabular;path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;
Connection: close


#EXTM3U
#EXTINF: ,01 - Beck - Odelay - Devil's Haircut [ AlternRock - 03:14 /
3.7Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_01_-_Devil%
27s_Haircut.mp3
#EXTINF: ,02 - Beck - Odelay - Hotwax [ AlternRock - 03:49 / 4.3Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_02_-_Hotwax.mp3
#EXTINF: ,03 - Beck - Odelay - Lord Only Knows [ AlternRock - 04:14 /
4.8Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_03_-_Lord_Only_Knows.mp3
#EXTINF: ,04 - Beck - Odelay - The New Pollution [ AlternRock - 03:39 /
4.1Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_04_-_The_New_Pollution.mp3
#EXTINF: ,05 - Beck - Odelay - Derelict [ AlternRock - 04:12 / 4.8Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_05_-_Derelict.mp3
#EXTINF: ,06 - Beck - Odelay - Novacane [ AlternRock - 04:38 / 5.3Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_06_-_Novacane.mp3
#EXTINF: ,07 - Beck - Odelay - Jack-ass [ AlternRock - 04:01 / 4.6Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_07_-_Jack-ass.mp3
#EXTINF: ,08 - Beck - Odelay - Where It's At [ AlternRock - 05:30 /
6.3Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_08_-_Where_It%27s_At.mp3
#EXTINF: ,09 - Beck - Odelay - Minus [ AlternRock - 02:30 / 2.8Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_09_-_Minus.mp3
#EXTINF: ,10 - Beck - Odelay - Sissyneck [ AlternRock - 03:53 / 4.4Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_10_-_Sissyneck.mp3
#EXTINF: ,11 - Beck - Odelay - Readymade [ AlternRock - 02:37 / 2.9Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_11_-_Readymade.mp3
#EXTINF: ,12 - Beck - Odelay - High 5 (Rock The Catskills) [ AlternRock
- 04:11 / 4.7Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_12_-_High_5_%28Rock_The_Catskills%29.mp3
#EXTINF: ,13 - Beck - Odelay - Ramshackle [ AlternRock - 07:31 / 8.6Mb ]
http://gutman.princeton.edu:8888/Beck/Odelay/Beck_-_Odelay_-_13_-_Ramshackle.mp3


IO::Socket::INET=GLOB(0x96debd0)


Does this give any clues?
Yoav





reply via email to

[Prev in Thread] Current Thread [Next in Thread]