It was in fact a permissions problem. All the folders and subfolders had
the right permissions but the actual files (MP3s) did not. Using
Audiomuzes code
sudo chown -R <yourusername>:<yourusername> * && find . -type d -execdir
sudo chmod 775 {} \; && sudo find . -name "*" -type f -exec chmod 644 {}
\;
from post
http://forums.slimdevices.com/showthread.php?92526-Setting-file-permissions-correctly&highlight=permissions
solved that matter.
Thanks once again to Audiomuze
------------------------------------------------------------------------
SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=98203
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix