Media Directory...

General discussion about netjukebox
Post Reply
paradigm
User
Posts: 1
Joined: Thu Dec 15, 2005 1:46 am

Media Directory...

Post by paradigm »

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?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Use:

Code: Select all

$cfg['media_dir']                  = 'C:/music';
And update the database with the web interface: config > Update
(updating takes longer when using it for the first time)

Good luck,

Willem
kamiza
User
Posts: 1
Joined: Sat Jan 28, 2006 10:25 pm
Location: USA
Contact:

Post by kamiza »

I am having same problems

my dir is 'C:/Media'; and it still cannot connect

I get this error:

Can't open directory:
C:/Media

* Check media_dir value in config.inc.php
* Check file/directory permission
leendersj
User
Posts: 3
Joined: Wed Apr 12, 2006 5:39 pm
Location: Netherlands

Post by leendersj »

Give the user IUSR_"servername" ntfs read permissions on c:\Media, maybee this will help.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

leendersj wrote:Give the user IUSR_"servername" ntfs read permissions on c:\Media, maybee this will help.
And also write permission.
Needed to create xxxxxxxxxx.id files per album.
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

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
Post Reply