jxbrown;251701 Wrote: 
> Currently Slimserver can't find my music library of two whole albums.

Could well be a permissions issue.  Slimserver runs as user
"Slimserver", so you need to give it read access to your music files. 
Before you do this, you make sure that you (user=jxbrown, not the
Slimserver user) own the files (so you can read and write them) using
"sudo chown"

I don't use Debian, but try:
cd (wherever you store music)
find . -type f -exec chmod 644 {} \;

That makes files 644 (rw-r--r--)

You may also need:
find . -type d -exec chmod 755 {} \;

which gives directories 755 (rhxr-xr-x) some people find they need to
give 'x' permission on directories.

If all the permissions are already correct, a few more details would
help (probably posted in the Beginners section so the most people will
see it) - which version of Slimserver, are the files local or stored on
an external drive, any kind of firewall or security software installed
etc?


-- 
Siduhe
------------------------------------------------------------------------
Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=41404

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to