WinAmp httpq linux server / windows client

General discussion about netjukebox
Post Reply
BigBossMan
User
Posts: 33
Joined: Wed Mar 30, 2005 9:27 am
Location: SLC, Utah, USA

WinAmp httpq linux server / windows client

Post by BigBossMan »

Concerning the httpq pligin for winamp. I noticed that if I set the client config to work with the server, get this error complaining about it not being able to find the file.

Here is the wacky part, it seems to read the tag info, just not play the file. The error, can't find file, repoprts looking at the following location:

c:\var\www\cdmusic\"song location"

Where do you suppose is is picking up c: from? I have the proper config for both the winamp HTTPQ and the server Config (under the netjukebox user config)

Odd... :shock:
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

On the client computer a id is set witch links to a httpQ profile in the database.
So it could be you have previous set a profile with something like media share = c:/.
Then httpq send this command to play a track:
httpq('playfile', 'file=' . rawurlencode($cfg['media_share'] . $track['relative_file']));
You see this is a combination of the media share from the profile and the relative path witch comes from the database.

I hope this makes sence :wink:

I have sucesfulie-tested netjukebox from an "OSX Apache" server with a "Winamp httpQ Windows" client.
So I suppose it would also work with Linux.
You must have a good working networkshare (Samba) on Linux, to get a client to work!
Post Reply