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...
WinAmp httpq linux server / windows client
-
- User
- Posts: 33
- Joined: Wed Mar 30, 2005 9:27 am
- Location: SLC, Utah, USA
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
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
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!
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
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!