Re: [jamdb-user] bad URL being sent by jamdb
Status: Beta
Brought to you by:
mschiff
|
From: Joe B. <z3...@ya...> - 2004-09-02 23:55:43
|
Thanks Marc,
That was causing my problem. I didn't have directories
defined leading to the music directories. I've
corrected that to say:
---------------------------------------
define("CUT_PATH", "/home/joeb/mp3/");
$m3u_paths = array("Web" =>
"http://glyph",
"NFS" =>
"/mnt/server/home/mp3/",
"Samba" => "m:/"
);
Now, the correct directory path comes up with one
exception. What is displayed in xmms info is:
"http://glyph/%7Ejoeb/mp3/joe_satriani/foo.mp3"
The music files are actually in ~joeb/mp3 but if I
follow the instructions cited in config (to enter the
directory path one level above) then I get
joeb/mp3/mp3 sent. I'm assuming the %7E is not
desireable?
Thank you,
- JoeB
--- Marc Schiffbauer <ma...@sc...> wrote:
> * Joe Beiter schrieb am 02.09.04 um 19:26 Uhr:
> > linux 3.0
> > Mysql 4.0.20
> > Apache 2.0something
> > firebird web browser
> > jamdb 0.9.8
> >
> > When I click on a song to play, my browser calls
> xmms.
> > It fails with the error "Couldn't look up host".
> When
> > I view the info on the song, it is displaying for
> > filename
> >
>
"http:///home/joeb/mp3/led_zepplin/physical_graffiti_cd_2/down_by_the_seaside.mp3"
>
> What does your config look like?
>
> -Marc
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
|