RE: having trouble with html-based startup of songs

"Disnard, Jon" <[email protected]> Tue, 9 Apr 2002 09:23:03 -0400
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
Also take note that you do not make an MD5sum of the file itself, but rather of its path. In other words we do not make a hash of the files data, just the path info. Also, make sure that you do not have the MP3Random directive set to "on", else you will have a song loaded randomly, despite your implicit direct link to a mp3 file. In other words, the random feature doens't afford you the ability to use media-on-demand, it must be turned off. Interface developers should not use the random feature.

-Jon Disnard





-----Original Message-----
From: Brian Aker
To: [email protected]
Sent: 4/8/2002 12:29 PM
Subject: Re: [Mod_mp3] having trouble with html-based startup of songs

On Mon, 2002-04-08 at 07:33, satchel loftis wrote:
> also i'm using a perl script to generate the md5sum. if anyone knows
the 
> appropriate function, please pass it on. i've been using md5_hex, but
not 
> getting the same value as the md5sum program from the shell.
Keep in mind that you can do an internal get request to the server (if
you are using mod_perl) to grab the xml list of what is in the server.
User XML::RSS from CPAN to decipher it.
	-Brian
-- 
_______________________________________________________
Brian Aker, [email protected] 
Slashdot Senior Developer
Seattle, Washington
http://tangent.org/~brian/
http://askbrian.org/
_______________________________________________________
You can't grep a dead tree.

_______________________________________________
Mod_mp3 mailing list
[email protected]
http://lists.tangent.org/mailman/listinfo/mod_mp3