I'm not a ubuntu user (i run debian) but the problem is usually permissions.
The whole path to as well as the whole music library needs to be readable by squeezecenter - which in practice means other readable. And all the directories need to be other executable as well. You can fix the library itself by; cd library chmod -R a+rX . You must then look at each of the directories in the path to the library and do chmod a+rX to each if needed. And - you are not the only person having permission troubles. I've written parts of a Unix kernel and I flailed a bit to get everything working. If any of the directories you need to fix are not owned by you, you need to sudo chmod ... or alternately do the work running as root. -- Millwood ------------------------------------------------------------------------ Millwood's Profile: http://forums.slimdevices.com/member.php?userid=3600 View this thread: http://forums.slimdevices.com/showthread.php?t=46783 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
