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?
Update Not Working
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Update Not Working
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/';