Update Not Working

Windows related discussion about netjukebox
Locked
aphelan
User
Posts: 1
Joined: Fri Sep 16, 2011 3:28 pm

Update Not Working

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

Re: Update Not Working

Post 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/';
Locked