Page 1 of 1

Update Not Working

Posted: Fri Sep 16, 2011 3:32 pm
by aphelan
I got netjukebox all setup but for some reason I get this message when i try to update my music collection:

"Can't read file:
C:/Users/aphelan/Music01 - Move On Up.mp3
Update again
Check file permission"

I tried deleting that file but it does the same thing for every file in my music folder. Anyone had this problem?

Re: Update Not Working

Posted: Sun Sep 18, 2011 1:42 pm
by wbartels
Have you used a trailing slash for $cfg['media_dir'] in the config.inc.php file ?

Code: Select all

//  +------------------------------------------------------------------------+
//  | Media directory                                                        |
//  +------------------------------------------------------------------------+
//  | Use a UNIX style directory scheme with a trailing slash.               |
//  |                                                                        |
//  | Windows:        'D:/Media/';                                           |
//  | Linux/Unix/OSX: '/var/mpd/music/';                                     |
//  +------------------------------------------------------------------------+
$cfg['media_dir']                   = 'C:/Users/aphelan/Music/';