I have everything working but it dosnt read my meida directory....is there somthing special i have to do i am using syntax - 'C:\music'; there is music in that directory. how does netjuke box read the dir??
i am using windows 2003 server IIS 6 , PHP5 and MYSQL 4.1
can anyone help?
Media Directory...
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Use:
And update the database with the web interface: config > Update
(updating takes longer when using it for the first time)
Good luck,
Willem
Code: Select all
$cfg['media_dir'] = 'C:/music';
(updating takes longer when using it for the first time)
Good luck,
Willem
I setup the netjukebox in Windows XP, everything work perfectly. just a question below
my setting below
$cfg['media_dir'] = 'D:/Station/Media';
================
and D:/station/Media/Micheal
But browser browse as below
Media = Artist and Micheal = album
what happen?
Micheal shound be Artist NOT album
I wish to get D:/Media/Artist/Album/songname.mp3
can anyone guide me this?
Thanks
my setting below
$cfg['media_dir'] = 'D:/Station/Media';
================
and D:/station/Media/Micheal
But browser browse as below
Media = Artist and Micheal = album
what happen?
Micheal shound be Artist NOT album
I wish to get D:/Media/Artist/Album/songname.mp3
can anyone guide me this?
Thanks