I'm new to netjukebox and I think this is an awesome piece of code. I'm hoping I'm able to get this to work on my hosted Linux server though.
I've been reading through the forums and noticed that most people are running IIS/Windows and not an actual hosted server. Therefore, I could not find any soultions to my problems.
I installed the source and configured most of the config.ini.php file up until the codec section. Here are the problems I need assistance with:
1. I keep getting the error "Can't connect to Winamp httpQ plugin on:
localhost:4800" whenever I click on the "playlist tab." I cannot find any documentation explaining this for a hosted Linux server.
2. I get this error when I click on the "config" tab and then "update" tab "Can't open directory:
../media/
Check media_dir value in config.inc.php
Check file/directory permission."
I'm not sure why it cannot open it since I believe I specified the correct path in the config.ini.php file. I also chmod 777 on that dir just to check that too. Here is what I have in the file
Code: Select all
$cfg['media_dir'] = '../media/';
If anyone who knows their way around a hosted Linux server and has setup NJB, I could really use the help. I've been muddling throught the source trying many different scenarios and still cannot find a solution to the three questions above.
Thanks in advance,
- Spoon